Skip to main content
2 votes
1 answer
49 views

I am trying to use MessageSource with my Spring application for message constant. I tried everything but my message is not shown in Swagger. /src/main/resources/message_en.properties This is my ...
Dev Vaghasiya's user avatar
0 votes
2 answers
98 views

I have some set of custom icons. They are stored in resources in a separate module from the main vaadin application. To upload the iconset, I use SvgIcon with the specified ВownloadHandler. public ...
Egor Vasilyev's user avatar
Best practices
2 votes
6 replies
163 views

If I have a server written in golang that processes requests containing user queries, is there any viable method to track and limit the memory used by any given user request? The server process does ...
Craig Ringer's user avatar
0 votes
0 answers
39 views

I wanted to write a library in C to then link into Guile and in it i have to deal with strings. In the Guile manual the scm_to_locale_string() function has the following documentation: Returns a C ...
Eto on a mill's user avatar
-1 votes
1 answer
66 views

i have 2 questions: 1 - i'd like to know if i can set my hpa to compare the limits resources instead of the requests resources with the target utilization i choose for memory and cpu(i'm using normal ...
aviv's user avatar
  • 1
2 votes
1 answer
226 views

I'm at a bit of a loss here. I'm running a PostgreSQL Database on Docker on my Mac. df -h shows that my root volume has 236 GB available. docker system df shows that only a few gigs are being used by ...
Brandon Rickman's user avatar
0 votes
1 answer
73 views

I have a main azure pipeline (pipelineFinal) that should be triggered when a pipelineA is finished. pipelineA: trigger: none jobs: - job: BuildA displayName: "Build Pipeline A" pool: ...
homan salimi's user avatar
0 votes
0 answers
272 views

I have made a Tauri 2.0 dictionary app, with Android as the target platform. It uses Vue.js on the front-end, with a sqlx connection to a static SQLite database file that contains all the words and ...
L.A. Rabida's user avatar
0 votes
1 answer
124 views

Created a new Environment for the Container Apps, one with Virtual Network Integration, with one more Workload Profile, not only the Consumption, but also a Dedicated D4, a resource group and two ...
Pedro Costa's user avatar
1 vote
0 answers
87 views

I'm developing a User Mode Driver (UMD) based on the Microsoft Indirect Display Driver Sample and want to share a D3D11 texture with real-time user-mode processes. However, when a client process tries ...
Yudi Kahn's user avatar
-1 votes
3 answers
162 views

laravel 11 here in web.php Route::resource('event', EventController::class); works ok when i replace this line by Route::get('/event', [EventController::class, 'index'])->name('event.index'); ...
keyon8060's user avatar
0 votes
0 answers
61 views

I'm making a pastebin-like client on Angular 18 and so far the interface works great. Only issue is that refreshing the page or trying to directly enter the website via the full url (very important ...
user24962484's user avatar
0 votes
0 answers
39 views

Background I have two models Sale and Shipment with following relation in Sale. /** * @return BelongsTo */ public function shipment() : BelongsTo { return $this->belongsTo( ...
Scalable's user avatar
  • 1,691
0 votes
1 answer
190 views

In a C# .Net application, is BinaryFormatter used to deserialize resource image data embedded in the application via .resx files and Resource Explorer? I've been handed a .Net application and the task ...
Matt's user avatar
  • 447
0 votes
0 answers
12 views

I'm building a Visual C++ project using the Visual Studio build tools and Visual Studio Code. At some point I added an icon to a project using a .rc file: 1 ICON MyIcon.ico Which I later load using ...
Medinoc's user avatar
  • 6,709

15 30 50 per page
1
2 3 4 5
622