Skip to main content
0 votes
1 answer
67 views

Nextjs Frontend, WooCommerce headless backend. Trying to have a persistent cart with a signed in user, and just having a lot of difficulty in that. I've tried to create a custom plugin that adds a ...
EvanPrograms's user avatar
0 votes
0 answers
65 views

I’m working on a custom Node-RED node that allows users to define dynamic conditions based on two properties: name and age. Users can dynamically add conditions using a button, where each condition ...
Nasir Hussain's user avatar
0 votes
0 answers
42 views

Can anyone explain this strange behavior of classes within each other? An object becomes Nothing for no reason I can see, and only when stepping through the code slowly. It becomes a runtime problem ...
gtms's user avatar
  • 1
2 votes
0 answers
76 views

I'm trying to work out if there is a way one can have a have a runtime flag, that is able to dictate the shape of the schema. Let's say my runtime flag is Config, as you can see in my hypothetical ...
cmdv's user avatar
  • 1,743
0 votes
1 answer
159 views

Im trying to persist this entity in Db using a JPA repository: @Entity @Table(name = "products") @Getter @Setter @NoArgsConstructor @AllArgsConstructor @AttributeOverride(name = "id&...
Miguel Ángel Cantarero Ortega's user avatar
1 vote
1 answer
41 views

List <PersistentBottomNavBarItem> _navbarItems = [ PersistentBottomNavBarItem( icon: SvgPicture.asset( 'images/sofa_home.svg', width: 22, ), ...
Sofiane KARAOUNI's user avatar
-1 votes
1 answer
46 views

I am trying to test my IP latency and using the InfiniteTimer I have just added a failCount global but when I try to increment in the tick() callback function I get an error. File "C:\Users\ken38\...
ken205726's user avatar
2 votes
0 answers
48 views

I need to run a persistent background task, which speaks if a new message comes in to inform the user. Till now i couldn't find any "legal" way to make that happen. Apple has pretty strict ...
stacktrace9000's user avatar
0 votes
1 answer
45 views

I am new to grails, and I am having a problem on how to check if a persistent property is constrained in Grails 6 : List<PersistentProperty> persistentProperties = grailsApplication....
SMH MN's user avatar
  • 3
1 vote
1 answer
93 views

I have the following function: y(t) = alpha*y(t-1) + beta*y(t-1) + delta where alpha,beta, and delta are constants. I am assuming that y(0) = 0. I'm trying to create a MATLAB function to represent y(...
Jonathan Frutschy's user avatar
0 votes
1 answer
1k views

I'm looking to make my buttons on an information post persistent so that they remain interactable even after my bot is restarted but I'm not entirely sure how it would work and how it would apply to ...
DRags's user avatar
  • 56
0 votes
0 answers
21 views

There are 4 java files, DAOManager.java; Person.java; MySQLPersonDAO.java; DAOManager.java; MainDAO.java. Files are in the same folder. PersonDAO.java public interface PersonDAO { public void ...
furfearz's user avatar
1 vote
1 answer
58 views

I have the following data model: type User record {| readonly string id; string name; int age; Post[] posts; |}; type Post record {| readonly string id; string title; ...
ThisaruG's user avatar
  • 3,432
0 votes
0 answers
129 views

I'm trying to implement some event listeners in order to log the history of some entities in my java EE application. I followed all steps suggested by https://vladmihalcea.com/hibernate-event-...
Rômulo Borges's user avatar
-2 votes
1 answer
145 views

My docker-compose.yml version: "3.1" services: www: build: context: . dockerfile: Dockerfile.lamp ports: - "${WEBSERVER_PORT}:80&...
Mart's user avatar
  • 544

15 30 50 per page
1
2 3 4 5
52