Niklas Mollenhauer
Niklas Mollenhauer
I implemented this in a fork, using the [vfs crate](https://crates.io/crates/vfs). You can see the diff here: https://github.com/Orange-OpenSource/hurl/compare/master...nikeee:master There is one failing test, though: ``` thread 'runner::body::tests::test_body_file_error' panicked at 'assertion failed:...
It's currently .NET, which can consume exported C functions. I'm not that much into rust, but I assume that this would require some bindgen stuff. In the application, I want...
I think the first step could be to just provide a create that exposes the above mentioned `execute` function. From that on, we can create a create (possibly independent) that...
Do hurl files share the same session when passed as a parameter? If so, one could just do `hurl login.hurl action.hurl`, with login.hurl capturing the necessary tokens.
Great! Is it somehow possible to derive the mime type from that provided file name? Or can we simply omit it?
Can we help resolving this?
I can [confirm it works when using `6.0.103`](https://github.com/nikeee/HolzShots/actions/runs/1954094645). [`6.0.200` did not work](https://github.com/nikeee/HolzShots/runs/5366653474), [as well as 6.0.201](https://github.com/nikeee/HolzShots/runs/5472135528). So it is most likely a problem with the .NET SDK that is shipping...
It would be possible to do a request for every single day in the interval. Howerver, there is some rate limit which will be reached. I might take a look...
> Can't support the old Windows platforms (Windows 7 without update package and older) Is it even worth to bother with as it is not supported any more? Ref: https://endoflife.date/windows
I tried this one out (with Vector2 and Matrix3x2) and it works pretty well: https://github.com/nikeee/nud2dlib