All Questions

Filter by
Sorted by
Tagged with
0
votes
0answers
2 views

Nested selectors in Puppeteer

My HTML code looks like this: <div class="class1" data-id="id1"> <span class="class2> "text1" </span> </div> <div class="class1&...
0
votes
0answers
2 views

Git is not working after macOS Update and easy fix for such

Git is not working after macOS Update (xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools) Solution: Add git to path export PATH=/usr/local/git/bin:$PATH You may face ...
0
votes
0answers
4 views

amply installing failed (python with pip)

I have problem installing the amply on my python3.8 with pip3.8. my python and pip are up to date(also my setup tools). I use Macox. I tried update my packages and i didn't get lucky. It seems that ...
0
votes
0answers
4 views

Dequeue Method C#

I designed a simple Windows forms application where a user enters his name and clicks on Add, which will add his name to the queue. There's also a remove button when pressed it dequeues his name. The ...
0
votes
0answers
7 views

How To display Hello World using *x

How Do I display everything In the char *x int main(){ char *x = "HELLO WORLD"; printf("%c",*x); return 0; }
0
votes
0answers
2 views

Creating a modal/popup in chrome extension that is not specific for any tab?

I'm new to developing chrome extensions, and what I am trying to achieve is creating modals/popups in given (random) times (e.g every 5 or 10 minutes), but those are not specific for tabs, these ...
0
votes
0answers
2 views

AWS ECS Run Task Issue

I am running 2 containers (a Postgres DB container and spring boot app container) within the ECS task definition. I also created a cluster. Network mode is awsvpc & launch type FARGATE. I ran the ...
0
votes
0answers
4 views

wrap msdetours in a function.. nooby question

so basically, i wanna wrap around some msdetours functions.. bool manage(MANAGE_E mode, PVOID *ofunc, PVOID hkfunc) { DetourTransactionBegin(); DetourUpdateThread(GetCurrentThread()); ...
0
votes
0answers
2 views

Why do i get an Error when i Try to load this Haskell-Code with ghci?

i'm doing some exercices in Haskell: I am trying to rewrite the function "delscnds" as an endrecursive function "delscndsER". You can see my try on that below. delscnds, delscndsER ...
0
votes
2answers
6 views

React Native, passing function with argument from child to parent

I have written a code that passes the parent's function to the child. When the function executes a child, the parent element will log to console with the passing argument(which passes from a child). ...
0
votes
0answers
5 views

Why my backend wont work on my live site?

I have a problem, I tried to publish a .NET WebAppliction through Azure currently my site is online but when a button is clicked that does some backend stuff it produces a runtime error. The site ...
0
votes
0answers
4 views

Django REST Framework: Creating Object and Connecting Foreign Key with Serializers

Currently, my TaskList objects are connected to my TaskItem objects by a foreign key (with the TaskItems being in a list called task_items). I am able to add items in the shell to the list fine, but ...
-1
votes
0answers
8 views

How to run python program with keras using Tensorflow-GPU as backend in windows

I have python version 3.7.1 and CUDA 10.0 with TensorFlow version 1.15 installed. When I run keras, it throws a huge error that keras needs Tensorflow 2.2 or higher installed. But, when I upgrade it, ...
0
votes
0answers
5 views

Send an array of strings to specific field in body through PUT method (node)

Ive a problem i dont have idea how to resolve. Ive a database called 'usuarios'(users) with a specific field called 'alimentos' (foods) where i plan to insert all the foods the user is allergic to. ...
0
votes
0answers
4 views

Add an interactive map with flutter using dart , not webview

enter image description heremap Hello, i wonder how to implement this kind of interactive map using dart. Any idea?

15 30 50 per page
1
2 3 4 5
1346008