Newest Questions
24,230,434 questions
1
vote
1
answer
15
views
Getting a full screen background image
I'm trying to crete this website of this indie game studio I'm a part of and right now I'm having trouble getting this image to cover the whole page and make it the background. enter image description ...
0
votes
0
answers
10
views
Invalid option: --timing
I tried to change the mesh row and mesh column in gemmini Config.scala from 16 to 32 but after that when I am using
cd chipyard/sims/verilator
make CONFIG=GemminiRocketConfig
I am getting error: %...
0
votes
0
answers
18
views
2D plots in plotly cannot show small variations
I have to plot some kind of graphs to represent the data below:
[[ 0. , 234. , 568.33333333, 881.66666667],
[ 0. , 234.66888889, 569.44555556, 865.03806017],
[ 0. , 235....
1
vote
1
answer
26
views
An API that will give you the word count of any given(or most) book's? [closed]
I'm working on a new website right now and need to be able to get the word count from a large range of popular/classic titles to compare the users input.
I've tried google books, penguin publishing, ...
0
votes
0
answers
11
views
What is the proper way to fill a batch in training an LM all the way to the end eg how to correct my tokenize_and_group_texts_via_blocks?
I’m preparing a text dataset for next-token language-model pre-training.
Using HF datasets with batched=True, I wrote a helper that
1. prepends a BOS token (if the tokenizer has one),
2. appends an ...
0
votes
0
answers
14
views
FFMPEG send RTP audio at 8k bytes/sec
I'm trying to use FFMPEG to mimick a device that transmits G711U audio over UDP/RTP at 8k bytes per second.
The device im mimicking sends rtp packets every 20ms with 160byte payload.
I've had limited ...
0
votes
2
answers
25
views
RestTemplate.postForObject() is throwing RestClientException because the request JSONObject is null
I am trying to call a PostMapping endpoint from a GetMapping endpoint using the RestTemplate.postForObject() api call. But always getting a RestClientException saying that the request JSONObject is &...
0
votes
0
answers
14
views
i have an undefined error on my Fabric web
enter image description here
i was following tutorial
https://www.youtube.com/watch?v=sR2YswEDjJU&t=1s
i was following there instructions but when i run the web there's an undefined error
in opera ...
0
votes
0
answers
15
views
update PHP 8.3.6 to 8.3.21
I hope you are well, how can I make apache recognize a php version?
I did the make install and when I run php -v the version appears but apache still shows version 8.3.6, I need help please.
Currently ...
0
votes
0
answers
7
views
APS Viewer loading ACC models got AUTH-001 403 errors randomly
Starting recently, our application, built with the Viewer SDK and integrated with Autodesk Construction Cloud (ACC) using 2-legged OAuth, is intermittently encountering "No access" errors ...
1
vote
1
answer
12
views
Godot weapon resources with animations?
I'm new to game development and I'm making a 2d Souls like and want to know how to make weapon resources have animations
I've been trying with animated sprites and spritesheets but I get an error ...
0
votes
0
answers
10
views
Gutenberg Selectors API not working or I do not understand it's funcitonality
After spending a few hours getting a custom color palette setup on a block I discovered a guide that mentioned the Supports API. I had somehow missed this feature, the release articles explanation of ...
0
votes
0
answers
10
views
How to set cache storage time on Github page?
how on your Github page, say https://orange.github.io/example4/, make the cache storage of the Gilroy.woff2 font and the img.png image for 1 year, preferably for free. Thank you all in advance for ...
0
votes
0
answers
16
views
how to get a loop iteration number as value in google apps script?
I'm stuck on an apps script and I don't understand why it's not working
Basically in my range "lookfor", I look for a match to my variable "Produit" (the cell N36 is a dropdown ...
0
votes
0
answers
13
views
Looking for a VSCode FTP extension with SSH FS-like features
I'm trying to find a Visual Studio Code extension that allows me to connect to an FTP server with functionality similar to what the SSH FS extension provides.
I previously used SSH FS and appreciated ...