iacore

Results 215 issues of iacore

### Steps to Reproduce 1. Go to https://ziglang.org/documentation/0.8.1/#Introduction 2. Click on "Where is the documentation for the Zig standard library?" ### Expected Behavior I see standard library documentation ### Actual...

I made this library usable with Zig 0.9.0

Hello, I didn't see algebraic effects mentioned in *the Dao of FP*, so here's some information about it. If you have `M0 ()` and `M1 ()`, you can stack them...

C int doesn't have defined size. It's a terrible choice for ABI compatibility. ``` void w4_runtimeBlitSub (const uint8_t* sprite, int x, int y, int width, int height, int srcX, int...

## How to reproduce 1. Create a directory 2. Run `git init` 3. Run `nimble init -y` (with fix from https://github.com/nim-lang/nimble/pull/983) 4. Run `nimble run` ``` Error: Execution of 'git...

Currently, `nimble run` doesn't work with one `namedBin`. See directory `tests/issue984` in pull request #985 for example.

Seems like newest nimble doesn't work for me. How to reproduce: ``` > nimble --version nimble v0.13.1 compiled at 2021-09-26 00:55:29 git hash: couldn't determine git hash > nimble init...

## how to reproduce the bug First, have a file named `test.nim`: ```nim const foo* = 1 ``` Then: do this in inim ``` > import test > var a...

question

We may need to update the minimal version of `svelte` in `package.json`.