All Questions

0 votes
0 answers
6 views

How to get details of an Azure AD group from az cli

I am trying to get the following information from an Azure group. (my plan is to delete any of the unnecessary groups that are floating here and there with 0 users, 0 groups, 0 group memberships (that ...
Jananath's user avatar
0 votes
0 answers
7 views

Intel MKL ERROR: Parameter 6 was incorrect on entry to SGELSY. RuntimeError: false INTERNAL ASSERT FAILED

Environment: CPU: AMD r5 5600h Memory: 16G GPU: rtx3050 Python: 3.9.19 Pytorch: 2.2.2 Numpy: 1.24.3 Errors: Intel MKL ERROR: Parameter 6 was incorrect on entry to SGELSY. Intel MKL ERROR: Parameter 6 ...
manto's user avatar
  • 1
-3 votes
0 answers
11 views

sorting by year using macro excel

I get macro excel file to repair . Sorting by year used to be working but now somehow not working . sort using company name and code working but the only the year not working here's the code for ...
Shitta 25's user avatar
0 votes
0 answers
6 views

Data Migration of multiple tables from one database to other using Spring Boot and Spring Batch

I want to migrate from one database to other using Spring Batch and Spring Boot. I have learnt that we have to declare @Bean for step, Job, JobLauncher, ItemWriter, ItemReader. But for those beans to ...
XPulse's user avatar
  • 1
-1 votes
0 answers
11 views

Unable to connect to MSSQL from one docker container to SQL docker container

I am using docker desktop and have SQL 2022 docker image and a simple nodejs web app on different containers. They are both started on a custom network and can see both containers on the same network, ...
Manic's user avatar
  • 1
0 votes
0 answers
7 views

Making the player move to the right or to the left when the arrow is clicked in Unity

I was working on a script where, if you click the right arrow, the player moves at a constant speed towards the right side of the screen, then stops after leaving the screen. (Similarly, if you click ...
codebetatester's user avatar
0 votes
0 answers
9 views

localStorage in javascript Does not update score if placed outside of function

I have this code when when you click a button, it randomly generates a win or lose count; I want to save the score of the win/lose counts so even when the page is refreshed I can still continue. My ...
Rahand hemin's user avatar
0 votes
0 answers
4 views

Client is not receiving anything of data in my chat app

I am creating a chat app and want a server to broadcast every message that a client sends it, but the client is receiving no data after the server broadcasts the client message. I am using Lua lanes ...
cosmic coder's user avatar
0 votes
0 answers
4 views

Property 'SR_B1' of feature 'LC08_164038_20220112' is missing

I write the following code for random forest classification, but I received error "Property 'SR_B1' of feature 'LC08_164038_20220112' is missing." var table = ee.FeatureCollection("...
mary's user avatar
  • 1
0 votes
0 answers
4 views

how change attributes using svg-react library

convert svg to react component using svg-react library in cli use command: npx @svgr/cli --out-dir src/assets/icons/components --typescript --icon --memo --ref --jsx-runtime automatic --replace-attr-...
Lelik's user avatar
  • 29
0 votes
0 answers
5 views

Clearing previous cell output on VSCode jupyter notebook

While using the jupyter notebook on VSCode, while running a cell block multiple time, all of the previous outputs are there which was not the case before, i want the previous output to go woosh when i ...
Sparsh Sahu's user avatar
0 votes
0 answers
3 views

Document picker or image uploader is not working in react native windows for desktop application

import React, { useState } from 'react'; import { View, Text, StyleSheet, TextInput, TouchableOpacity, ScrollView } from 'react-native'; //import * as DocumentPicker from 'expo-document-picker'; const ...
Anoop Singh's user avatar
-2 votes
1 answer
21 views

Spread operator and typing

Why is this valid: type A = { a: string; }; function withA(a: A) {} const test = (message: {b: number}) => { withA({ ...message, // this a: 'foo', }); }; and this is ...
Teebs's user avatar
  • 1
0 votes
0 answers
5 views

tensorflow tfreocrd dataset load slow,how can I sovle this bottleneck,changing params like num_parallel_calls seems no use

I have tried to change almost all the params tf.Dataset offered,but all my effort seems no useful.Loading data is my bottleneck. Here show my code and other details. def feture_name(column, ...
ZHH's user avatar
  • 1
0 votes
0 answers
6 views

API Platform custom Controller serialization problem

I have a very simple custom API endpoint with an input and output DTO and a Symfony Controller, build like the examples in the documentation page: https://api-platform.com/docs/v2.3/core/dto/ #[...
nnikolay's user avatar
  • 1,723

15 30 50 per page