Newest Questions
24,191,597 questions
Advice
0
votes
0
replies
6
views
Transfer Learning: How do I only save the parameter I trained to save disk space?
So, I am having a transfer learning project using VGG16, however as we all know its model size is over 500MB. I somply don't have enough disk space to save more than 200 instance of said model, ...
0
votes
0
answers
10
views
WebClient sending an empty multipart request to Flask service
I have a problem with sending multipart/form-data requests from my Java service (using WebClient but same history with RestTemplate) to Flask service. It seems like a sent body is just empty as I get ...
0
votes
1
answer
44
views
Python - My coin counting code doesn't work for inputs between $1.09-$1.16 and I dont know why
I'm very new to programming and am writing this code for an intro programming class project. It takes an input from the user in dollars and outputs how many different ways you can create that input ...
0
votes
0
answers
8
views
Building sass with gulp - includePaths not having any effect
I am attempting to build a sass file that imports bootstrap from the node_modules folder.
I have added the bootstrap source folder to the includePath list.
But for some reason, the gulp compiler is ...
-2
votes
0
answers
16
views
Why does tokio panic when I block the thread?
I know that one isn't supposed to block a tokio worker thread. However, I thought this was the state of affairs - "not supposed to". Yet, to my enormous surprise, it seems tokio actually ...
Best practices
0
votes
0
replies
12
views
Tailwind CSS & shadcn/ui: How to make shadcn/ui use colors from a Tailwind CSS color theme?
I'm new to front-end development and am using Tailwind CSS and shadcn/ui to build webpages.
I want to use the "Slate" color theme from Tailwind CSS for the entire website, but it seems that ...
0
votes
0
answers
10
views
VeriFactu AEAT Sandbox always returns Error 1207 "Error interno en el servidor" even with official signed XML example
Problem Description
I'm integrating with the Spanish AEAT VeriFactu system for electronic invoice registration. I'm consistently getting Error 1207 "Error interno en el servidor" from the ...
Best practices
0
votes
1
replies
14
views
using variable of type Class<?> in switch construct
i'm in need of a data container for several data types and fail to write some omnipotent :-) converter func.
Maybe my idea is crab, in this case please give me a hint what concept to use.
My current ...
0
votes
0
answers
11
views
WordPress Favicon Conflict: Custom Site Icon Not Displaying on Frontend (WP Icon Shows Instead)
I have a perplexing favicon issue on my self-hosted WordPress site and would appreciate any guidance, as I've hit a wall with both my host (IONOS) and WordPress.com support.
For the last 8+ months, my ...
0
votes
0
answers
6
views
[Simba}[BigQuery](310) Storage API Error: DNS resolution failed for service: http:. with verified connection to Google API
When trying to run a query with a large output (600,000 rows of data), I am getting an error :
[Simba}[BigQuery](310) Storage API Error: DNS resolution failed for service: http:.
I am using a proxy ...
0
votes
1
answer
25
views
Excel adding unicode symbol from r csv output
Excel is adding a unicode character to a summary file I save from r as a .csv, where it adds "¬" in front of "±". Is there a way to edit the r script to prevent this?
cola <- c(&...
0
votes
0
answers
18
views
Using showPicker() in a chrome extension javascript
Here's the manifest.json:
"content_scripts": [
{
"js": [
"scripts/content.js"
],
"matches": [
"..."...
Tooling
0
votes
2
replies
41
views
How to parse desktop files in python?
I would like help parsing desktop files using python.
Here is an example:
[Desktop Entry]
Version=1.0
Type=Application
Exec=/usr/lib/firefox/firefox %u
Terminal=false
X-MultipleArgs=false
Icon=firefox
...
0
votes
0
answers
17
views
Walmart Marketplace API Error: shippingSummary field is required
I'm getting a Walmart Marketplace API Error: "Shipping Summary is a mandatory field for this seller (ICC seller)" for the WFS Create Inbound Shipment endpoint (https://marketplace....
1
vote
0
answers
18
views
Why does st_join in R fail on three rows together when it works on the individual rows?
I'm asking for help understanding why my sample data doesn't work in the spatial join as a group, but works one row at a time. See the code below for sample data and at the very bottom, the examples ...