-
Hello,
Is there a way in which I can get the query parameters without the HTTP encodings? For example, suppose the query parameter contains the follow
phrase=hello%20world
Is there a way to …
-
In JSON there is only a number, not a float or integer. The real problem comes into play when getting data from a web client via JSON that is expected to be a float but is encoded in JSON without a de…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### What happened?
While upgrading [ibc-go to v0.52.0](https://github.com/cosmos/ibc-go/tree/cian/damian/sdk-52), …
-
I got below errors:
Decoding error on OPEN_ORDER: unprocessed data left on queue (["",null]). Please report to https://github.com/stoqey/ib (505) [-1]
-
### Describe the bug
When a suggestion has no changes, the code errors instead of doing nothing.
```
Error while decoding suggestions: After analyzing the code and cursor position at row 77, col…
-
Hi there,
I've been writing [my own software compositing library (targeting real time rendering for wayland applications)][seizer]. Along the way, I discovered that I was handling sRGB encoding/dec…
-
The tool doesn't seem able to correctly process the v1 certificate structure and is producing errors.
E.g. for a v1 certificate which is perfectly readable in OpenSSL I'm getting:
```
NameDecod…
-
They claim lookahead decoding provides a 1.5~2x decoding speedup without a speculative model.
Blog post: https://lmsys.org/blog/2023-11-21-lookahead-decoding/
Twitter thread: https://twitter.com/l…
-
Hi there,
I've been writing [my own software compositing library (targeting real time rendering for wayland applications)][seizer]. Along the way, I discovered that I was handling sRGB encoding/dec…
-
It seems there is a problem with percent decoding %2B, which ends being interpreted as a blank, not a +, which it should. I think percent decoding somehow happens twice.
The error appeared when try…