Thomas Strobl

Results 34 comments of Thomas Strobl
trafficstars

haha I was actually one of the non-existent portion of people using the `[data-rmiz] {}` css selector stuff on module level, but no biggie, just moved the selector out of...

@rpearce looks pretty good to me! FYI you `preventDefault` in `ControlledBase.handleWheel`, but register the event handler as passive, which is [impossible](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener?retiredLocale=de#:~:text=If%20a%20passive%20listener%20does%20call%20preventDefault()%2C%20the%20user%20agent%20will%20do%20nothing%20other%20than%20generate%20a%20console%20warning.). Thats also why the console logs `Unable to preventDefault...

just to be sure – is this still planned or abandoned?

I encountered a related case for me. Since initialState is optional in the typings, whenever I wanted to invoke a store-exported function it gave me a warning that this function...

I know this is an older+closed issue, but for others struggling to get mock-resets to work properly I still want to mention that what @devanshj said in https://github.com/pmndrs/zustand/issues/1059#issuecomment-1175974777 was necessary...

what @snabela wrote. From the email from AWS: `We are ending support for Node.js 16 in Lambda on June 12, 2024. We recommend that you upgrade your existing Node.js 16...

So I was able to narrow it down. I wrote a super quick script that rewrites the last stdout line to ```process.stdout.write(`${window.title} - ${window.owner.name}`)``` This way I could navigate around...

Ok, so after all it just simply seems that all those interactions technically launch sort of mini windows that obviously take the first space in the open-window-stack. Since they are...

It used to be only accessibility permissions, now its screen recording as well but in the docs it says only screen recording permissions, but active-win requesting it is pretty flaky...

Experiencing the same – no remote cache set up (yet), still getting the message. 1.8.1 on macOS arm64. I can add to the discussion that the rpc thing is happening...