Iris Artin
Iris Artin
I would expect ``` httpError(500, httpError(402)).statusCode ``` to be 500, but it's 402. (The use case here is that I have a `try`/`catch` statement that turns all exceptions into HTTP...
Slide index is activated by clicking on the slide number, and there is no slide number on mobile → slide index is inaccessible on mobile. Or am I missing something?
flatMap
**Please explain the feature or improvement you would like:** Please add async `flatMap` **Please describe the use case where you would need that feature (the general situation or type of...
Fixes #11 by * Assigning each recipe a unique ID by hashing its type and list of ingredients * Storing recipe ID in URI when user selects a recipe from...
When I change the preferred recipe for an item (by double-clicking), my choice is not recorded in the URL, so if I bookmark the URL for later reference, when I...
### Acknowledgements - [X] I read the documentation and searched existing issues to avoid duplicates - [X] I understand this is a place to report a confirmed bug (not seek...
``` function negativeZero(val: unknown): val is 0 { return is.number(val) && val === 0 && 1 / val === -Infinity; } ``` (Type-level typescript doesn't differentiate between +0 and -0;...
``` import toml from 'smol-toml' toml.parse('a=9223372036854775807') ``` Expected: `{ a: 9223372036854775807n }` Seen: Exception (`Invalid TOML document: integer value cannot be represented losslessly`)
I would like to see more cohesive integration of AVR dev tools with `cargo`. Specifically, I would like to see the following: * `cargo avr flash`: a command that flashes...
This PR adds a `ravedude chip` command, aimed primarily at anyone doing bare chip development. The behavior of the `ravedude chip` command is as follows: 1. `ravedude chip` can be...