Dušan

Results 13 comments of Dušan

Workaround I found (from https://github.com/shakacode/react_on_rails/issues/1508) ```js const debouncedHandlerForNodes = debounce(() => { const nodes = document.querySelectorAll("[data-signal-react-rerender]"); if (nodes.length) { ReactOnRails.reactOnRailsPageLoaded(); nodes.forEach((each) => each.remove()); } }, 100); document.addEventListener("turbo:before-stream-render", function () {...

@justin808 Here it is https://github.com/uvera/React-on-rails-turbo-js-bug-reproduction Please check out https://github.com/uvera/React-on-rails-turbo-js-bug-reproduction/blob/main/app/javascript/packs/application-bundle.js and when running server `http://localhost:3000/cars/new` React component does not get rendered after form submission and turbo rerender.

Hello. I'm getting the same error. log here: https://termbin.com/orilj logs spoiler ```=== START CALAMARES 3.2.61 2022-11-23 - 14:21:25 [6]: void CalamaresApplication::init() Calamares version: 3.2.61 2022-11-23 - 14:21:25 [6]: .. languages:...

I would agree with `monocle` -> `deck`. What's the point with `floating` -> `grid` when we've `meta+C` for grid layout?

Using this for 2 days now, working fine without any issues so far.

Fixed in https://github.com/instantOS/instantWM/pull/105

~~https://github.com/dr460nf1r3/firedragon-browser/issues/123 might help you fix the issue by uncommenting those lines from `firedragon.cfg`~~

Hi! https://stackoverflow.com/a/50875402 this answer should resolve the issue for you.

Swapescape mechanism is probably achieved by altering the CharCode. Some applications utilize KeyCodes for handling keyboard input. One way to alter KeyCodes your keyboard produces is via custom keyboard firmware.

![Image](https://github.com/user-attachments/assets/a85b7e07-9271-4d10-9680-8f6897e1a060) There seems to be something related to ARC / listening mode in docs. Maybe it's possible to listen for sensor events via ARC? One would have to implement the...