Clark Fischer
Clark Fischer
While working on #2108 I was unable to reproduce this. I think this is fixed?
I believe I've tracked this down to the following lines: https://github.com/matrix-org/matrix-react-sdk/blob/ff34fc71d9e135320e1fe84f1713265a3bf38093/src/components/views/rooms/SendMessageComposer.tsx#L254-L257 (That's the `default` case of an `onKeyDown` handler for the primary chat input, however, it is throttled). My understanding...
I played around with this a bit today, and there's definitely some stuff that can be safely removed (e.g. [`useAccountData`](https://github.com/matrix-org/matrix-react-sdk/blob/0758b8cdfe40a8b2baf4b4b817e24d6ef5cfe837/src/hooks/useAccountData.ts), [``](https://github.com/matrix-org/matrix-react-sdk/blob/develop/src/components/views/elements/TooltipButton.tsx). I found about 600 unused lines). From what I...
I'm not sure what the status of this is exactly, but I've filed some PR's against [guigs4's fork](https://github.com/guigs4/FarmingForEngineers-1.7.10). Hoping to get it cleaned up a bit and usable. Is there...
As someone mentioned in the HN comments, this is probably relevant: http://www.spritzinc.com/blog/ (article Why Spritz Works: It’s All About the Alignment of Words)
This particular issue could be fixed by using `innerText` as opposed to `textContent`. I'm not sure what the browser support on this is though. (See: [`Node.textContent`](https://developer.mozilla.org/en-US/docs/Web/API/Node.textContent), [JSFiddle](http://jsfiddle.net/mQ2Kq/)). I think, ideally,...
I believe this is fixed as of [v3.0.0-alpha5](https://github.com/vitejs/vite/releases/tag/v3.0.0-alpha.5), or, secifically 909cf9c01bcd2561a00fcc6df1006b65eec0d47e from #8280. At least, a bisect using https://github.com/cuiqui/vite-issue-repo points to that commit. I'm unable to reproduce any of the...
I believe that the reproduction case @ia0 provided is actually separate from the original issue. The original is about auto _collapsing_ when ostensibly disabled, while the CLI snippet is about...
I'm having a separate, but kinda related issue. Looks like you need to install [Azul's "Java 8 (LTS)" JDK](https://www.azul.com/downloads/). Alternatively, you could set up [gradle's toolchain auto-provisioning](https://docs.gradle.org/8.2.1/userguide/toolchains.html#sec:provisioning).