Ian Jeffries

Results 69 comments of Ian Jeffries

Thanks for the report. Will you let me know if this branch fixes the problem? https://github.com/seagreen/hjsonschema/tree/fragment-resolution-fix

I think your analysis is almost certainly right. Unfortunately, trying to figure out what is and isn't a subschema within a document is tricky. For instance, `#/definitions` won't usually be...

Sorry for the delayed response on this. Unfortunately I don't have the time or interest to maintain this any more (and the code is so questionable I hope whoever takes...

Should version the latest test suite anyway, and add the failing cases to `skipTest` in `test/Shared.hs`.

Also the `$ref` handling code is shaky in general, using `type` aliases and appending strings together instead of using actual URL and URL relative path data types.

We should support them. I haven't added them yet because I haven't needed them for any projects, and also I didn't want to start supporting any optional features until I...

This really is just a draft, if it seems promising I'll make the corresponding renames within the tests as well, and also write up a real PR message.

Closed in favor of https://github.com/unisonweb/unison/pull/3319

Would scoping it to just terminals make it more tractable? XMonad makes it so convenient to spread out that I often end up with 5 or 6 terminals open pretty...

Makes sense. I may take a shot at making a script to do it myself, if I do I'll report how it goes in #xmonad IRC. In the meantime feel...