-
We have this implementation that is the implementation of the pseudocode of wikipedia
https://github.com/tatut/aoc2021-smalltalk/blob/main/src/AoC2021/AStar.class.st
-
I've tried adding:
```kotlin
val commonBenchmark by creating {
dependsOn(commonMain) // or commonTest
dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-benchmark-ru…
-
When I generate code with benchmarks disabled, I get errors from some of the macros.
cargo generate --git https://github.com/ithinuel/yaah-template.git
🤷 Project Name: aoc2021
🔧 D…
-
Sorry if I'm filling this in the wrong place
On https://insiders.vscode.dev/github/joaomoreno/aoc2021, with: Python, Pylance and vscode-pyodide
![Screenshot 2021-12-01 213521](https://user-image…
-
Any resources available we can use to help write/convert code to work with rust-mos?
I found https://github.com/mrk-its/mos-alloc, and that seems to help with Strings and hashmaps. Any other resou…
-
Not sure if I'm doing something wrong, or if this package is out of date now. I used it back for aoc 2020 and it worked great. Trying on Rust 1.65.0.
```rust
use aoc_runner_derive::{aoc_lib, aoc_g…
-
**Describe the bug**
I recently started using VS Code on a recently reformatted machine at work, and noticed that when I set a break-point, it will open a new read-only window. The nature of the mach…
-
### Summary
Unable to add java plugin via devfile.
Error: `Failed to create a workspace. Failed to create a new workspace from the devfile, reason: Unable to resolve theia plugins: Not able to f…
-
runnig go to definition on the module
```nim
import std/stats
```
gives:
```
:: --> nimlsp textDocument/definition(139): {'position': {'character': 14, 'line': 2}, 'workDoneToken': 'wd139', 'tex…
-
Rubocop almost always does an amazing job of detecting and correcting multiple offenses in a single line of code. However, in this case one correction overwrote the other correction, leaving an offens…