Elias Rhouzlane
Elias Rhouzlane
Here an example on how you can setup sucrase to work in the browser using a service worker: https://gist.github.com/nestarz/dcaa70b5ecac5fa7e66103658f7ff0b7 The caveat is that I copied paste the code (from skypack)...
Yes I think it is a pika issue, as I have this message when I do pika install: But it is strange, it is the first time I encounter this...
That would be lovely, but I also would like to filter the keyframes to update based on their current position on the timeline, I don't think it's possible with the...
Maybe something like ```javascript // API to list all objects of the sheet or sequence const allObjs = studio.sheet.listAllObjects(); allObjs.forEach(obj => { // Start a transaction const trans = studio.transaction.start();...
@AriaMinaei do you think that's a better api ?
No problem, thank you for your work, do you know if/how I can do feature matching with your repo ? I would like to have two image, compute ORB or...
Types must be manually added, from the documentation: > **Providing types when importing**: If you are consuming a JavaScript module and you have either created types (a .d.ts file) or...
Ok thanks for the follow up. Do you think React 19 can be a good target, as it's a new major version and that would allow such breaking changes ?...
I understand the logic, but what if types could be updated in a patch semantic version (major.minor.**patch**) ? so types could be in a faster iteration than other updates. I...
I would like to bump this issue as it leads to a bad developer UX for (at least) Deno users, without recreating a new issue, if a modo like @eps1lon...