AkhIL

Results 53 comments of AkhIL

I'm interested in "Only redraw on changes/events (reactive mode) to save CPU". My current idea is to render egui to offscreen buffer and reuse the same image when there is...

Exactly the same. Alignment shifts to right in object as soon as I select it in Thunar with icon view mode. Switching to list view and back to icon view...

This fault is CI's fault, same commit in #14 passes clippy check.

> I didn't run checks in #14 yet. Do you mean that you checked it locally? Can you validate that you have up-to-date clippy? I have the exactly same error...

Can we just copy the borrow check implementation from hecs and add a link to original repository into the file header? https://github.com/Ralith/hecs/blob/master/src/borrow.rs

We also can implement operators, so creating a filter would look like this: ```rust let mut my_filter = !with::() && (modified::() || modified::()); ```

Here is plan to make parallel access possible: * [ ] Make World::epoch atomic; * [ ] Implement `query_mut_unchecked`, `query_one_mut_unchecked`, `for_each_mut_unchecked`, `for_each_tracked_mut_unchecked`, `get_mut_unchecked` unsafe methods for `World`; * [ ]...

Yes `elm/browser` is listed in `elm.json` Here is a content from my `elm.json`: ``` { "type": "application", "source-directories": [ "src" ], "elm-version": "0.19.0", "dependencies": { "direct": { "elm/browser": "1.0.1", "elm/core":...

https://github.com/akhilman/elm-counter - repository that causes error for me.

> I don't even need a Main.elm @akhilman Are you behind a proxy? No. I'm not. But here in Russia we have a lot of IP banned and elm may...