Newest Questions
24,187,286 questions
0
votes
0
answers
2
views
uv backend how to designate several modules in a python package?
In the uv documentation it states that it is possible to have several modules in a package
https://docs.astral.sh/uv/concepts/build-backend/#namespace-packages
They give the following example:
[tool....
0
votes
0
answers
3
views
How to automate liveness/selfie verification step when website enforces session-bound security?
I am automating the Spain visa application process using Python (Selenium/undetected-chromedriver) and have managed to fill forms and bypass basic anti-bot detection. However, when reaching the ...
0
votes
0
answers
19
views
Power apps doesn't display 'No items' when a gallery doesn't contain items
I want to be able to display 'No items' inside a gallery in case there are no items for a certain date.
Currently I can only get it to work by placing a label outside of the gallery, but this causes ...
0
votes
0
answers
14
views
Wrong behavior of background thread execution in android
I have an app with a background thread which must send periodically a message to MQTT broker to keep the connection aliave. (see this post paho Android MQTT client does not send PINGREQ to broker when ...
Advice
0
votes
0
replies
11
views
How to Install ScyllaDB Manager?
I'm new to ScyllaDB and I'm trying to install ScyllaDB Manager. However, I’m having trouble following the instructions on the official website because some steps seem to be missing.
Can anyone point ...
-2
votes
0
answers
22
views
Shopware Update 6.7.5 messes up the colors of multi-line charts [closed]
After updating SW 6.7.1.2 to SW 6.7.5.0 the sw-chart component is buggy. When you have a multi-line chart, all lines are blue now. The legend under the chart is still ok and shows the different colors....
0
votes
0
answers
15
views
Korean Text word breaking problem in WinUI project
Korean text gets cut off in the middle of a word. The whole word should go to the next line.
<TextBlock
x:Name="IconButtonName"
Width="66"
Margin="2,2"
...
Best practices
0
votes
0
replies
20
views
How to get a type of parameter from parametrized type?
How could I get a type of parameter from parametrized type? For example, for type T = Maybe String I want to get String, for type T = [Bool] I want to get Bool. It should be a function of T. Thanks in ...
0
votes
0
answers
17
views
Langgraph `update_state` modifies unexpected fields
Why does update_state in LangGraph modify fields even if I didn't specify them?
code
Here is my code. Import some lib first...
from langgraph.graph import StateGraph
from typing import TypedDict
from ...
0
votes
0
answers
17
views
Where is the SharedPreferences file located for a Flutter app on Android and iOS?
I’m using the shared_preferences package in my Flutter app, and I want to inspect the actual stored data on my device/emulator. However, I’m not sure where Flutter saves the SharedPreferences file on ...
0
votes
0
answers
15
views
Forge Viewer: Incorrect 3D-to-2D Coordinate Mapping on Custom Revit Models (Works Only on Sample Models)
Body
I’m trying to convert 3D coordinates to 2D sheet coordinates in the Autodesk Forge (APS) Viewer.
I have studied this post:
The coordinate conversion between 2D sheets and 3D models in the APS ...
-1
votes
0
answers
11
views
int tel input issue, not saving value [closed]
I am using intl-tel-input, with use of ng-model. It seems to work fine, but when I submit, and try to go back on the form, generated input tag doesn't have previously entered value, while other input ...
0
votes
0
answers
24
views
NOT BETWEEN Returns Unexpected Rows Including NULL Values
I’m seeing unexpected behavior when using NOT BETWEEN in a GridDB SQL query. Two logically equivalent filters produce different results, specifically regarding rows where the column value is NULL.
...
0
votes
0
answers
20
views
Transpiling a Shared TypeScript Library in a Next.js Website
I have a monorepo with two packages
a TypeScript shared library, ESM (shared-library)
a TypeScript Next.js app, ESM (my-website)
The Next.js app imports code from the shared library. Everything ...
0
votes
0
answers
13
views
How to add an @mention of a user in worknotes in servicenow via REST API
Need to @mention a user using sevicenow rest APIs
Can't figure out the payload
I have searched the documentation but nothing helped.
If anyone has any idea about it.