Davis Silverman

Results 19 comments of Davis Silverman

Can I echo a need for this? People using Markdown code fences is super annoying on old Reddit. If RES could auto-format those, it would be _amazing_!

I think making a P with a piston could be cool.

Maybe we can have a second argument for this, defaulting to `stdin()` so `let stuff: String = read!("{}");` would be equivalent to `let stuff: String = read!("{}", stdin());` so that...

Yes, what is the status of 0.5. There are significant differences between what the examples have and what is needed to make it work with 0.4. When can a 0.5...

I would love to work on this :) is the correct function to create such an alert [PrintCenterText](https://sm.alliedmods.net/api/index.php?fastload=show&id=116&) or [PrintHintText](https://sm.alliedmods.net/api/index.php?fastload=show&id=118&)? Or something else, because I have been searching for a...

Could `tauri.config.json` also read from a Cargo.toml? That would be great

Oh nice! This behavior isnt mentioned in [the docs](https://tauri.app/v1/api/config#packageconfig). Thanks for saying!

Use pip to install it.

The API has changed since #256 has merged. Now what I had to do was: ```rust let buf = vec![....]; let cursor = Cursor::new(&buf[..]); let mut workbook = open_workbook_auto_from_rs(cursor)?; ```...