Newest Questions

Filter by
Sorted by
Tagged with
Best practices
0 votes
0 replies
8 views

I'm trying to create a "rooms" system. I want some rooms to be protected by a password for unauthorized users. I tried to save the password check state at the "AddScoped" service, ...
holiman's user avatar
Advice
0 votes
0 replies
8 views

I provided test for arc-easy results for Llama 2 7B. I use lm evaluation harness, I get: - acc: 75.51 - acc_norm: 73.86 In the Llama 2 technical report, arc-easy is reported as 75.2. But in some ...
danlee's user avatar
  • 1
Tooling
0 votes
0 replies
17 views

I have timeout issues in my live tests and I want to capture method timing in the external process under test as well as the live test without having to add more instrumentation to the external ...
Patrick Hallisey's user avatar
Best practices
0 votes
0 replies
8 views

I am analysing a data set to investigate the effect of sex and Ethnicity on victimisation. It is a large data set with children from different schools at two different time points. Should I include ...
Judina McCluskey's user avatar
0 votes
0 answers
26 views

I want to debug my go code which is mounted into a docker container. Delve is installed inside the container. I am using goland by jetbrains. Everything works fine as long as I don't use the container ...
Jakob's user avatar
  • 170
Best practices
0 votes
2 replies
19 views

I've implemented a prime sieve where segments are passive containers rather than active search spaces. Instead of walking through each segment to mark multiples, a function (ricerca_ciclo) computes ...
claudio G's user avatar
Advice
0 votes
1 replies
24 views

CONTEXT BRIEFLY: I'm trying to start a hangman project, and first I want to take care of how to get user letter from CLI and check if they are included in the current word, for that I initialize the ...
Durian Sosa's user avatar
0 votes
0 answers
8 views

Do we have support for enabling single threaded execution on a Persistent (Postgres) QueueChannel as how it is available for PublishSubscribeChannel? Usecase is to process the transactions in the ...
Rayyan's user avatar
  • 173
0 votes
0 answers
21 views

I'm trying to use a parent-child table with a linked list under each parent to denote the order of the children. It appears that this example provides the correct results but it takes two recursive-...
Gary's user avatar
  • 3,242
Best practices
0 votes
0 replies
13 views

I worked at a retail company that used Sharepoint for all internal forms, learning, SOPs, etc. They had an internal form system, through what I'm assuming was MS Forms. I'm at a new company who is ...
Rea S.'s user avatar
  • 1
-3 votes
0 answers
25 views

I am developing a Python program that extracts weather data from the AccuWeather website. My goal is to retrieve the "RealFeel" temperature for a specific city in Morocco. However, the value ...
Ridouan Hannane's user avatar
Best practices
0 votes
0 replies
8 views

context : I want to render the efficient frontier figure on the frontend- figure that shows many portfolios risks and returns- in my backend- FastAPI-, I have two design choices: 1- calculate all the ...
abd Mohammad's user avatar
0 votes
0 answers
23 views

I have a Visual Studio C++ solution with 2 projects: core.lib with a CWinApp object declared as a global variable api.dll that imports core.lib and has no code If I from another application link to ...
Leonardo Faria's user avatar
0 votes
1 answer
30 views

I wrote this (ignore the 'LOCATION!!!' ) $zipInputFolder = LOCATION!!! $zipOutputFolder = LOCATION!!! $archivePath = LOCATION!!! $zipFiles = Get-ChildItem $zipInputFolder -Filter *.zip foreach ($...
user31786750's user avatar
0 votes
0 answers
10 views

I am experiencing a bug in Excel when programmatically formatting chart series via VBA/COM automation that causes line dash styles to display incorrectly with elongated patterns. Steps to Reproduce: ...
Shane S's user avatar
  • 2,373

15 30 50 per page
1
2 3 4 5
1611097