Steven Yung

Results 34 comments of Steven Yung

@JeyKeu I personally use synchronous Job for this, which avoid this registering issue.

@RemiCollin I get the point ! What is the benefits of creating a Action instead of a sync Job then ? I feel like both could do the same thing,...

It would make sense to wait until Deno has better support for NPM (which should come soon) before trying to create examples, as they will be likely to change. But...

I think this becomes mandatory for services like Sentry, etc. which rely on catching error globally across the app

It seems like there is some issue with this change on Windows. I think this is unrelated of this PR

hello @husseinmirzaki what exactly do you mean by routing package? and why do you think you will need one?

I'm not sure to understand but I'm not the person in charge. Feel free to open a PR with your ideas in place

I like the idea of centralize metatags. A few points though: 1. I would much rather use a `.ts` file that help me autocomplete fields (it's possible with json-schema but...

yeah that's what I thought, we can make an initial version using a `` component and give instruction on how to add it to the `_app.tsx` for every pages. the...

@notangelmario If we manage to do it properly, but I don't think it should be a requirement to automate this in the `init.ts` script. It could take a lot of...