Spencer Kohan
Spencer Kohan
I have the same question - I have found the [docs here](https://github.com/suren-atoyan/monaco-react/blob/master/README.md#loader-config) on how to configure the loader to load monaco from a source other than the CDN but I...
Has there been any progress on this? I'm running into this exact issue today.
Oh interesting. I've been able to get this to work exactly as expected by converting it to SPIR-V via Spirv-Cross before loading it - does SPIR-V have a different approach...
Ok I see the problem. Would this be somehow solvable by making `format` optional on `ImageClass::Storage`, or is there a hard requirement to have the format later on? I am...
I created a PR for this here: https://github.com/gfx-rs/naga/pull/2061
Running into this issue as well. Is there any workaround?
Also this is the output I get from unit tests: ``` $ ./unit_tests testing os_get_time...OK testing create output stream...ALSA lib pcm_dsnoop.c:575:(snd_pcm_dsnoop_open) The dsnoop plugin supports only capture stream OK testing...
I'm also facing this issue, with Vite's react template. I face this error when trying to start the dev server: ``` % yarn dev yarn run v1.22.19 $ vite error...
@tsengia how did you do this? did you modify the source or how else did you achieve it?
+1 to this feature request. I'm currently working on extending rust analyzer, and would like to be able to run a custom version to test in-editor. This is not currently...