Sylwester Rąpała

Results 40 issues of Sylwester Rąpała

It's would be nice to see more examples (and probably better documented). For example: https://github.com/iliekturtles/uom/blob/master/examples/base.rs#L10-L16 could contain copy from [doc](https://docs.rs/uom/0.19.0/uom/macro.ISQ.html) or just link ```rust mod cgs { // [ More...

help wanted

- This pull request apply rustfmt for serial-unix. - Add io::Read and io::Write for &TTYPort I am not sure this is safe. But std::io::File implement both. I think operations over...

Hi, which-key plugin that helps to learn shortcuts and explore new. I would like to suggest extending group functionality. Image you have a `g` that goes for `goto` or `git`....

```rust #[derive(Debug, PartialEq, Deserialize, Serialize)] struct Test_XML { t1: i32, t2: i32, wind_speed: i64 } ``` And xml ```rust let s = r##" -600 -600 250 "##; let project: Test_XML...

Hi, I wanted to use static assert this way: May header ```rust fn static_asserts() { const x: usize = mem::size_of::(); const_assert_eq!(10, x); } ``` And get error: ``` error[E0080]: constant...

I didn't find any rust server that support OpenApi. I think it could be supported as future and should be easy to done in warp. I mean I write a...

rfc

I think it could be good to separate influx db line protocol. It could be shared between clients. I have found: - [influxdbv2](https://github.com/xoac/influxdb2) - [telegraf](https://github.com/maxmindlin/telegraf-rust)/ - this crate - more...

Status: Pending Discussion
Type: Best Practice

Hi, I wanted to create a template that allows me to create a project within URL. The question about `project-name` in most cases is in GitHub link and this is...

Type: Enhancement

Is there a reason for `README.tpl` that contains: ``` {{badges}} ``` generate error: ``` Error: `{{badges}}` was found in template but no badges were provided ``` It's ok to have...

This draft add `--force` flag. At this moment it allow generate `README.md` from `README.tpl` that contains `{{badges}}` or `{{license}}` without corresponding fields in `Cargo.toml` Closes #42