Victor LEFEBVRE
Victor LEFEBVRE
Just found out these traits are only available in `bitflags` `v2`, in `v1` the traits are declared and implemented for each struct.
Sorry I for that misunderstanding on my part, good job, can't wait to see it land if the devs are ok :+1:
+1 for the `curl` issue !
It would require a new dependency, there seems to be 3 candidates (see: https://pkg.go.dev/search?q=yescrypt) | package | latest version | license | | :-: | :-: | :-: | |...
Thx for the interest, I tried to write the PR myself so I could touch a bit of go, but I got completely lost when I saw the dozen parameters...
Okay 👍 sorry for the inconveniences 🙇
Hi, IIRC that's exactly how I did it, can't remember for sure tho. Since then I moved to [buoyant](https://github.com/riley-williams/buoyant) which feels way more user friendly I highly recommend you check...
Hi @Stylee32, thanks for the snippet, it works like a charm! May I ask you how you figured out some of these? Is this the bare minimum or can some...
ok thanks !
Thanks, I'll start to work on `Into` that soon ™️ 👌 As for `TryInto` (which I'll probably do in a 2nd PR) how do you think the error type should...