Hassan Abu-Jabir

Results 14 issues of Hassan Abu-Jabir

Hi, I am currently working on an async IoT web app and use this crate. I often have changes in templates / user defined templates and often have to reload...

enhancement

### Description The new `clippy::arithmetic` lint always lints against usage of arithmetic operators. Would it be feasible to not lint in const contexts? The reasoning for the lint is the...

good-first-issue
C-enhancement

Currently there are only two ways to cast floats to integers 1. `as` casts 2. `to_int_unchecked` Adding explicit conversion functions could make casting a bit easier. I would propose the...

### Related problem I am using nushell for a build script. I had some problems using `just` as a command runner, the main feature of `just` with managing multiple commands...

good first issue
documentation
Stale

`try_entry` currently returns `Option::None` when the shard is currently locked. It would be helpful if it would return a `Result

Hi, it would be nice if sailfish could be used to build reusable parent containers that are completely independent of their child html. This would require a new token to...

Thank you for writing this crate it is very nice to use and perfectly fits my tokio driven IoT needs. It would be nice though if the ClientBuilder would implement...

**Describe the bug** This bug is exclusive to wasm. When dragging a scroll bar and then leaving the browser window with the mouse makes the scrollbar "stuck". It will only...

bug

This would allow bitcode to serialize/deserialize arbitrary bytes (like non utf-8 strings) to be serialized/deserialized without the serde feature

In the Documentation declaration macros are mentioned as "currently no corresponding functionality" are there plans on adding these or another way to use the macro system to define types? Defining...