Gergő Törcsvári

Results 25 issues of Gergő Törcsvári

I'm generally not good at FE stuff, so it is not a super design (if I need to do sth I usually just grab bootstrap or vuetify), but it works,...

Hy there! @hyperair and @loelkes You two have open PRs right now. As I see #34 is a big changeset, and I want to merge it, it also conflicting right...

Hy! This got lot bigger than I expected... And it is not fully consistent, but working. Merging schemas should go two directions. There is a use-case when I have a...

Given the two schemas; ```ts const s1 = { type: "object", properties: { test1: { type: "string" }, test2: { type: "string" } }, required: ["test1"], nullable: false, additionalProperties: true,...

Hy! First of all nice lib! Second: What I was not really liked here is the coupled solid-renderer code. When I tried to add new openScad capabilities, everything started to...