iacore
iacore
I added the binding API to get pointer size from target. I hope I got the lifetime right. A lot of plumbing need to be done in Lean @bollu
Again, I was playing with Gleam at https://tour.gleam.run/. I tried to print a number ``` error: Type mismatch ┌─ /src/main.gleam:4:14 │ 4 │ io.println(1) │ ^ Expected type: String Found...
### Bug Description https://github.com/gofiber/template/issues/339#issuecomment-1951440680 ### How to Reproduce https://github.com/iacore/debug-gofiber-jet-no-error ### Expected Behavior show error pls ### Template package Version see in repro repo ### Code Snippet (optional) _No response_ ###...
The compiler crashes with trying to compile a file with `-` in it. ``` ❯ touch sol-nimskull.nim ❯ nimskull c sol-nimskull.nim ....................................................... Error: invalid module name: '' [rsemInvalidModuleName] modules.nim(114, 16)...
tl;dr: `/proc/self/exe` is not reliable. Use `argv[0]` or `fork(2)` instead. > Under Linux 2.2 and later, ... If the pathname has been unlinked, the symbolic link will contain the string...
When I compare the following two files, `difft` takes up all available memory (+10G) and then dies. To reproduce: 1. Download the two files here: https://gist.github.com/iacore/4f65f62650b26c4563fedb5e89395d4c/archive/2054d8f1e356d48c6babd8ddc2694fe73d8eefab.zip 2. `difft quirk.html quirk2.html`...
Hello @thesephist I can't find the primitives like `input()` on oaklang.org/. I also have some other questions - is there `read` and `write` from lisp - how to use Oak...
## Description Support marking prompts with OSC 133 Supercedes https://github.com/fish-shell/fish-shell/pull/10351. ## TODOs: - [ ] Find out how feature detection is done - [ ] Changes to fish usage are...
fish, version 3.6.4 Linux ```fish mkdir abc cd abc touch c rom blocks ls ./{c,rom,bl} # don't run this line yet ``` Now, put the cursor after `b`, `l`, or...
This fix might not be correct, nor does it fix all the UB. At least `examples/smiley` won't crash now. To reproduce, compile the project with `-fsanitize=undefined` and run `smiley`. UB=C...