Benjamin Jesuiter

Results 54 comments of Benjamin Jesuiter

> I can't comment on how each front-end project hads been built to run but you can just add script tags to your pages to load the necessary code: https://wails.io/docs/guides/frontend/#script-injection...

I really like this idea of an onEmit function. My problem: I'm writing a single page application which has code for multiple clients inside it. I must make sure that...

Thanks @farsightsoftware for the explanation. I wasn't aware that the jsonc package in deno std does not contain a stringifier, but only a parser. I simply assumed, it would also...

@mmuddasani I like this idea! I don't know though whether deno core team would accept the pr. but we should try! Step 1: we should look for a standard format...

I agree that the api of comment-json is very nice & simple to understand. (As long as you don't need to dig deeper into the representation). But I agree, using...

This sounds very interesting! As you say, maybe there should not be a difference between loading a plugin and loading a partial project. I'm on vacation to the 15th of...

I've some thoughts on this proposal of @cbinzer. I generally like the idea of these hooks, maybe we can have a similar syntax /feeling like using rxjs pipe operators (in...

Yes, app.plugin() sounds good as the root hook for plugins. It's also more descriptive than app.inject()

## Pre-paragraph Sorry for the long post, maybe we should look into scheduling a call on the deno discord about this topic with all people interested in this. @deer proposed...

@Jabolol exactly which of all the options do you like? 😄