Rishav Sharan

Results 38 issues of Rishav Sharan

### Version 0.2.0 ### Platform wsl ubuntu ### What steps will reproduce the bug? create a new bun project add [llvm-bindings](https://github.com/ApsarasX/llvm-bindings) to bun run the same program ``` import llvm...

bug
need repro

**Describe the bug** error on compiling the header file **To Reproduce** ``` PS C:\Users\risharan\DevSpace\c\wrench> make gcc -O2 -Wall -Wall -Wextra -Werror -Wpedantic -std=c11 .\src\wrench.c -o .\bin\wrench In file included from...

**Is your feature request related to a problem? Please describe.** As someone new to oauth implementations, I am interested in adding a Google sign in widget to my crystal web-app....

Hi I have updated the cstr example with an iterator sample. This is something which took me a while to understand and I hope others who struggled on this can...

Running the examples in TCC, throws this error; ``` ...> tcc -Iincludes .\pixel.c -o pixel.exe; .\pixel.exe In file included from ./pixel.c:2: In file included from includes/stc/vec.h:65: includes/stc/types.h:104: error: ';' expected...

Hi I was wondering if you can sepaarte the LLVM bindings in a separate nimble package of its own. Your bindings are most upto date for nim and it will...

**Your environment** - OS version: Windows 11 - Node.js version: 20.2.0 - LLVM version: 16.0.0 **Describe the bug** NPM no longer allows users to set custom configs. As such, installing...

**Your environment** - OS version: Linux 5.10.102.1-microsoft-standard-WSL2 x86_64 GNU/Linux - Node.js version: 12.22.9 - LLVM version: 14.0.6 **Describe the bug** when I try to run my ts project using esbuild,...

Hi How would I go about using this library in my c99 code? I didn't see any section in then docs on installing it, so could use the help. I...

Hi is it possible to add support for https://github.com/raysan5/rres?