kintrix
kintrix
### Describe the bug Creating a mutable list of optional types then pushing `none` onto it results in a compilation error. Let's suppose we have the following code: ```v mut...
Closes #33 Maybe it would be worth discussing the exact API to publish. I personally think it is fine to add a function like `stringAs : Decoder a -> Decoder...
These are the correct bounds of a 32 bit integer.
# The Suggestion There are cases when the format of the JSON has "sneaky floats/ints". That is, it contains an int or float inside a string instead of a JSON...