Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
3 views

Flutter on windows latest version. Create the following nested classes: import 'package:json_annotation/json_annotation.dart'; part 'test.g.dart'; @JsonSerializable(explicitToJson: true) class Test { ...
user3262353's user avatar
0 votes
0 answers
13 views

Why does Path.GetInvalidPathChars() not detect \r, but Path.GetFullPath() does? (.NET Framework 4.7.2) I’m working with a .NET Framework 4.7.2 application and validating file paths. I noticed ...
Vivek Nuna's user avatar
  • 30.8k
0 votes
0 answers
5 views

Im using Autodesk Issues API to create new issues in ACC, specifically POST endpoint. Problem I cannot place a push pin in the 3d model that will represent the issue. In the documentation I don't see ...
bamec's user avatar
  • 53
0 votes
0 answers
6 views

I've setup a Snowflake webhook notification to send a message to a teams channel workflow. When editing the workflow there is an option to select "Who can trigger the flow?" (see below) and ...
user3165854's user avatar
  • 1,637
0 votes
0 answers
7 views

I have an older project that was created before Xcode 26.2. In Xcode versions prior to 26.2, there was no Swift Compiler – Concurrency build setting. With those older versions, the following behavior ...
Cheok Yan Cheng's user avatar
-1 votes
0 answers
25 views

I have used Python for a very long time and one thing I always liked about it that I can write the Python code in cmd and run it there. But same is not possible with compiled languages. On the other ...
Nicola Tesla's user avatar
Advice
0 votes
0 replies
5 views

I have seen a number of articles on this but none seem to answer the question. How would I add a catalog to a linked server in SSMS?
Doug Kimzey's user avatar
  • 1,214
0 votes
0 answers
18 views

I'm thinking of switching the MSVC builds (default setting /W1) to use the recommended /W4 to catch hard-to-find code defects. But, what are the most similar GCC options that mimic the /W4 warnings? ...
vengy's user avatar
  • 2,477
0 votes
1 answer
17 views

I have a few dependencies for my python project that I installed in editable mode: pip install -e ~/libs/some-pkg/ That way I can easily make changes and test out branches. For example, if my project ...
Mo_'s user avatar
  • 2,142
Best practices
0 votes
0 replies
3 views

For example, there is: Group – questions: Question[] And there is also a standalone Question that is not associated with a Group. Group has a method group.addQuestion(...), which is used when ...
user32195965's user avatar
0 votes
0 answers
10 views

I have a base recipe with the following lines: SRC_URI += " \ git://[email protected]/someUrl \ file://someLocalFile;subdir=files \ " When I try to build the project, it stops during ...
Refugnic Eternium's user avatar
0 votes
0 answers
9 views

The OpenCL spec defines several image_read functions - with a suffix for the element data type; with variants for 2D and 3D images; and variants taking a sampler, or not taking one. The spec says that ...
einpoklum's user avatar
  • 138k
0 votes
0 answers
12 views

I’m getting a runtime crash in a Lazarus (Free Pascal) application when clicking a TImage that saves/loads an image BLOB from a database. Project Album raised exception class External: Unknown ...
AlbLivX's user avatar
0 votes
0 answers
15 views

I am using Azure API Management with delegation, and I can successfully validate the signature for all operations except ChangeProfile. I am following this documentation: https://learn.microsoft.com/...
Dimitris's user avatar
-1 votes
0 answers
13 views

I'm using a snakemake workflow that : 1 download studies from a database. One study contains data of multiple individuals. 2 split each studies to get one file per individuals. 3 filter each ...
Victor Cat's user avatar

15 30 50 per page
1
2 3 4 5
1611998