Tomáš Vojtášek

Results 17 comments of Tomáš Vojtášek

Is it possible to make ES modules build as well? I am unable to figure out how to use this with webpack... EDIT: actually that hack @mtmckenna mentioned works but...

So I have finally managed to produce a build which uses esm and have successfully used it with webpack. However I am still little bit confused, what exactly `imgui_impl.ts` is......

so it's basically something like `CanvasRenderer` or `BrowserRenderer`

same problem here with stats generated via https://github.com/FormidableLabs/webpack-stats-plugin/

Since I'm waiting for this feature as well I created a new PR https://github.com/tauri-apps/tao/pull/554 The changes are the same as in this PR, I've just moved things to the existing...

I don't think #4838 solves this problem. I've just upgraded npm to 8.16.0 and getting this: ``` npm ERR! code EROFS npm ERR! syscall open npm ERR! path /tmp/start-09cff96e.sh npm...

@wraithgar shouldn't we reopen this issue?

I've found the workaround - basically don't use `npm` at all Given `package.json`: ``` { ... "scripts": { "start": "NODE_ENV=production node ./dist/index.js } ... } ``` So instead of `CMD...

I have a possibly related problem. The very first `wifi.connect()` (either after flashing or once I plug it into the power supply) fails and it always goes like this: ```...

If anyone is interested, I've created PR https://github.com/simias/psx-guide/pull/12 with GitHub workflow, that builds and publishes PDF to github-pages Example here: https://vojty.github.io/psx-guide/