Newest Questions
24,254,848 questions
0
votes
0
answers
2
views
how to handle keyboard event in maui with CommunityToolkit
I am coding an app in window and mac platform.I have finished code like this:
<Button x:Name="ForwardButton" Text=">" Command="{Binding ForwardCommand}">
...
0
votes
0
answers
3
views
Mica Blurred RichEditD2D also makes the text and other elements in it transparent
The text only renders white, any surface that isn't RGB 255, 255, 255 renders somewhat transparently or completely transparent if RGB 0, 0, 0 (like default text)
This is the mostly slimmed down ...
0
votes
0
answers
11
views
C++ Compiler Not Recognizing Nested Class Implementation
In a static method, hovering over p.ent in Visual Studio gives me <unknown> HashMap<K,V,H>>::Iterator::ent. I am assuming that the compiler can not infer the type due to that the types ...
0
votes
0
answers
7
views
Why I have 2 red dots on my KivyMD2.0.0 screen. I am using a KV file. with text fields in a ScrollView. How to correct this?
MDScreen:
name: "edit_cards_screen"
#pos_hint_x: 1
#pos_hint_y: 1
MDBoxLayout:
orientation: "vertical"
#padding: "20dp"
MDTopAppBar:
font_style: "Display"
role: ...
0
votes
0
answers
4
views
Log insights ql to Opensearch
I have the following log insights sql
fields jointStates.jointVariables.posSi.0 as pos0, jointStatesRef.jointVariables.posSi.0 as refPos0
| stats
avg((pos0-refPos0)*(pos0-refPos0)) as j0_pos_err,
...
0
votes
0
answers
4
views
Increase Connector timeout for Tomcat server in spring boot for specific end point
i want to configure the timeout for a specific end point in my application. Right now the connector timeout for tomcat is 30s but i want to increase it to 60s but only for a specific end point. is ...
0
votes
0
answers
7
views
In Jenkinsfile, how do I set environment variables from parsed YAML file?
My Jenkinsfile looks like this:
pipeline {
agent any
parameters {
choice( name: 'project_short_code', description: 'The short code for this project', choices: ['foo','bar'])
}
...
0
votes
0
answers
7
views
VSCode extension "Open Disassembly View" not showing up
I'm trying to get the disassembly view working on a VSCode debug adapter, but it's not working. It's setting cap.supportsDisassembleRequest = true at initialization, and the stack frames it's ...
0
votes
0
answers
10
views
Using array_agg to make array out of N to 1 columns
I have a database where rows in table A could have N >= 0 associated rows in table B. I am trying to construct a query that returns all of the columns of A with an array of all of the associated ...
0
votes
0
answers
7
views
Column with always visible scrollbar?
How can I tell a column to make his scrollbar always visible? so the user can know instantly that he can scroll the content.
This is the normal code for adding a scrollbar, but I can't find anywhere ...
0
votes
0
answers
3
views
Create virtual printer using UWP Printer Support App (PSA)
net community,
I'm trying to create a UWP PSA application following the https://learn.microsoft.com/en-us/windows-hardware/drivers/devapps/print-support-app-v4-design-guide guide. However when I ...
0
votes
0
answers
13
views
Remove duplicated value inside in cell in python with multiple row
Hi Im cleaning bunch of emails and need help of removing data on each cell.In my data frame it looks like this
I want to remove the duplicated values on each value on each cell with multiple row ...
0
votes
0
answers
14
views
Macros and functions can't be found in .h file
I'm trying to run the following example code in Visual Studio:
#define MA_NO_DECODING
#define MA_NO_ENCODING
#include "miniaudio.h"
#include <stdio.h>
#ifdef __EMSCRIPTEN__
#include &...
0
votes
0
answers
6
views
How can I observe for date or timezone changes to update the UI using MVVM, UseCase and Hilt?
I have a interface called TimeZoneMonitor to monitorize Time Zone or Date changes.
I also have a UseCase that queries the database, looking for information based on the current system date.
The code ...
-2
votes
0
answers
11
views
Proper Regex for multiple strings [duplicate]
I have multiple strings I am running through Regex. They are as followed,
formatted_message_130.xml
formatted_message_150.xml
formatted_message_155.xml
formatted_message_200.xml
...

