Jason Ian Green
Jason Ian Green
The example in `examples/todomvc_class/index.html` now loads without throwing, but the list simply doesn't work. I'll take a look.
Isn't this what already happens. Here I have a JTD schema describing an object with an `a` prop and only that. When I use JTDDataType and try to add `b`...
Hi @jaketrent, in case 4 you state: ``` // no 'may only specify known properties' error const p2: Person = { name: "Alice", age: 32 } ``` But in case...
Thanks for the very detailed response @jaketrent, I do see your point now. I'd like to get some more opinions so will tag @erikbrinkman who has implemented a lot of...
Thanks both for your detailed thoughts on this, it's really very useful and interesting. I have spoken to @epoberezkin about this and we're both in camp 2 as well with...
Thanks for bringing it to our attention. I will look into it as a priority. In the meantime, you'll have to pin AJV to the specific version 8.12.0.
Hmm, I have tried to replicate your error but I haven't been able to in a clean project. VS Code shows no error, the typescript is able to compile to...
No worries, I should have asked for an example project first but I was just so ready to believe I had broken something ЁЯШД
Hi there and thanks for reaching out. `'рд╡рд┐рдХреА рдореЗрдб рдореЗрдбрд┐рдХрд▓ рдЗрдирд╕рд╛рдЗрдХреНрд▓реЛрдкреАрдбрд┐рдпрд╛ рд╣рд┐рдВрджреА рдореЗрдВ'.length` reports as 41 which I think is due to the multibyte characters required to write Hindi. I...
Ok, I will have a look