Jeremy Hughes
Jeremy Hughes
No worries. I understand the problem. I have a friend still using Saxon 8.x for much the same reasons.
Created a new issue #318 to track implementing the above (run the proxy and test against it).
Initial thoughts: Create a language independent way of describing requests and expected responses. This will likely take the form of a schema for a well known data format like JSON....
scalafmt seems to have reformatted more than my changes. Not sure why.
This PR https://github.com/shadaj/slinky/pull/478 provides a workaround for the curried optional arguments problem @nadenf described here: https://github.com/shadaj/slinky/issues/237#issuecomment-472819612. Likely not relevant to you @evbo.
I'll put my hand up for this. However I cannot self assign it since I lack the permissions.
That's right @johanandren
On my machine this appears to be related to https://github.com/NixOS/nixpkgs/issues/241559. ```bash $ nix-store --store daemon -q --hash /nix/store/nzzzgjcc8568iyyja0vvv840hnka6l37-bash-5.2-p15/bin/bash dyld[15372]: missing symbol called Abort trap: 6 ```
You need to add the `--no-bytecode` option to `expo export`. It's easy to miss in the documentation because it's mentioned only once in a code block comment.
Thanks. I'll try it out!