Mohamed Daahir

Results 124 comments of Mohamed Daahir

The latest release of [xh](https://github.com/ducaale/xh) now includes a `.deb` file that is statically linked to musl. I would appreciate it if it could be added to apt.cli.rs. thanks!

Interesting, I wasn't aware that some options were un-deprecated. I have also reverted to using the un-deprecated [`get_possible_values()`](https://docs.rs/clap/latest/clap/struct.Arg.html#method.get_possible_values) in `generate_manpages()` to ensure `[possible values: ...]` is generated for any `ArgEnum`...

>Do you know how much work it'll be to upgrade to v4 after this? Apart from a lifetime error which I still need to figure out how to approach, upgrading...

@mfreeborn, can you try if the following works for you? I think the values of `CARGO_TARGET_*_RUNNER` have been updated in cross v0.2.2 ```rust fn find_runner() -> Option { for (key,...

Hi @rinorzk, v3 is currently a work in progress but you can take a look at [v2 branch](https://github.com/saadq/resumake.io/tree/v2-(old)) for the current live version. And if by any chance, you would...

For reference, here are the PRs which added summary functionality but were reverted at some point to focus on Resumake v3: - https://github.com/saadq/resumake.io/pull/108 - https://github.com/saadq/resumake.io/pull/106 - https://github.com/saadq/resumake.io/pull/126

This seems to be a problem that only happens in create-react-app since I don't get any syntax errors once I eject my app. **Edit:** I have opened https://github.com/facebook/create-react-app/issues/10906 regarding this...

I have been thinking about how to handle mouse coordinates for a while. I think the best way to do it is to have two mouse objects which are mouse,...

https://www.sfml-dev.org/tutorials/2.5/graphics-view.php