-
Trying to solve [AoC day12](https://adventofcode.com/2021/day/12) with Kona and spotting more differences between kona on the command line and [with tio](https://tio.run/##VU5Lc4IwEL7nV1h0TKJBSi@dLkPR…
-
### Zig Version
0.9.1
### Steps to Reproduce
Save the following to files into the same directory and run `zig run stringhashmap_test.zig`
stringhashmap_test.zig
```
const std = @import("…
-
### Environment
Node version: v16.13.1
npm version: 8.2.0
Local ESLint version: 8.4.1
Operating System: Windows 10 (21H2, Build 19044.1348)
### What parser are you using?
Default (Espree)
### W…
-
### Zig Version
0.9.0-dev.1275+ac52e0056
### Steps to Reproduce
Given the `main.zig` described below:
```zig
const std = @import("std");
const Event = struct {
kind: EventKind,
…
paoda updated
2 years ago
-
I run my [AOC project](https://github.com/korayal/AOC2021) via nix, which runs perfectly.
But when I try to evaluate a comment, I get an error.
### Your environment
Which OS do you use:
Ubu…
-
`cabal test` command does not work with a fresh clone of the repo. However, `cabal v1-test` does work:
```
abhinav@Abhinavs-MacBook-Pro /tmp> git clone https://github.com/pwm/nixkell.git world && …
-
Recently, the Haskell support in VS Code doesn't work anymore for any of my projects. I assume it is related with the latest version of the extension or the HLS.
In the extension inside VS Code it …
-
https://github.com/sustr4/aoc2021
bodik updated
2 years ago
-
**Describe the bug**
Error reporting isn't showing up in nvim. There's a bug report in [nvim-metals](https://github.com/scalameta/nvim-metals/issues/306) that has a detailed description. Since th…
-
For the input
1,1,1,1,1,1,20
the current code returns 172, while the correct minimal fuel consumption is 171. After doing a few estimates with paper and pencil, I believe it's enough to chec…