-
### Describe the bug
When performing a simple GET request over HTTP3 using Firefox, which gets forwarded using HTTP1.1. The outgoing request gets a `StreamCopyHttpContent` (with HTTP2 and HTTP1.1 it h…
-
### Operating System Info
Windows 11
### Other OS
_No response_
### OBS Studio Version
30.2.3
### OBS Studio Version (Other)
_No response_
### OBS Studio Log URL
normal record…
-
@jwcullen
**encoder_main_lib.cc**
IamfEncoder iamf_encoder(user_metadata);
RETURN_IF_NOT_OK(GenerateObus(
user_metadata, input_wav_directory, output_iamf_directory, iamf_encoder,
…
-
### Describe the bug
we use yarp in front of an nexus server which hosting node packages.
Node packages urls can contains %2f instead of slash as part of the path.
yarp encode the percent again to …
-
What: Some of our string parsing code assumes ASCII, for example the string to integer code: https://github.com/llvm/llvm-project/blob/main/libc/src/__support/str_to_integer.h#L37 We should move this …
-
## Impact
```solidity
function permit(
address owner,
address spender,
uint amount,
uint deadline,
uint8 v,
bytes32 r,
bytes32 s
) external override {
…
-
This error is thrown when trying to encode a negative number.
`Traceback (most recent call last):
File "", line 1, in
File "/home/user/Code/MathsPracticeProgram/venv/lib/python3.12/site-packag…
-
Hi, thank you for the package. I tried to use it with Cyrillic script (here is a Tabasaran example); however, I've got the following problem...
```r
library(diffmatchpatch)
diff_make("БицIидимиди…
-
Hi dear authors,
I am on a Mac with 64GB of RAM, I am trying to run the encoding model with the following code
```
results_df_clip = Linear_Encoding(
feat_path=feat_path,
roi_path=roi…
-
Hi there,
**Do you plan to add the possibility to control how tokenizers behave at inference time?**
For example, adding the possibility for the user to decide whether to use standard BPE (merge…