Mihai Dinculescu

Results 15 issues of Mihai Dinculescu

Using an Adafruit BME688 with version 0.6.0 of this lib and the example code, I always get constant readings for humidity and gas. Temperature and Pressure do slightly change and...

As the title says, the Flight Events Client runs and connects successfully to MSFS2020, Garmin Pilot on Android sees the simulator and connects, but it doesn't receive GPS data at...

I get the following errors when targeting `wasm32-unknown-unknown`. Am I doing something wrong or is wasm not supported, yet? ``` $ cargo build --lib --target wasm32-unknown-unknown Compiling secp256k1-sys v0.4.0 Compiling...

### Description When an endpoint that expects a body is called without one, `None is not of type 'object'` is returned. Would you agree that a friendlier message would be...

This is a stab at #713. Considerations: - following the [tracing guidelines](https://github.com/tokio-rs/tracing#in-libraries) we should add a dependency only on `tracing`, - because we want to have this behind a feature...

Currently one or more paths can be ignored by using the `-i` flag. ``` cargo wipe rust -i /home/user/path1 -i /home/user/path2 ``` It would be most useful if these paths...

enhancement
help wanted
good first issue

It might be useful to offer an interactive mode so that the user can decide which folders to wipe on the fly.

enhancement
discussion

It might be useful to allow the use of multiple subcommands at the same time. E.g.: "wipe both `target` and `node_modules` folders in the same run.

enhancement
discussion

It sounds useful to have a flag that allows the exclusion of recently modified folders from the wipe (e.g. `-d 30` will wipe everything that hasn't been touched in 30...

enhancement
help wanted

It might be useful to have a flag that disables colours.

enhancement
help wanted
good first issue