iacore
iacore
Seems like zig 0.8.1 and a lot of older versions don't link directly to standard library documentation. Also "These docs are experimental." are shown on all versions of std like...
Even the template application (press x to blink) consumes a lot of computing power.
Also, the native implementation has 58975 bytes of user data, but should be `userdata: [58976]u8`
@dom96 This one is merged yet either. Anything I need to change?
It's fixed, somehow.
The example is counter intuitive, since `var a = foo` should set `a` to 1 until I change it. (see REPL of Python and Ruby) Instead, `a` is changed to...
Can confirm. inlay hints exist, but diagnostics are gone. auto completion, auto import seem to work. ~~Seems like VSIX's bug.~~ Turns out `cargo check` is broken when some parts are...
Most users probably don't use Pipfile for installing the package. Also, I don't know which minimum version will work. Also, what's the deal with ludios_wpull and https://github.com/ArchiveTeam/wpull?
Should be fine to merge now.
It is already displayed as `x: ?int`. Check out `sublist` on https://koka-lang.github.io/koka/doc/book.html#sec-default. This feels confusing, since the type of `x` is `int`, not `optional`. I feel like it's better to...