Newest Questions

0 votes
0 answers
4 views

I am writing WebAPI endpoint, data from SQL server, EF Core 8.0. Having the table of products and the table that maps the product codes to product attributes (one to many) with models: public class ...
pepr's user avatar
  • 21.1k
0 votes
0 answers
5 views

I am trying to deploy Odoo Community Edition (v18) on a Debian server using Dockploy. My Setup: I have a custom folder for my own modules. I have an oca folder for community modules, managed as Git ...
BearInTheMountain's user avatar
Best practices
0 votes
0 replies
4 views

I have an Nx monorepo that contains multiple frontend applications. Each application is deployed to 7 different deployment targets (for example: app, web, etc.), and each target needs to support 6 ...
PEPEGA's user avatar
  • 2,280
0 votes
0 answers
7 views

I am currently learning SpringBoot, it was all fine / everything was working earlier. but now, I cannot run it. *disregard the ----- (I am hiding it) Class: BooksApplication -> also the set Main ...
dnscarface's user avatar
-1 votes
0 answers
12 views

Consider the following code: type TParser = (str: string, errStr: string) => number; function LIT(str: string): TParser { return function (input: string, errStr="An error occurred"): ...
John Deighan's user avatar
  • 4,639
0 votes
0 answers
5 views

I'm writing E2E automation tests for an iOS application using WebdriverIO and Appium. My goal is to programmatically toggle the network connection on the iOS Simulator during specific test scenarios (...
Ayush Jain's user avatar
0 votes
0 answers
16 views

The error is: SassC::SyntaxError in Devise::Sessions#new Showing /app/app/views/layouts/application.html.erb where line # raised: Error: The target selector was not found. Use "@extend ....
SilverFish Seeker's user avatar
-2 votes
0 answers
17 views

the problem is i am for building a project related to coupon a system when some one scans they get a coupon with unique id so i build a function in my backend that when any user click the coupon ...
adil riyan's user avatar
-4 votes
0 answers
31 views

I need a help to understand why Google Gemini 3.0 is giving wrong total number of character's count present in a email. I am attaching the screen shot of the Both the results Google Gemini from Google ...
Client Portal3's user avatar
-2 votes
0 answers
9 views

With the help of Google Gemini (sorry) I arrived at some code in (LibreOffice BASIC) that does the following in LibreOffice Calc: When I input in a cell a number 1-31, it changes and autocompletes the ...
CDAbudi's user avatar
0 votes
0 answers
8 views

I am attempting to integrate an existing Unity project into a React Native application that uses the Expo ecosystem. I am targeting both iOS and Android and am trying to use the popular community ...
Haider Mukhtar's user avatar
Advice
0 votes
3 replies
33 views

I know this sounds bad, but hear me out. I am fully aware that using eval() makes your application at risk of users being able to run arbitrary code via an injection attack, and therefore it is ...
Invincible_Atlas's user avatar
0 votes
0 answers
43 views

I am working on a serialize program for Havok physics as a project. I made most of the format already, except the classes that have virtual functions. I have no way to get the correct pointer to the ...
V12Style's user avatar
0 votes
0 answers
27 views

Context: I'm trying to make an app with java swing, however when trying to add a background to the Login Page, the image does not show up. It is there and moves other JComponents when adding a layout ...
MMT007_backUP's user avatar
0 votes
0 answers
26 views

We keep our library in a git submodule: . └── app ├── submodule_lib │   └── test └── test submodule_lib is a standalone compilation target and has its own tests. The problem arises when I ...
glades's user avatar
  • 5,374

15 30 50 per page
1
2 3 4 5
1612569