Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
4 views

My .NET Framework 4.72 runs fine on several PCs, but on some mscorelib.dll throws an TargetInvocationException with an inner FileNotFoundException for one of my assemblies or its dependencies. The ...
Piglet's user avatar
  • 29.3k
0 votes
0 answers
6 views

Hi got this project structure: Gradle Wrapper App Base Import Now I want to refer from both other projects to Base. I tried adding this to build.gradle.kts eclipse.project { referencedProjects(&...
JPT's user avatar
  • 585
0 votes
0 answers
7 views

First of all, I'm not 100% sure if this is intended behavior! Given is a Java project in version 25 which is built by means of a development container based on an alpine image (currently eclipse-...
janr's user avatar
  • 3,694
0 votes
0 answers
10 views

IntelliJ IDEA no longer shows push status notifications. No balloon, no item in the notification panel. Commit notifications are still listed in the panel. It's inconvenient since I have to manually ...
Sergey Zolotarev's user avatar
-2 votes
0 answers
15 views

I have a number of SVGs that have been produce, as an example: <?xml version="1.0" encoding="UTF-8"?> <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 ...
SPlatten's user avatar
  • 5,867
1 vote
1 answer
27 views

The following C++ code fails to compile with clang 20, while it compiles with gcc and msvc. This is not the first time I see some construct being accepted by some compilers and rejected by others. ...
Thierry Lelegard's user avatar
0 votes
0 answers
17 views

I am using AG Grid v34 with JavaScript and the Server-Side Row Model (SSRM). https://www.ag-grid.com/javascript-data-grid/server-side-model-sorting/#client-side-sorting According to the documentation, ...
monangik's user avatar
  • 366
-1 votes
0 answers
23 views

I'm experiencing an issue where running J-Link RTT (via RTT Viewer or any RTT client) causes data corruption on a separate UART interface on my target device. Symptoms: UART receives corrupted data ...
Hema Hariharan Samson's user avatar
0 votes
0 answers
11 views

I’m trying to reuse SwiftData models across multiple apps without duplicating code. Specifically, I want a model like Address to live in a Swift package, while each app can define its own ...
Finn Wagner's user avatar
0 votes
0 answers
25 views

The two futures matched in the select! are: the next event in a crossterm EventStream (doc) the next batch of items received in an Archipelago game, obtained using con.sync() (source) initstate ...
M1n3c4rt's user avatar
  • 105
0 votes
0 answers
14 views

I have a queue - TestQueue created on JBOSS EAP 8 and my application (EAR) has a MDB which publishes messages to this queue. standalone.xml <subsystem xmlns="urn:jboss:domain:messaging-...
Karthik's user avatar
  • 1,392
Advice
0 votes
0 replies
4 views

I have a large CSV table containing columns with metadata and text data with thousands and thousands rows. I would like to know frequencies for specific words in text by using regular expression and ...
Jaakko Santavuori's user avatar
-1 votes
0 answers
13 views

Running a minitest command `bin/rails test test/controllers/users_controller_test.rb:89 ` - any command - generates the following error: /Users/deploy/.local/share/mise/installs/ruby/3.3.0/lib/ruby/...
Jerome's user avatar
  • 6,347
0 votes
0 answers
29 views

is it possible to get all the text from text field? i used this but they only get approximately 200 Character let before = proxy.documentContextBeforeInput ?? "" let after = proxy....
saqlain jamil's user avatar
0 votes
0 answers
30 views

As part of a script I'm working on, I need to call a NetBackup command via PowerShell using invoke-command. The command should be like so: invoke-command -scriptblock { bpflist -d $startDate -e $...
smwk's user avatar
  • 218

15 30 50 per page
1
2 3 4 5
1611988