Johannes Henninger
Johannes Henninger
I'm not sure if this is a bug or intentional, but serde and figment behave differently when deserializing single value structs: ```rust use figment::{Figment, providers::{Toml, Format}}; use serde::Deserialize; #[derive(Copy, Clone,...
Right now, linking scoped packages will fail with an ENOENT because the scope directory does not exist in node_modules: ``` [npm-workspace] Installing workspace /tmp/npmtest [npm-workspace] npm install for /tmp/npmtest/A Error:...
Right now the generator function is run again before each part, even if all parts request exactly the same input. This wastes computation time because the puzzle input has to...