Ruslan Fadeev

Results 92 comments of Ruslan Fadeev

Yeah, it's fine, I need to add a linter to make this easier. Thanks for the reference!

Indeed it would! Which ones do you use?

Hmm, it seems there are two basic use cases here: 1. Higher level graphics libraries that draw on p5's canvas 2. GUI libraries that manipulate DOM I'm assuming that anyone...

Thanks for the PR! Could you add some motivation for it? I'm particularly interested in the code coverage integration and the specific tests you chose. I want to err on...

Let's take a step back. In what way would these changes improve the library for you? For example, as a user I'd like to avoid typos in event names. So...

> We cannot say VueP5.something.. The user can use the original p5 itself as an argument in the sketch event This is a big cons: the p5 reexport is there...

I never used it in any of the examples, so it may be broken indeed! If it is, this is probably a build tooling issue. The test would have to...

Totally, although I don't currently use it. Are there any relevant breaking changes?

> `mounted` -> `onMounted` Do you know if there's an API that exists both in Vue 2 and Vue 3? I'd like to avoid maintaining two separate branches. I'll probably...

There's also the case of [roblox-ts], a custom TypeScript -> Lua transpiler. They're using NPM for package management even though their packages are not necessarily valid TypeScript. This seems similar...