Newest Questions

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

I am currently using conversation ai engine on my app, and deepgram nova-3 is my ASR. However, I recently encountered an issue where my voice agent does not understand what I am saying clearly even ...
Fong Kai Jie's user avatar
0 votes
0 answers
2 views

I am confused about the relationship between the File Object and the Inode Table in the Linux kernel.Does the "File Object" created during open() contain the file offset, or is that stored ...
Park So min's user avatar
-1 votes
0 answers
8 views

I am trying to create a new GitHub account, but the signup process consistently fails with the error: \> “We couldn’t create your account. We detected unusual activity and are unable to complete ...
Mouniesh's user avatar
Advice
0 votes
1 replies
11 views

I am reading a book to learn C# and this is the problem statement. "As an optional challenge, add statements so that the user can only make three attempts before an error message is displayed.&...
iamtheaashish's user avatar
Best practices
0 votes
0 replies
23 views

This isn't a what am I doing wrong? Rather, I'm surprised this works, what's the rationale?/might it all quickly turn to custard. By ‘ambiguous’ we mean that there is a type variable e that appears ...
AntC's user avatar
  • 2,846
Tooling
0 votes
0 replies
28 views

I was looking for a way to compress images fully client-side (no backend). The main reason was: privacy (no uploads) speed avoiding server costs After testing different approaches, I found that the ...
aimin chen's user avatar
0 votes
0 answers
11 views

Following https://developer.android.com/tools/agents/android-cli I run: curl -fsSL https://dl.google.com/android/cli/latest/darwin_arm64/install.sh | bash android update android init Problem: At the ...
Nicolas Raoul's user avatar
1 vote
0 answers
28 views

I need my chart to resize to the full width and height of it's container within a grid column. I've read through the documentation and made sure maintainAspectRatio is false and the container position ...
oprocode's user avatar
0 votes
0 answers
7 views

Supose I have a function vec_fun that maps a vector to a vector. I want to apply this function to a subvector of an array based on a condition. For example: mask = jnp.asarray([False, True, False, ...
Ben's user avatar
  • 615
0 votes
0 answers
20 views

I have installed pandas using pip3 install pandas In my Terminal it works fine with no error import pandas as pd But I can't do so in Jupyter Notebook, this is the error: ------------------------------...
Altaf's user avatar
  • 91
Best practices
0 votes
0 replies
18 views

I'm working on a program which has a large associative array (somewhere in the thousands, less than 10k, I hope) from strings to files. For the user-end, the user is expected to manage the database ...
user21749640's user avatar
Best practices
0 votes
0 replies
11 views

i have two very long fs2.stream, stream1 and stream2, now i need to do the following stream1.fold(complicatedAcc)((acc,e1)=>func(acc,e1)) where func(acc,e1)=stream2.fold(acc)((acc,e2)=>...
ruoyu's user avatar
  • 1
0 votes
1 answer
25 views

When i open the webpage, I designed, a tint comes over with a non-functioning x button. https://github.com/JVCAISON/Html-2.html/blob/main/index.html
Joey's user avatar
  • 1
0 votes
0 answers
15 views

Not sure if this is a bug or I'm misunderstanding how TQL handles execution order, been going back and forth on this. Setup is a GridDB Collection storing sensor data. Tried filtering by temperature ...
Muhammad Rasheed's user avatar
0 votes
0 answers
29 views

I am building a REST API using Node.js with Express, and I’m running into an issue where errors thrown inside an async route handler are not being caught by my error-handling middleware. const express ...
Benziane Younes's user avatar

15 30 50 per page
1
2 3 4 5
1610661