Thomas Schaller

Results 43 issues of Thomas Schaller

> Oh, I see! The MSRV on 0.7 is still 1.36 anyways. > > How will we handle such breakage in the future? _Originally posted by @MomoLangenstein in https://github.com/ron-rs/ron/issues/383#issuecomment-1159623984_

## The problem The current serializer provides all kind of config parameters, but as it is now, it became hard to maintain. Many things are special cased, and code is...

enhancement

* [x] tuples / tuple structs not supported (#121) * [ ] enums not supported * [ ] struct names don't get stored * [ ] units represented with struct...

enhancement

**Is your feature request related to a problem? Please describe.** When using images, it's very common that the license requires attribution. As far as I see, I cannot easily use...

enhancement

## Problem We cannot join over a `FlaggedStorage` as usual because it does not fulfill the `DistinctStorage` guarantee (since it pushes events when accessed). ## Potential solution We can push...

enhancement

This issue is split out of #437. Using `System::setup` for initialization, while often being convenient, brings three major drawbacks with it: * implicit resource creation -> might be using the...

enhancement
discussion

This is the tracking issue for the 1.0 release. ## Alpha phase **Goal:** Get the API to a level that's supposedly stable and robust. ### Steps * [ ] Check...

help wanted
information

I'm trying to build [this example](https://github.com/HelTecAutomation/ESP32_LoRaWAN/tree/master/examples/OTAA_OLED) using PlatformIO with the following config: ```ini [env:heltec_wifi_lora_32_V2] platform = espressif32 board = heltec_wifi_lora_32_V2 framework = arduino lib_deps = [email protected] ``` This is the...

I'd like to include `.so` files for the vulkan validation layers (e.g. `libVkLayer_core_validation.so`) in my APK. How can I do that?

enhancement