石蕊 (Pi-Cla)
石蕊 (Pi-Cla)
I feel like there is probably a more elegant solution... so if anyone has suggestions, throw em in here
Just clippy lints
Hex has basically no documentation for their API, one has to dive into the code itself to figure out what to do across at least three different locations: 1) https://github.com/hexpm/hexpm/tree/main/lib/hexpm_web/controllers...
Apparently obs-service-cargo is missing on Leap so this is a reminder (to myself?) to add it to Leap once the next edition of Leap is being developed. I think right...
In preparation for people eventually translating text/comments in the code examples to other languages
To generate some buzz I might as well post my translations as I do them in this PR...
While the files in [src/content/](https://github.com/gleam-lang/language-tour/tree/main/src/content/chapter0_basics/lesson01_hello_world) have `en.html`s which can be translated to other languages. How should the hard coded lines in [tour.gleam](https://github.com/gleam-lang/language-tour/blob/main/src/tour.gleam#L52-L82) be translated? Also some of the code examples...
The legacy APIs we are using are now only available in wasi_common::sync
mongodb removed support for async-std so we shift to tokio here as well Rewrote timestamp code to be more straightforward base32 crate decoding is now case-sensitive so TOTP secrets can't...