Aphek

Results 7 issues of Aphek

In the setup page (getting-started/setup) the only dependency specified to run with the [config_fast_builds](https://github.com/bevyengine/bevy/blob/d021a3c3748ca921fa7c0aa94bfb09e6f30090d0/.cargo/config_fast_builds) is `lld`, but `clang` is also required... Maybe it should be `sudo pacman -S lld clang`?...

A-Book

Hi! If you have an enum such as ```rust #[serde(untagged)] enum TestBackwardCompatible { Test(Test) } enum Test { Empty() } ``` It will serialize to `{"Empty":[]}` but deserialization will fail...

In env_logger it's possible to provide a default log level by using: ``` env_logger::from_env(Env::default().default_filter_or("info")).init(); ``` Would you consider adding this feature (or maybe accepting a PR)?

Hey, thanks for this awesome lib! Can you add a license to this project? Without a license, in principle no one can use this in other projects (open source or...

Bumps libc dependency to 0.2.153, which includes this fix, required for building std for the vita: https://github.com/rust-lang/libc/pull/3552

S-waiting-on-review
T-libs

Hi! It would be great if this library supported global config directories... My idea is: |Platform | Value | Example | | ------- | ----------------------------------------------------------------------- | -------------------------------------------------------------- | | Linux...

This PR upgrades the meta-radxa layer to dunfell! (ideally to a new `dunfell` branch) Unfortunately I wasn't able to compile u-boot with the new openembedded-core include (`u-boot.inc`), but as [radxa/u-boot](https://github.com/radxa/u-boot)...