Newest Questions
24,168,049 questions
0
votes
0
answers
4
views
Error 'Could not load file or assembly 'Microsoft.Identity.Client,' with witadmin export
I'm trying to download an XML work item template from an on-premise Azure DevOps 2022 server. I used the following command:
witadmin exportwitd /collection:pathToCollection /p:projectName /n:Task /f:&...
0
votes
0
answers
8
views
Input 'y' of 'Sub' Op has type float16 that does not match type float32 of argument 'x' when using mixed precision with custom loss
I am experimenting with mixed precision training in TensorFlow to speed up training on a GPU. I enabled the global mixed precision policy and implemented a custom loss function. However, when training ...
-1
votes
0
answers
6
views
Azure App Service Deployment issue, website_run_from_package set to one
I’m deploying a .NET application to an Azure App Service (Windows) using Azure DevOps pipelines. The deployment itself completes successfully, but during the deployment the WEBSITE_RUN_FROM_PACKAGE ...
Best practices
0
votes
0
replies
9
views
How to remap Rexus X16 side buttons for custom IDE shortcuts in Windows 11?
Saya sedang mencoba mengoptimalkan workflow pengembangan saya menggunakan Rexus X16. Saya ingin memetakan dua tombol samping (MB4/MB5) untuk menjalankan perintah spesifik di VS Code (seperti 'Go to ...
0
votes
0
answers
5
views
Seeing unexpected "ARRAY(0x557313b58220)" when using CGI::multi_param
I found an issue in some existing code, but I cannot really find where the problem comes from:
A routine get_params should collect CGI parameters and put them in a HASH; for multi-valued parameters ...
1
vote
1
answer
17
views
Faster way to list all files in directory?
I am working in the R programming language.
I have the following folder
parent_folder <- "C:/Users/Name/Documents/Folder"
For all files in this folder (i.e. there are sub folders, sub-...
0
votes
0
answers
8
views
LinkedIn API OAuth - OpenID Connect - Users don't see SSO login options on LinkedIn login page
I implemented LinkedIn OAuth flow for an app. When I redirect user for authorization and they have to login, they don't see SSO sign in methods (like Google).
I have two apps with identical settings. ...
0
votes
0
answers
10
views
Can Swagger-ui auto-generate examples when using allOf?
I'm using Swagger-ui.js version 5.32.0. I have some OpenApi 3.0 documents that look similar to this (I've simplified for this example).
/test:
post:
requestBody:
content:
...
0
votes
0
answers
9
views
Extremely slow vunit simulation time
I’m running the examples/vhdl/uart simulation using VUnit and Questasim. test_tvalid_low_at_start test finishes in ~12 seconds, but the test_receives_one_byte has been running for over 45 minutes ...
-1
votes
0
answers
13
views
Over 4 milion keys in HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\PnpLockdownFiles [closed]
My RDS server is booting really slow. As I figured out, I have over 4 million keys in:
HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\PnpLockdownFiles
Over 95% is regarding Printer drivers.
...
-1
votes
0
answers
16
views
R Shiny and Docker error : there is no package called shiny
I've created an app using Shiny and Leaflet which runs just fine locally. Now I need to deploy it using Docker containers.
I created the Dockerfile using shiny2docker::shiny2docker() (with the ...
0
votes
0
answers
6
views
Storybook: autodoc and svelte 5
I feel really dumb but I can't find where to write the documentation for my svelte 5 (sveltekit) components so that it is picked by autodocs in storybook. I tried for instance to write:
<!--
@...
-2
votes
0
answers
7
views
Using Dedicated Graphic Card on specific application on MacOS
I am running vs code on macos and i enable graphic switching for my Macbook Pro 2019 not overheating, but still, i want to use the dedicated graphic card on one application VSCode. So please how can i ...
0
votes
0
answers
26
views
Warning: You are sending unauthenticated requests to the HF Hub cannot be suppressed even after setting environment variables
Problem:
I am using sentence-transformers with the BAAI/bge-small-en-v1.5 model in Python. Even after setting all the recommended environment variables and logging suppressors before the import, I ...
-1
votes
0
answers
13
views
MadGraph will not let me set mzdinput mass to 1x10^-2 or smaller
For context I am conducting research on particle colliders, and we are using madgraph to produce the simulation data. I am using pythia8 to simulate the showers, setting my event number to 100, ebeam1 ...