Pascal Bach

Results 68 comments of Pascal Bach

I think this could be done similar to poky-bleeding using a file like: https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta-poky/conf/distro/include/poky-floating-revisions.inc

I did some first trials and option 1, to add it to the existing BER encoder turned out the be not a good idea. So I went with option 2...

@alexchandel Have you done any additional test since this issue was last discussed? It has been more than 2 years now and rust has changed quite a lot. Would be...

I think [`actix-web`](https://github.com/actix/actix-web) makes use of the `http` crate. It is also working on stable rust.

I just checked and also the 32 bit arm build of OpenJDK 11 contains the `lib/client` directory. I'm currently checking if deleting the client folder has any negative effects.

Yes the `Jsv4::coerce` seems to be pretty much what I was thinking about. Are there plans to implement something similar for tv4 as well? As for number 4. if a...

I was thinking about having some kind of hooks in `tv4` that allows to provide some additional operations in case a validation fails. So while `tv4` is validating and encountering...

Sorry for the delay. I was caught up in another project. I had a look today at https://github.com/geraintluff/tv4-coerce. And the general idea with `tv4.coerce` looks promising. I tried to implement...

@remicollet I agree but now I think this solves the issue too and works with PHP7.0-7.3.

@eduardok I encountered the issue while packaging for [NixOS](https://nixos.org/). There software is is always installed to an isolated non standard location. So all assumtions about library locations don't work there.