srobertjames
srobertjames
Qiling gives `vfscanf` not implemented errors. ``` [!] api __stdio_common_vfscanf is not implemented [+] ERROR: unmapped memory access at 0x0 [x] CPU Context: ``` **Sample Code** ``` # rev.exe is...
# Feature Request A picture is worth a thousand words: ``` # Hypothetical use case - not implemented $ wget https://...untrusted-linux-executable $ firecracker -ro='/' ./untrusted-linux-executable Hi! I'm your untrusted-linux-executable, running...
## Describe the bug When using `tokenizer`, we can retrieve the field `overflow_to_sample_mapping`, since long samples will be overflown into multiple token sequences. However, when tokenizing is done via `Dataset.map`,...
## Describe the bug `Dataset.map`, when fed a Huggingface Tokenizer as its map func, can sometimes spend huge amounts of time doing casts. A minimal example follows. Not all usages...
### What happens? [Huggingface Datasets](https://huggingface.co/docs/datasets/index) is a [wrapper around Arrow](https://huggingface.co/docs/datasets/about_arrow), and exposes the underlying Arrow table via `[Dataset.data](url)`. I'd like to use DuckDB on it, but, when I do, I...
## Details At certain zoom settings, certain characters will completely disappear. For example, the 'L' character will go blank, wherever it is on the screen. If I type 'L' on...
Tokenizers supports `return_overflowing_tokens=True`, which yields multiple token sequences per input string. When used under `Dataset.map`, this requires dropping the original columns, as documented at https://huggingface.co/docs/datasets/about_map_batch . This means that the...
Does libopencm3 provide DMA for STM32H7? The includes seems to miss it: ``` $ cat libopencm3/include/libopencm3/stm32/dma.h #if defined(STM32F0) # include #elif defined(STM32F1) # include #elif defined(STM32F2) # include #elif defined(STM32F3)...
We're evaluating the freertos-c++ lib for possible usage. Can you explain why Tasklet involves a Mutex? That doesn't seem to be the typical usage pattern in the underlying FreeRTOS C...
This C++ wrapper looks excellent - a simple wrapper that does exactly that without ruining FreeRTOS or doing more than I ask for. Do you support `taskENTER_CRITICAL` https://www.freertos.org/taskENTER_CRITICAL_taskEXIT_CRITICAL.html ? I...