Peter Uithoven
Peter Uithoven
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...
What about showing the progress in an notification window, maybe except for when Files has focus?