Sergei Ermakov

Results 25 comments of Sergei Ermakov

ah, seems to be true electron seems to be used by default, and the error is from our CI are there plans to support electron? because again, most useful would...

i guess the reason is here https://github.com/bcherny/json-schema-to-typescript/blob/1ec105d1f00f23969bd057fe151ff952a7280e3d/src/index.ts#L64 https://github.com/APIDevTools/json-schema-ref-parser/blob/a4eec2ba56d793c410fb884a06f5eb9dfba4e412/lib/options.js#L32 so the solution will be to pass `json` parser to `ref-parser` that lib by default also i'm not sure if its possible...

When lib is trying to resolve references, it uses different parser I would suggest to use recursive (using same lib) approach for resolving references

No, i need default handle which will run only if there is no try/catch, not always

i guess we need to ask contributors to put you there

you can just leave link to pr here, github will automatically mention it here

you can also just mention current issue in your PR https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword

actually wanted to do a PR, but have no write rights :c

okay, my bad (i think should also be added to documentation) if you want to change camera position, you should change position of `element.getObject3D('camera')` not `element.object3D` because `element.object3D` is just...