-
Some systems like Node.js buffers, are documented as ignoring ASCII whitespace characters but practically ignore any non-base64 character. So any garbage input can be interpreted as base64.
We shou…
-
### Describe the current behavior
When decoding base64 text, there will sometimes be extra padding bytes added to the end of the decoded data.
Here's an example where I'm encoding and decoding…
-
Works long time as a charme, suddenly object 154 doorbell_pic still will be updated, but in Base64 not converted to ASCII anymore, also after adapter restart. 3 Tuya devices are in use.
RaspberryPi4,…
-
### Current behavior
Just found about this great tool since I do a lot of base64 decoding of JSONs and then beautifying it using 2 different tools, but unfortunately DevToys reports my Base64 as In…
-
> This problem was very difficult to detect. Because prints were the same. But strings weren't been the same. My string has a lot of white characters inside (Not only on end and begin).
_Originally…
-
Hey! Since I updated to v0.2.0. I started getting these two errors:
- `Cannot destructure property 'meta' of 'ctx.requestPayload' as it is undefined.` from the failureFunction.
- `Upstash Qstash: …
-
```kt
class Base64Decoder(private val reader: Reader): Source
class Base64Encoder(private val writer: Writer): Sink
```
Has this feature been considered before? I'd happily put some time in to w…
-
## Describe the bug
Sometime Headlamp backend is not able to determine JWT token expiration. In log appears error (version v0.24.1):
{"level":"error","source":"/headlamp/backend/cmd/headlamp.go",…
-
Using #64 as reference I was able to run `LLama3.2-vision` however the output seems completely unrelated. I have not modified the prompt in anyway and am passing a multipage pdf.
Code:
```python…
-
Is base64 string data type supported with this library?
Thanks