-
### System information
Windows 11, NVIDIA GeForce RTX 4080 Laptop GPU
### Issue description
In 0.8, there's no mentions about some formats (svg for example) being converted to a lossy format except…
-
Reviewer 2:
> While the details of the case studies are interesting, the bulk of the paper is devoted to the case study descriptions and results, with less focus on the implementation. The discussio…
-
### Use case
When using Domain-Driven Design, a code base will have many value objects. An example would be:
```java
public record Name(String value) {
public Name {
if (value == null |…
-
## Problem Statement
Python strings being sequences can lead to unintended character-by-character iteration, which is a common source of bugs (https://mail.python.org/pipermail/python-3000/2006-April…
-
I ran into an issue where the following field
`field(:v_i_n, :string)`
would produce the graphql field "vIN"
When requesting vIN, it would produce an error `"errors":[{"message":"Cannot query f…
-
Turkish characters `ı i I İ` are a little confusing
``` javascript
_.swapCase('ı I i İ')
```
outputs
``` javascript
"I i I i̇"
```
whereas correct output should be
``` javascript
…
-
We are converting large volumes of echosounder data using echopype, and would like to have something in the workflow to ensure the integrity of data conversion outcome. This package would be a natural…
-
Some quaternions do not convert correctly when decompressed and then recompressed.
### Example
The vanilla, compressed binary value is: `0xBFFF 0xFFFF 0x7FFF`
And has the following bit pattern: `…
-
### Description of the bug:
I've had to recently debug an issue .txt file. We had no conversions to UTF-8 inplace and this resulted in a confusing problem, where Gemini uploads just result in:
```
…
-
I have been looking into improving heic decoding performance. My use case is:
* Input: YUV420 HEVC, multiple tile
* Output: RGB interlaced
In my benchmark with hacky implementation with libyuv (s…