Matej Bačo
Matej Bačo
I see, an out-sourced ID management sounds like a reasonable use case. I will talk to the rest of the core team about this feature request.
@Dhravya Whoops, I missed your comment. You are very welcome to implement this, and I would love to assist you if you have any questions. We can chat here, in...
Hey there 👋 - I can confirm our current syntax does not work in Node 10.x. I can also confirm your syntax will work on 0.10, AND new newer versions...
Hello there 👋 First of all, thanks for the idea, it is amazing! The only problem is that manually updating will never get the job done.. Believe it or not,...
@fenix-hub Assigned it to you! All the best 🚀
The inspiration could be taken from Directus. Just like we have webhooks for document create or update events, Directus also has `.before` events for these. It **waits** for the function...
> The build task seems to be failing because of Docker rate limits not the changes I added Restarted failed jobs. All green now 💚
2 years, no progress? :/
All user dependencies are fetched into vendor (and import_map) during the build process from exactly the same source code that later runs during execution. We should have all dependencies. And...
As a test I tried to make my entrypoint `mod.ts` that uses method from `newfile.ts` that imports a library. During build, this library was also stored. As long as your...