Nick Hynes
Nick Hynes
This PR adds support for `u128` and `i128` in accordance with [§2.4.2 of the CBOR spec](https://tools.ietf.org/html/rfc7049#section-2.4.2).
Parsing .zshrc adds several seconds to the startup time, which makes a heavy tmux workflow rather difficult. Disabling parsing makes things fast again, but not having functions, aliases, and the...
`chrono v0.4.21` introduces a new default feature `clock` which transitively pulls in `iana-time-zone`, which [doesn't build on SGX](https://github.com/strawlab/iana-time-zone/blob/392c9dee3d844d897bbc5c276855aa5bceaf8fb6/src/platform.rs#L7). This PATCH version upgrade has caused a sever-incompatible change on the SGX...
This PR adds the following new methods `struct Column`: * `origin_name` to get the de-aliased column name * `table_name` to get the originating table name
This PR adds the option to compile sqlite-sys using [OS_OTHER](https://sqlite.org/compile.html#os_other), which is useful when running on exotic platforms.
This PR * updates the latest release to one that's not over a year old and also containing a [bug](https://github.com/AleoHQ/leo/blame/6e595bd845c8261bf93d721468bee8414c5da79b/package/src/source/main.rs) in the init program * adds windows and arm mac...
Alternative libraries like `svelte-i18n` include the ability to get raw translation JSON (`T` in this case). This is useful when translating lists of items, for instance countries. Workarounds either cause...
### What version of `astro` are you using? 0.23.2 ### What package manager are you using? pnpm ### What operating system are you using? Mac ### Describe the Bug If...
`borsh-derive-internals` is designed for testability. It'd be great to see how well the tests are doing by including code coverage (e.g. using tarpaulin + codecov/coveralls).
Ideally, there would be * clippy and rustfmt for Rust * eslint (with typescript plugin) for [tj]s and that'd be checked in CI