I have a code that's in .less and I need to convert it to either .scss or .css without the need of installing scripts in my hosting account. I tried using some
Is there a function that gets called to initialize (at least some) values of task_struct? Or is there any other function that gets called upon task (specificall
I have created a custom pipe in order to filter my data. This is my pipe code import { Pipe, PipeTransform } from '@angular/core'; @Pipe({ name: 'filterAll'
I need to connect my Java Application to Virtual Machine. After connecting I need to send String saved in my code to bash script, execute it, and then get the o
I am running a distributed code with PyTorch and SLURM. I am using 8 GPUs. Here is part of the training code: dist.init_process_group( backend='nccl',
I join in the running project using amplify, as we know react-admin-amplify is using a single sign on's concept, but in this case, we need to split the login pa
I am very inexperienced with Docker and AWS. I have put the following Dockerfile a together and wondered if it has been done the right way to pip install the re
We are using OAuth 2.0 client credentials flow for admin authentication. We are using this API to regenerate the admin oauth token. But we are getting the below
I need to execute series of commands inside an interactive program/utility with parameterized values. Is there a way to loop inside heredoc ? Like below .. Not
So I have this code below which takes my processed data and puts it into my model: with np.load("/content/data.npz") as data: train_examples = data["feature