austenadler

Results 9 issues of austenadler

This updates to the latest cargo version to fix `edition=2021` This is not tested other than cargo test because I have never been able to build these images myself

Whenever there is a build failure in earthly, the process terminates immediately. It has happened before that a long apt upgrade is interrupted by an unrelated layer build. It would...

type:proposal
category:developer-experience

Whenever compiling for any arm musl target, I get tons of ioctl errors: ``` Compiling rppal v0.7.1 error[E0061]: this function takes at least 2 arguments but 3 arguments were supplied...

Is it possible to implement a channel that only stores only the latest value and returns the owned latest value on `.recv()`? This would be roughly similar to: * The...

The tests were passing before my change as well, but I tested manually in the browser and could reproduce the issue. Related to #220 I am not experienced in JS...

### Problem I am morphing A: ``` ``` and B: ``` ``` interchangeably. This fails with either of these errors (depending on the morph direction): ``` The specified value "#ff00ff"...

## Pull Request Checklist - [x] **Target branch:** Pull requests should target the `dev` branch. - [x] **Description:** Briefly describe the changes in this pull request. - [x] **Changelog:** Ensure...

# Description The json-bigint was being used to parse the request body when JSON was used, but the library would convert large numbers to strings, and even larger numbers to...

This PR adds two new config parameters, `jsonParser` and `jsonEncoder` to allow users to choose which JSON parser to use. It is backward compatible: if `null` or `undefined`, the default...