Lutymane
Lutymane
Current workaround I found is to use [overrides](https://docs.npmjs.com/cli/v9/configuring-npm/package-json#overrides) in package.json: ``` "overrides": { "blake3-wasm": "^3.0.0", "@c4312/blake3-internal": "^3.0.0" } ``` There are alternatives for other package managers
@laurentlb I could work on it, but I don't know F# at all 🥲
@laurentlb Yeah, I could perhaps formulate multiple levels of support for preprocessor and case coverage by supplying test shader codes. Also, I got a question. Does the preprocessor run during...
I faced the same issue. My current work around is to remove Stripe frame from its original wrapper `` and place it in its own top `` and then use...
@YunYouJun yes I have planned to rework the language server to make it modular and pluggable
@YunYouJun how did you found out about this editor btw?
@etareduction ye, this sounds like a good idea! Although more thinking is needed. 1. Should there be a separate button to publish the shader? 2. Should we store file change...
@etareduction I use Apache server, but it shouldn't be a problem to deploy anything else.
For subsequent publishes and parent/child relations we could actually store `git diff` changes instead of duplicating entire file
@etareduction > So is it running on your VPS/VDS? Yep. Although I think it's worth deploying it on a separate server, because mine is kinda overloaded already 😅 Docker image...