Newest Questions
24,187,310 questions
0
votes
0
answers
3
views
Button is not visible in Higher env
Hi All,
I have two buttons on my entity form: Delete and Deactivate.
My requirement is:
1: Hide the Delete button (it was originally visible)
2: Unhide the Deactivate button (it was originally ...
0
votes
0
answers
3
views
Angular i18n translation for enum values
export enum Role {
MANAGER = 'Manager',
CONSULTANT = 'Consultant',
CONTRACTOR = 'Contractor'
}
I want to be able to add translations for these strings; to add i18n tags and then generate ...
0
votes
0
answers
3
views
issues with workmanager plugin
I implemented workmanager in my app and it was working perfectly until I upgraded the package to the latest one and started having this error that says:
Swift Compiler Error (Xcode): Type '...
0
votes
0
answers
4
views
Bootstrap dbc.Input debounce not working when set to a number
The dbc.Input debounce paramenter works for me when set to True but it does not work for a number like 2. Tried in Fedora 43 with both Firefox and Chromium.
from dash import Dash, html, Input, Output, ...
0
votes
0
answers
15
views
MS Access Exporting Excel file formatted in a way different than what is saved and date in the wrong format
I have setup an MS Database which handles information imported then exported to an excel spread sheet.
previously the exports were done though the saved exports within MS Access but it required the ...
Advice
0
votes
0
replies
9
views
Pitfalls of direct IO with block devices?
I'm building a database on top of io_uring and the NVMe API. I need a place to store seldomly used append like records (older parts of message queues, columnar tables that has been already aggregated, ...
0
votes
0
answers
14
views
SQL Profiler Like conditions appear to match with OR conditions, not AND conditions
When executing a SQL Server Profiler with TextDate Like condition containing more than 1 condition, only the first condition appears to match anything. It's as if the other conditions are matched with ...
0
votes
0
answers
7
views
Microsoft Fabric - Activator (Reflex) Condition not loading & disappearing
I'm trying to create an Activator (Reflex) with the Microsoft Fabric REST API.
The creation of the elements works but there is a problem with the conditions.
I want to add a condition that my ...
0
votes
0
answers
14
views
Angular login request stays pending when authenticating using token (ASP.NET Core Identity + cookies + CORS)
During debugging, the API request functions correctly. However, when executed in the browser, the request remains in a pending state. The issue appears only when navigating from y.com to x.com—in that ...
0
votes
0
answers
6
views
MapKit Rendering Crash: Map Disappears (White Screen) on Modal Presentation (iOS 18)
I'm seeking urgent help regarding a critical rendering issue that occurred after migrating to Xcode 26. My application uses MapKit within a UITabBarController setup. When I present a standard modal ...
Advice
0
votes
0
replies
6
views
Is ol-cesium still maintained?
I was wondering if the ol-cesium/olcs package was still looked at ? Or is there a place to discuss about this library ?
There are multiple issues and even prs (besides the one from bots). I would even ...
0
votes
0
answers
15
views
Why does my websocket connection get blocked?
I have a simple FastAPI server with just one WebSocket endpoint. It receives a terminal command, executes it locally, and broadcasts the stdout to the client every second:
from fastapi import FastAPI, ...
-2
votes
0
answers
12
views
How do i Fix this error in flask(runtime error)
im following this flask tutorial on youtube and while doing this part(20:04) i keep running into the following error while his is working perfectly:
db.create_all()
Traceback (most recent call last):
...
0
votes
0
answers
18
views
Updating Micorsoft.IdentityModel.Tokens from 6.27 To 8.15
I am attempting to update all of our out of date Nuget packages, one being the identity model. We use this for jwt token generation and validation. I am having a few issues and I was wondering if ...
-1
votes
0
answers
9
views
Chrome workspace does not auto-save files anymore
I have a problem with Chrome recently that annoys me a lot.
I used to work with devtools Worskpace, working on a single html/css page, editing css properties with elements panel, and Chrome auto-save ...