Thomer Gil
Thomer Gil
While v1.6 introduced a 15% speedup, performance is still not great. We should look at speeding up the render process.
For example, it would be nice to be able to write 4m20s300ms instead of 260300.
Rather than outputting 1 line per frame, we should use `\r` to print out progress on a single line.
Would be good to document npm (or yarn) install of apollo-link and if the example included the import it. Thank you.
I would like FFProbe to tell me the duration in milliseconds. I created a workaround as follows, but would like native support: ``` mp4_data = FFProbe(mp4_file) duration_s = mp4_data.__dict__['metadata']['Duration'] #...
I can see in the excellent documentation how to add a custom field to the `TokenAuth` response, but I want to do the same thing for the refresh response. My...
Timer documentation [https://excaliburjs.com/docs/api/edge/classes/_timer_.timer.html] would greatly benefit from a sample that, at the very least, illustrates that it needs to be added to a scene before it does anything.
When following build instructions, the `npm build` command fails: ```$ npm run build > [email protected] build /Users/foo/tmp/nobackup/vue-relay-examples/todo > npm run relay && vue-cli-service build > [email protected] relay /Users/foo/tmp/nobackup/vue-relay-examples/todo > npm...
I gave it a shot; it required a fair amount of changes to `Dockerfile`, `package.json`, and `tsconfig.json`, but it got ugly quickly. Any plans to support TypeScript? Thank you.
- playwright-cli is obsolete; Microsoft suggests to use npx playwright. - shards install fails on a Mac with an arm64 chip.