-
Good day! Sorry, can't find any other way to contact.
I'm using ODROID-U3 with "6.1.51-stb-exy+" kernel. And I'm just curious why is NFSD disabled in the kernel config? I tried to setup nfs-kernel-…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have up…
-
Die dafür nötigen Dateien wurden bereits in das Repo [destatis-schluesseltabellen](https://github.com/dini-ag-kim/destatis-schluesseltabellen) kopiert. Es handelt sich um folgende drei csv-Dateien:
…
-
Weapons ID higher than 1000 for mobweapon.
Is it used ? ...
-
I just wanted to suggest pulling the rasterizer out of stb_truetype.h into its own file so it can be used for general polygon rendering, not just fonts.
-
编译通过,但是启动不起来,报了这个错误:
awtk/3rd/stb/stb_truetype.h:1535: stbtt_FindGlyphIndex: Assertion `0' failed
-
Hi @nothings ,
GCC and clang report several `missing-field-initializers` warnings for stb_image_write.
Would you be interested in a PR for this? It would basically replace
```
stbi__write_contex…
-
stb_image being used on a STM32 ARM Cortex-M7 micro controller.
Firmware built using gcc.
https://github.com/nothings/stb/blob/013ac3beddff3dbffafd5177e7972067cd2b5083/stb_image.h#L5121
stb_ima…
-
@aaaaaa123456789 's [libplum](https://github.com/aaaaaa123456789/libplum) is preferable here, as it supports reading paletted image information, unlike stb_image - this would allow us to restore compa…
-
### Zig Version
0.11.0
### Steps to Reproduce and Observed Behavior
```zig
const c = @cImport({
@cDefine("STB_IMAGE_IMPLEMENTATION", {});
@cInclude("stb_image.h");
});
pub fn main() …