Richard Henry
Richard Henry
If you import a file like: ``` @import "foo"; @import "bar"; ``` If `foo.less` is empty, `bar.less` will not be imported.
This PR adds optional file protection and backup exclusion to FileLogger and FileRotationLogger. To my knowledge, these features are only available on Apple platforms, so the tests I've added will...
I'm using a bb8 connection pool in my application, which was created like this: ``` rust let manager = PooledClientManager::new(REDIS_URL.to_string()) .expect("failed to create redis client manager"); rustis::bb8::Pool::builder() .max_size(256) .build_unchecked(manager) ```...
Thanks for open sourcing this library! I would like to use Passkey signers with my Safe wallet implementation, but it looks like permissionless.js doesn't support this yet. Is this planned?...
### Is there an existing issue for this? - [X] I have searched the existing issues ### RainbowKit Version 2.1.6 ### wagmi Version 2.12.11 ### Current Behavior The Rainbow Wallet...
Thanks for open sourcing this great library! There is a bug in the FixedCropper where the zoomed image will appear blurrier than the original. I see the same issue in...