Matt Wilson

Results 5 comments of Matt Wilson

Here are failing/passing test cases to illustrate the problem: Failing: ``` clojure (ns test-fail) (def test {:xmlns:test "http://example.com/"}) ``` output is: > Problem parsing near line 2 original reported cause...

Unfortunately I'm a bit strapped for time, otherwise I'd try to work up a minimal test case for you – appreciate your work on this!

There's a possibility this was a permissions problem with `Application.temporaryCachePath`, we had different (partially better) results placing the image in `Application.persistentDataPath`.

I think I've hit a related problem - [this spec](https://github.com/pocketsmith/api/blob/master/openapi.json#L755C11-L765C13) (which I don't control), specifies enums like: ```json "refund_behaviour": { "type": "string", "nullable": true, "description": "How the category's refunds or...

Here's my build with updated driverkit dependency - it worked for me on 15.1, M1 Apple Silicon. (With the 5.0.0 Karabiner driver .pkg installed.) https://www.dropbox.com/scl/fi/4bsz4a2qih35ui9gp1fhe/kanata_w_kdk_5.0.0.zip?rlkey=g6139xiug7zcr1b9ccie15xwd&dl=0 Took me a while to...