Pop
Pop
This would be really nice to have!
Did you try to manually request the API and see if the cookie header is being set? Also, please provide more information on how you produce the error, and please...
Thanks for pointing out! Would you like to make a PR?
If this looks good to you, should I proceed with the PR?
Same here, 2.0.0 is completely unusable
For whom may encounter this issue in future: I have encountered the same problem and made a [fork](https://github.com/George-Miao/packed_struct.rs) of `packed_struct` with changes mentioned by @hcabel. It's three commits older than...
I have updated the dependency
> We have compilation errors when the `azblob` feature is switched off. `unftp_sbe_gcs` will also cause the compilation error when default features are turned off. Is that on purpose?
Hi! I'm quite intereted in the editor thing. What is the qualification needed for being an editor? I do have some experience with Rust, but not much on writing and...
Hi! I can reproduce this error with the latest version: ```coq Goal True. Proof. apply I. Qed. ``` I'm using nix, here is my flake.nix: ```nix { inputs = {...