Bernardo Reis

Results 5 issues of Bernardo Reis

I noticed that due to the static nature of the default event handler, it's keeping objects in memory between PIE sessions. While I do see some mechanisms in the code...

enhancement
question

**What version of Ajv are you using? Does the issue happen if you use the latest version?** 8.10.0 **Your typescript code** Both snippets below fail: ```typescript import Ajv, { AnySchema,...

typescript

First of all, thank you for this awesome plugin. I spent hours trying to find tutorials on how to create a custom graph based editor and found close to nothing...

I was trying to use publish-to-git the following way ``` npx publish-to-git --tag v0.1.0 --force ``` and got the following error: ``` Command failed: git tag -f v0.1.0 tmp-7912hXj19g7JM1tP/master fatal:...