Peter Uithoven

Results 455 comments of Peter Uithoven
trafficstars

Thanks for reporting! Does the mouse / touchpad still function? Can you press buttons, focus input fields etc? Can you still type in a virtual console? **Remember how to switch...

Does switching through apps, using Alt + Tab or window overview or using the multitasking view) help? Does switching workspaces help? Does this happen after you've opened the Applications menu?

Isn't this a duplicate of https://github.com/phase1geo/Minder/issues/235 ?

This might be a duplicate of: https://github.com/phase1geo/Minder/issues/208 ?

I'm having the same issue. - Regular Appcenter crashes as reported - Flatpak performs poorly - Install latest from git works fine, so can't be used to create better backtrace....

So our old batcher would work something like: ``` js let rafID; export default function rafUpdateBatcher(notify) { if (rafID) return; rafID = raf(() => { rafID = null; notify(); });...

We for example batch using request animation frame and React's batchedUpdates. Below is a simple example using just request animation frame. This means that when mouse / touch events trigger...

Testing my PR (https://github.com/tappleby/redux-batched-subscribe/pull/17) I created the following simple example, would that clarify things? ``` js import { createStore, compose, applyMiddleware } from 'redux'; import raf from 'raf'; import {...

Difference is night and day, an incredible improvement. You probably already noticed but the directory icons are initially document like icons? ![Screen record from 2022-01-29 16 15 24](https://user-images.githubusercontent.com/523210/151666420-799ec514-851d-49de-ba73-2cafb5481430.gif) ![Screen record...

What about showing the progress in an notification window, maybe except for when Files has focus?