xhe
xhe
@WerWolv Here is a dirty patch that makes ImHex working under pure wayland env without crash(without multi-viewports), [link](https://github.com/xhebox/noname-linux/blob/master/ports/imhex/gl.patch). I want a pure wayland support in addition to the original request....
> You can just avoid setting io.ConfigFlags |= ImGuiConfigFlags_Viewports in the app to disable the feature. Thx for reminding that. But it is just a dirty patch and I don't...
[wayland patch](https://github.com/xhebox/noname-linux/blob/master/ports/imhex/gl.patch) updated to 1.13.0. It is possible to patch imhex only, which means a cmake options is possible to make it compilable under pure wayland env. Any one interested...
> @xhebox Does GLES2 make other things worse compared to OpenGL3? If not, I'm up to switching to that instead if it means Wayland works fine. I don't think it...
Sorry, they have a description section in the README, [link](https://github.com/IBM/carbon-components-svelte#optimizecarbonimports) here. > Before > import { Button, Header } from "carbon-components-svelte"; > After > import Button from "carbon-components-svelte/Button/Button.svelte"; > import...
@Florian-Schoenherr > but rollup should throw away everything unused anyways Yes, you are correct. The thing is about vite, or snowpack. They, when starting a dev server, will do nothing...
> After #4097, preload is now disabled for library mode. > > @xhebox if your issue is solved by this change, please close this issue. If not, could you provide...
I have not use vite now, but I met several use cases: 1. I wanted to control preload by myself to gain a finer control(It is found while experimenting SSR+SSG)....
@benmccann @Rich-Harris PTAL
> are you 100% sure you're not just seeing firefox request stuff from the service worker, and the service worker request stuff from the network. I am sure. I am...