Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
14 views

I'm building a kind of gallery app. Users are adding images by inserting URLs into the database and the HTML page is then hotlinking those. Obviously, because of link rotting, the gallery is full of ...
Shady Medic's user avatar
Advice
0 votes
0 replies
27 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
4 votes
2 answers
161 views

I have a "simple" comparison that is generating a "Type mismatch" error when I delete a row in the worksheet (worksheet change event fires). If Target.Column = gblScheduled And ...
Dave Clark's user avatar
0 votes
0 answers
21 views

I try to listen to ConversionHasBeenCompletedEvent to delete the original image after the conversion has been completed, but this event did not trigger in my listener. I'm using spatie laravel-...
TDM's user avatar
  • 1
2 votes
1 answer
85 views

I'm creating a Gtk4 app in python 3 and I want to trigger a state change when the user mouses over the ApplicationWindow but I'm banging my head against a wall trying to figure out what signal string ...
Ardemus's user avatar
  • 61
0 votes
0 answers
26 views

I have two sibling Livewire components: a country select and a city select. When the user selects a country, I want to: Notify the city select to show a loading spinner (via loading-cities event) Load ...
mitra razmara's user avatar
0 votes
0 answers
49 views

I'd like to ingest server access logs via Fluentbit and then do some modification using the filters and output the results to Redis. All on the same server. Is there a Redis output plugin or would ...
Dan's user avatar
  • 2,573
0 votes
0 answers
14 views

How can I move then event handling into the subclass of a JComboBox? I can make it work if everything is in TopLevel but, I want to move the event handling (actionPerformed(ActionEvent e)) into a ...
Xorange's user avatar
  • 11
0 votes
1 answer
106 views

I built this multi threaded file search using Events and Critical sections. I have a single thread (FolderThread) to locate all the folders recursively, and multiple threads (FileThread) to look for ...
user6033723's user avatar
0 votes
0 answers
75 views

I have an issue with catching Invoke action. I created a simple WinForms app, with a single text field and a single button. I want to catch the Invoke_Invoked event in the Accessibility Insight ...
Roma's user avatar
  • 1
0 votes
0 answers
78 views

I'm trying to modify the popular waybar program (which can be found here). Waybar is a highly customizable status bar that organizes various visual elements into "modules", which can respond ...
Chichri's user avatar
  • 35
1 vote
1 answer
94 views

I would like to use the Python win32com library (part of pywin32) to receive events from the local OneNote Application Interface (as documented here). Note this question does NOT relate to the newer ...
dale's user avatar
  • 272
-2 votes
1 answer
91 views

I'm trying to create an event to display with the react-native-calendar library. The timeline displays correctly, but the problem is that I don't know how to display the events in the timeline. I've ...
Julien Meunier's user avatar
1 vote
0 answers
84 views

I tried to switch our application to use Async Events. Now our event publisher tests fail. I found a few posts mentioning this https://github.com/spring-projects/spring-framework/pull/30020 So with ...
Thomas's user avatar
  • 7,290
2 votes
1 answer
61 views

I am working on a program which has both a TUI (terminal user interface) as well as a GUI (graphical user interface). The program has some functions which take quite a long time to complete (waiting ...
Whirvis's user avatar
  • 356
1 vote
1 answer
82 views

I'd want to modify the event onmouverover directly in the style and not on the button. I'd like to do manage events in WinUI xaml like in css is it possible? Something like : .joinBtn:hover { ...
Riddsaw's user avatar
  • 47
0 votes
1 answer
64 views

I have added an event listener to "keydown" event in my ReactJS application. Because of a third party library, I'm adding it via setTimeout in a useEffect, this component is like a popup, so ...
GLHF's user avatar
  • 4,094
0 votes
0 answers
51 views

I have following implementation (I've skipped imports and some parts): class MainActivity : ReactActivity(), DefaultHardwareBackBtnHandler, PermissionAwareActivity { var communicationModule: ...
RadekR's user avatar
  • 619
3 votes
1 answer
139 views

Problem While writing tests for a .NET 8 and Moq 4.20.72 App (same situation in .NET 9). I found that while invoking an event VaccumPumpActivationEvent with mockCommunicator.Raise(e => e....
FlorianD's user avatar
  • 113
1 vote
0 answers
37 views

In Excel Web, I have a column containing a new style checkbox in each cell. I would like to add a date to the adjacent column when a checkbox is checked. To do this, I'd like to run a script when any ...
Marcus Adamski's user avatar
2 votes
1 answer
92 views

My problem is fairly simple: I'm trying to execute a file on a timer elapsed event. I use a closure to preserve the value of my variable. But I think I struggle to understand what is the lifetime of ...
Rouge a's user avatar
  • 25
0 votes
2 answers
129 views

I am working with an application built on Laravel 11. I have a Survey model with the following public function: public function finish(): void { $this->update([ 'finished_at' => ...
Patrick Deakin's user avatar
0 votes
0 answers
20 views

Good morning. I have a problem I hope you can help with. I have a simple production management package consisting of about 15 programs. To help with consistency and reduce typing and bugs, I created a ...
JimmyTheGeek's user avatar
0 votes
1 answer
51 views

I have a stored procedure that runs daily to archive data from a large table. It moves data in batches of 10,000 rows from table_name to table_archive_table, and deletes the moved rows from table_name....
Billy Hsu's user avatar
0 votes
1 answer
38 views

I’m trying to implement a keyboard shortcut that triggers when the user presses: • Windows/Linux: Alt + Z • macOS: Option + Z The problem is with using event.code === 'KeyZ'. It works fine on a ...
Giorgi Mamisashvili's user avatar

1
2 3 4 5
760