Newest Questions

Best practices
0 votes
0 replies
25 views

At BIM365, we work with multiple AEC clients where projects still begin with 2D CAD drawings (architecture, structure, and MEP). A common workflow we observe is: design development in 2D, followed by ...
BIM 365's user avatar
1 vote
2 answers
60 views

Since closed type families have all their clauses appearing together and therefore can't be extended with other clauses, and since GHC can detect violations of injectivity annotations anyway (even for ...
Enlico's user avatar
  • 30.7k
0 votes
1 answer
40 views

while toying with Chrome extension development, I made a very simple extension that contained a single button which, when clicking on it, should change the title on the Google home page. I managed to ...
Elg's user avatar
  • 31
-3 votes
1 answer
26 views

I'm trying to make a launcher for the krita appimage, but it's not showing. this is my krita.desktop file that is in $HOME/.local/share/applications: [Desktop Entry] Name=Krita StartupWMClass=Krita ...
Abd-Alghany Osama's user avatar
2 votes
1 answer
46 views

I have a self-referencing Laravel model for a category tree. Each node can have children, and I want to delete a node together with all of its descendants. My relationship looks like this: public ...
bcExpt1123's user avatar
Tooling
53 votes
22 replies
6k views

Are you getting this error in the copilot chat? "mgt.clearMarks is not a function" Do you know why it's happening and how to fix it? I've tried everything, even cleaning the VS Code team ...
Juan Sandoval's user avatar
-4 votes
0 answers
28 views

I am working on ReclaimX, a full-stack campus lost & found platform (Final Year Project). GitHub: https://github.com/SniperRavan/RECLAIMX Problem On the Profile page (pages/profile.html), after ...
Sniper_Ravan's user avatar
-8 votes
0 answers
101 views

I'm supposed to be taking over a server application which is sending documents to a printer. It does the following: if (OpenPrinter((LPTSTR)printer, &hPrinter, nullptr)) { wchar_t ...
Dominique's user avatar
  • 17.7k
1 vote
0 answers
40 views

I am building a http proxy with websockets. I need to intercept an incoming request, call an external service to get some headers, add the additional headers to the incoming request and send it to the ...
S7H's user avatar
  • 1,677
-2 votes
0 answers
26 views

I have a Google Custom Search JSON API returning 403 error despite having billing enabled. I have tried: Created 2 different Google Cloud projects Enabled Custom Search JSON API in both Activated ...
Compra Inteligente's user avatar
-3 votes
0 answers
69 views

I was given a dataset of close to 100 human participants. This dataset includes values for 100+ measured hypothesized biomarkers of neurodegeneration, their age, sex, disease state (clinically normal, ...
Justin Mendiola's user avatar
0 votes
0 answers
49 views

I am trying to get a better understanding of when/how to use structs. I have game scene struct like so: struct GameScene: View { @State var gsViewModel = GameSceneViewModel() var body: ...
Jason W's user avatar
  • 153
Advice
1 vote
3 replies
58 views

With PEP 649 in Python 3.14+ annotations are lazily evaluated by default, and this led me to wonder if it's acceptable to store type bounds or constraints in a global variable at the module level and ...
Rodrigo Torres's user avatar
1 vote
0 answers
24 views

I have a screen with a scrollable lesson and two buttons: A CTA button at the bottom of the content A floating button that should: be visible while scrolling hide when the bottom CTA is visible ...
jakek05's user avatar
  • 29
0 votes
1 answer
34 views

On the Google Fonts page for Merriweather, it shows it has a variable width that you can test on the site. But when I have the font embedded in a site, there is no option: <!DOCTYPE html> <...
not without text's user avatar

15 30 50 per page
1
3 4
5
6 7
1610925