Mgrdich
Mgrdich
@khwaaj a little tips for Electron Forge users who wants to have DRM and sign universal but make sure that their non universal build is not failing as well do...
it is not working for me as well only on the shortcut level , but in the program files and stuff it is working , you might wanna check how...
> > For those having the issue in React, this works: > > ``` > > const [ abortController, setAbortController ] = useState(new AbortController()); > > > > fetch( >...
it works when i change the module name , even though it was working some of the time , but giving issues alot of the other times.
yes @jfrech but shouldn't the compiler return the correct error , instead of `R_USEIFACE in which is not a type or itab`
@jfrech my bad , I did not know back then it was a module name issue , I will change what do I expect .
Yes i was just troubleshooting this issue
cause `esbuild-wasm` is 10 times slower , adding to that because of the memory issue you guys build every file separately during wasm, maybe we can create semaphore logic there...
yeah what i mean we can still use wasm but only build let's say 3 files concurrently , this will not cause the memory to out. and we still atleast...
@martinpitt that would be great , but we can still use wasm with some concurrency without having to overload the memory https://github.com/cockpit-project/cockpit/blob/21a978fd2ecb9fe002a24b7fe09c7651d449ea9a/build.js#L155-L186 Instead of the upper snippet we can do...