Newest Questions
24,188,062 questions
0
votes
0
answers
3
views
DAX Minimum of a count within a Group
I have a dataset with dates and hours and a count of the number of events within each hour. I want a measure to take the minimum value of the count within each hour.
enter image description here
So ...
0
votes
0
answers
11
views
Swift iOS 26 Tab Bar how to remove bottom spacing
I am trying to remove the spacing under the iOS 26 Liquid Glass tab bar. I want the to remove it or align the Liquid Glass tab bar to bottom.
It is the yellow part under the tab items. It looks good ...
Advice
0
votes
1
replies
14
views
Im a beginner learner and id like some feedback on this really simple program calculating an employees pay
hours = input("Enter hours: ")
try:
hours = float(hours)
except:
print('Please enter a valid number')
quit()
rate = input("Enter rate: ")
try:
rate = float(rate)
...
0
votes
0
answers
7
views
Different .NET 8 runtime behaviour based on different SDK used
Opening bounty for wierd behaviour of .NET SDK/runtime. DotNet team remains silent
https://github.com/dotnet/sdk/issues/38325
Reproducible sample:
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
...
0
votes
0
answers
13
views
Postgres 23505 duplicate key exception in EF Core AddOrUpdate (race condition on initial insert)
I am encountering a duplicate key value violates unique constraint error in my ASP.NET Core application, and while I understand why it happens, I am unsure about the best practice to handle it using ...
0
votes
1
answer
9
views
manim package installation problem from directly 3b1b GitHub
I want to directly download the manim package from https://github.com/3b1b/manim using git. The guide recommends running example_scene.py, and I successfully run it. Nevertheless, it turns to be ...
0
votes
0
answers
8
views
how to show vertex color meshlab latest version
I use Meshlab Recently, when I imported a model in FBX format, the Vertex color wasn't showing up. I tried to find a suitable button but couldn't. Note: The model was colored using Vertex coloring.
0
votes
0
answers
9
views
CMake: how to `FetchContent_...` with legacy packages?
I must build some legacy code using CMake and gl2ps and run into problems.
Please note that I'm relative new to CMake and may do some silly things.
First some setup details: Windows 10, Visual Studio ...
0
votes
0
answers
11
views
Can I keep my modules in the ANGULAR version?
I am migrating my Angular 17 project to 21 and would like to know if there will be any problems if I want to continue using the module feature in ANGULAR 21?
0
votes
0
answers
11
views
How to correctly answer an SMB handshake
I implemented a SMB server using https://github.com/TalAloni/SMBLibrary
The handshake almost works, but not quite. The client just closes the connection when it should have been successfully ...
0
votes
0
answers
9
views
Set default DateTime format for Microsoft.Extensions.Logging log arguments
When I call something like
ILogger.LogInformation("The time is {Time}", new DateTime(...))
the DateTime argument value is formatted using the current culture, since it probably calls ...
0
votes
0
answers
10
views
Qiling: No Write Permission after the emulation
I am creating a tool with GUI using PyQT, so the Qiling emulation is being executed in a QThread object. I am using rootfs sandbox env with the qiling. Now I can create a file before the emulation ...
-3
votes
0
answers
11
views
i want to display a Textbox in a Message box, how can i do that [duplicate]
the first image shows the design and the second shows the code window.
I am making a VB.NET project where there is a label with a number in it and there is a button that, when clicked, is supposed to ...
0
votes
0
answers
12
views
Inno Setup exclude subdirectory from InstallDelete section
I currently have a setup script which deletes a directory using the [InstallDelete] section.
[InstallDelete]
Type: filesandordirs; Name: "{app}\dir_A\"; Components: A
Now I need to exclude ...
Tooling
0
votes
1
replies
16
views
React Native and expo for web
how are you? I wanted to ask you what you would suggest for this situation. I am developing a mobile app for a client with React Native and Expo. In addition, the client has just asked us if they can ...