All Questions

0 votes
0 answers
5 views

How to upload a complete folder instead on files on my Next app?

I am creating a next app I am able to upload files using fileAPI , but I want to upload a folder and write a logic so that all the files (.text,.img,.pdf) inside the folder can be extracted can be ...
Aditya Sharma's user avatar
0 votes
0 answers
9 views

Can't we import 'pyautogui' into google colaboratory?

I'm new to python and I have some issues importing a few modules on google colaboratory which include gui. After giving the command : !pip install pyautogui, colab installs it without any error but ...
Hania Asim's user avatar
0 votes
0 answers
6 views

WebClient content type 'application/xml' not supported for bodyType

When I try to send request with xml payload I get error: Content type 'application/xml' not supported for bodyType. I added this dependency: implementation "com.fasterxml.jackson.dataformat:...
Alexander's user avatar
  • 151
0 votes
0 answers
8 views

How to send authentication session id to django backend using fetch api?

saveBtn.addEventListener('click', function() { const csrftoken = getCookie('csrftoken'); fetch('http://localhost:8000/card/{{ auction.slug }}/add/', { method: 'GET', ...
Minecraft PC's user avatar
0 votes
0 answers
5 views

How to show/hide bottom navigation in Compose?

I have a code which calculates if bottom navigation bar should be visible, but once I got to specific screen the navigation resets to first home tab. I guess recomoposition occurs for whole Scaffold, ...
BorkoC's user avatar
  • 26
1 vote
0 answers
5 views

Universal Kriging Accuracy with Strain Field

I am attempting to interpolate the normal strain results in the wall type structure (dimensions:800x500 mm) while having approximately 150 scattered known points in the whole element Sensor Layout I ...
Shalva Esakia's user avatar
0 votes
0 answers
9 views

Find direct children after tag "get_by_test_id"

I'm using playwright for testing web pages. When I use id tag as locator, I can find direct children of tagged div: page.locator('#id_tag > div').all() Now I try to use test_id tag and I need to ...
Vladimir Malchevskiy's user avatar
0 votes
0 answers
3 views

flutter_inappwebview InterceptAjaxRequest can't add header

Expected behavior: Here I want to use shouldInterceptAjaxRequest and change the request url and add header. Current behavior: Only request url be changed, header not working at all. Steps to reproduce ...
Norman's user avatar
  • 11
0 votes
0 answers
5 views

Global Exception Handler In flask

I am new to flask and python so please pardon me if the answer is obvious. My flask app has a scheduler and which opens many threads at different time that do specific different work and also run some ...
learning_development's user avatar
0 votes
0 answers
7 views

Customize board into 16x8 in chess using package chess.js or react-chessboard

I made a chess game, then I wanted to change the rules in it such as making the board bigger with a size of 16x8 and also changing the turn base system to a cooldown system I was trying to customize ...
Alan Ari's user avatar
-1 votes
0 answers
8 views

how to fix error cb() never called! using npm install?

i want to install packages using npm install and this error returns to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual ...
Mohammad Nadr's user avatar
0 votes
0 answers
3 views

Quasar qpopup edit async validation not working

I am facing issue with qpopupedit async validation I created a codepen. I think it is converting return boolean value to a string. can anyone check why it is not working ? I created a Codepen you can ...
Pash's user avatar
  • 368
-2 votes
0 answers
13 views

Are persistence providers still tipically used in Java nowadays?

I started learning hibernate like a month ago and the course I got on Udemy seems to use some oudtdated things like hibernate.cfg.xml files. I noticed some problems rely on persistence.xml files too, ...
Ovidiu Sampalean's user avatar
0 votes
0 answers
11 views

Can't get file because logged in is not kept

I'm encountering the same situation which is described in this page How to requests.Session().get if website does not keep me logged in? with another website: Trying to download an executable on this ...
Kaoru54's user avatar
  • 11
0 votes
0 answers
5 views

how to add an additional dll to an exe file and force it to use

I have an exe file in which I want to make some corrections to the binary code, but I want to do this not just by editing bytes but by using an additional dll, which should patch the current ...
VeryDobro's user avatar

15 30 50 per page