-
Currenlty, `PhiMojo` converts this XMIR:
```
48 65 6C 6C 6F
```
to this `.phi`:
```
foo ↦ Φ.org.eolang.string (α0 ↦ Φ.org.eolang.bytes (Δ ⤍ 48-65-6C-6C-6F))
```
This makes phi-te…
-
Encountered an SCCM PXE server with a blank password on the media file, but the password bytes and PFX password differ from PXEThief. The PFX password from pxethiefy looks to have the same password, b…
-
For [this ](https://gist.github.com/nirvedhmeshram/344f11443b96fb9ff022fa283cc6cd8a) matmul like + elementwise IR, we go down the LLVMGPUSIMT pipeline, see dump [here](https://gist.github.com/nirvedhm…
-
Currently, `PyMuPDFDocument` can only be initialized by providing a file path as a str. Similar libraries, such as pdfplumber, accept multiple data types, like `pathlib.Path`, `BufferedReader` or `Byt…
-
## Problem
Error copy file via kotlinx-io, ( copy bytes from one file to another)
in my case i have different size of files
```
-rw-r--r--@ 1 user LD\Domain Users 593521 Oct 22 17:57 test.zi…
-
# Bug report
### Bug description:
`PyCField_new_impl()` processes these fields with size > 65535 bytes as bitfields, due to relying on the `NUM_BITS()` function. It throws a `TypeError` because s…
-
If `n` is large enough to cause wrapping then `self.cursor.wrapping_add(n)` would likely be less than self.start. Either saturating_add is needed, or a test that `n < end - cursor`.
https://github.…
hkBst updated
1 month ago
-
Bonjour, lorsque je fais une requête avec l'api /seach/csv avec l'image docker j'obtiens l'erreur suivante:
2024-11-16 16:21:36 [FALCON] [ERROR] POST /search/csv => Traceback (most recent call las…
-
In the course of testing hex encode/decode, I discovered that it is possible to create a `Digest` from input bytes that subsequently produces different output bytes.
Here is a failing test case, su…
-
### Prerequisites
- [ ] I have carried out troubleshooting steps and I believe I have found a bug.
- [ ] I have searched for similar bugs in both open and closed issues and cannot find a duplicate.
…