Lucas

Results 72 issues of Lucas

Here are some that are not implemented yet: - `A + 0` = `A` - `A - 0` = `A` - `A * 0` = `0` - `A * 1`...

For example, the expression `a + b - b` could be simplified to `a`. Similarily one could do this with `a * b + c / b` -> `a +...

I can call `fern::Dispatch::into_shared`, but when I try to return it from a function: ```rust fn setup_logger(output: fern::Output) -> fern::SharedDispatch { let shared = fern::Dispatch::new() .into_shared(); return shared; } ```...

bug

### What it does It suggests replacing `impl Iterator` with a wrapper type, if the function is public (other crates can call it). The `impl Trait` syntax erases types completely,...

good-first-issue
T-middle
A-lint
L-restriction

I struggled for quite a while to understand how to deal with the position field of the `syn::QSelf` type. I understand that as an author it is difficult to see...

docs

The code passes null pointer for the creation time, so it is not changed. ([see documentation of `SetFileTime`](https://learn.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-setfiletime#parameters)) https://github.com/alexcrichton/filetime/blob/1df0704e39ab951b669f4acc4128db0c7c16863e/src/windows.rs#L34-L54 With this, it is possible to change `modified` time to a...

I am new to matter and do not know anything about it. The `readme.md` mentions a `chip-tool`, but there is no link to this tool. At first, I thought that...

**If your feature request is a mod suggestion:** 1. Has someone suggested this mod before: **no** 2. Why should the mod be added: Woot adds lightweight (little performance impact) mob...

auto: suggestion

I hope this is the correct place to report issues to. (the CurseForge page does not link here) crash report ``` ---- Minecraft Crash Report ---- // My bad. Time:...

This PR removes the dependency on the `no-std-compat` crate to make this crate have zero dependencies. There is little benefit in using the crate, because as can be seen in...