All Questions
24,236,977
questions
0
votes
0
answers
4
views
Is this Property Access Valid Syntax
I see in the MSDN documentation of init keyword, it has code example as below, from the url: https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/init, from what I understand, ...
0
votes
0
answers
2
views
Do awss3sink or gssink stream data directly to cloud storage in gstreamer?
There are 2 possible approaches:
Save data to local files and upload each to cloud storage.
Stream incoming data to cloud storage directly.
Which one is used by gssink and awss3sink internally?
-1
votes
0
answers
7
views
throughput comparison of CPU and GPU
I want to compute the throughput for my application implemented on CPU and GPU. What would be the fair comparison to calculate the throughput on both CPU and GPU(same application).
In my opinion, we ...
0
votes
0
answers
2
views
Executing pyenv activate <virtualenv> before Eclipse with PyDev runs application
I need to use Eclipse with PyDev to debug an application that runs in a virtual environment. I establish the virtual environment with:
pyenv install 3.10.15
pyenv virtualenv 3.10.15 salt
pyenv ...
0
votes
0
answers
2
views
Laravel route naming bug: not getting resource route naming as supposed to
I am facing an issue with Laravel / React.js app
I have this web.route configuration:
Route::middleware(['auth', 'verified'])->group(function () {
Route::redirect('/admin', '/admin/dashboard');
...
0
votes
0
answers
4
views
Unable to open .h5 files during runtime of C program
I am writing a simulation in C, and want to output the data during runtime to .h5 files using the HDF5 library. The following code is used to output the files:
void output_data(int t, int n_output) {
...
0
votes
0
answers
3
views
Assistance with Extending SAML AuthnRequest for AppSwitch Property
According to the NemLog-in documentation for the app switch feature (9.7 Mobile app-switch), I need to add the AppSwitch property to the SAML request.
However, I am using FoxIDs as an OpenID-to-SAML ...
0
votes
1
answer
6
views
DbDataReader While loop is extremely slow despite fast query execution
I'm experiencing an issue where iterating through the DbDataReader.Read() loop is extremely slow.
Here's the context:
my SQL query executes in ~3 seconds when run directly in SQL Server and it ...
0
votes
0
answers
2
views
Can i insert variables into a Power Query?
I have made the following query, but i want to change the dates to variables, that change with respect to the current time.
So if i call the API at some point, i want the data from the current time ...
0
votes
1
answer
5
views
Access to source folder on laptop denied when connecting via Azure Data Factory
I am trying to connect to a source folder on my local laptop using Azure Data Factory (ADF). Here are the steps I have followed:
Created an on-premises Azure Data Gateway and connected it successfully....
0
votes
0
answers
7
views
GoogleOAuthProvider isn't passing nonce, inline styles can't be applied
I have a react app which needs to use google oauth. Here's how I setup the root renderer:
import React from 'react';
import { GoogleOAuthProvider } from '@react-oauth/google';
import App from './pages/...
0
votes
0
answers
3
views
Renew 90 days refresh token for MSAL silently
I have been using the GRAPH API via confidential client with msal/node library. The token generated by the connection flow has the refresh token expiry period of 90 days. I want to be updated with ...
0
votes
0
answers
5
views
Power Automate - look behind item in list for first occurence of phrase
I'm parsing text in Amazon PDF files to eventually put the information in a spreadsheet. Items in that document are stored in the list Items and their positions in list ItemPositions. Amazon item ...
0
votes
0
answers
13
views
I Need to retrieve the last log of a period of time(day,week, month, year)
trying to make one query to retrieve the last log of different time periods that can be given
pretty new to sql, looked over a few other threads but didn't find any relevant answer to my problem.
I ...
0
votes
0
answers
4
views
Rig Variables in modular control rig
i am looking on how to use rig varivales in the new modular control rig in or to make runtime procedural animations .
my main issue is on how to link a variable with a bone control .
thanks .