Skip to main content
Advice
0 votes
0 replies
35 views

I'm using Angular 17 and Spring Boot 3.3.0, and I have Server-Sent Events (SSE) working on both the backend and frontend. I need to display a push notification in Angular whenever a new SSE event is ...
Ousama's user avatar
  • 2,880
2 votes
1 answer
94 views

I would like to connect onTool() callback to "Reset original view" event, i.e. clicking on "home" icon in the bottom left corner of Matplotlib figure. I tried several options ...
Paul Jurczak's user avatar
  • 8,628
0 votes
0 answers
54 views

In a C# desktop application I have two related DataGridViews (dgvAlgorithm and dgvParameter) and a save changes button (btnSave). Both DataGridViews are related to 3 tables: (algorithm, parameter, ...
Jaime's user avatar
  • 47
0 votes
1 answer
46 views

I would like to override browser's keyboard shortcuts. I created an Angular Service that listen the 'keydown' event and manage it. I tried to use stopPropagation(), preventDefault(), ...
Niccolò Boddi's user avatar
0 votes
0 answers
38 views

I am working on my first service using ddd. My domain layer looks simillar to: / domain /A /aggregateA.py -> fires an EventA /aggregateARepository.py /B /aggregateB.py /...
AF_cpp's user avatar
  • 591
0 votes
1 answer
56 views

I’m building an Android native application where most of the business logic resides in C++. For example, UI events like Key Press or Drag-Drop arrive on the main thread. To process them, I forward ...
Rohan Pande's user avatar
0 votes
1 answer
101 views

I am building a signup feature in React. My API is working fine — when I hit the endpoint in Postman or cURL, I get a 201 Created response with JSON. But in Chrome DevTools → Network tab, when I ...
somnath-more's user avatar
0 votes
0 answers
31 views

I'm new to React, so when I finished the Tic-Tac-Toe Tutorial from the documentation, I started doing the challenges to improve the game and practice. I got stuck at the second challenge: "2. ...
Luís Henrique's user avatar
0 votes
0 answers
99 views

I am getting an intermittent exception in the console from the DOM: Uncaught (in promise) Error: System.InvalidOperationException: JavaScript interop calls cannot be issued at this time. This is ...
Ian Jowett's user avatar
0 votes
1 answer
70 views

I am looking a recommended way in how we can handle the Click Event in Android. My requirement is that I want a little bit more of granularity in data so that based on it I can invoke a different flow....
Rohan Pande's user avatar
0 votes
0 answers
84 views

I'll start with the basics. I am creating an app and want to split it out to microservices. Because I want the microservices to run when the computer is turned on, in the background, regardless of ...
Jeremy Styers's user avatar
0 votes
0 answers
73 views

I'm unable to display on screen or terminal the data from an on click event on a Folium/Leaflet map within a NiceGUI interface. As per Folium API I've been able to display coordinate clicks on the map ...
DrewGIS's user avatar
  • 73
1 vote
1 answer
55 views

I have a SignalR (WebSocket) server for a game, and a React/Redux client that connects to it. I have a component whose task is to listen to SignalR messages to handle them, which usually involves ...
Kaisa Azaria's user avatar
0 votes
3 answers
165 views

I wrote this code (simplified): Camera cam; cam.StreamGrabber.ImageGrabbed += (_, e) => StreamGrabber_ImageGrabbed(cam, e); The Camera class is imported from a compulsory third-party dll that I ...
Peter Ooi OHYtheAwesome's user avatar
0 votes
0 answers
51 views

I'm working on a Tamagotchi-like app in Python with Tkinter. I detect clicks on a canvas item and increment a "clicks" counter stored in a JSON-backed character object. When the clicks reach ...
coco Fox's user avatar

15 30 50 per page
1
2 3 4 5
858