Oleks Gnatovskyi

Results 12 issues of Oleks Gnatovskyi

- `nvim --version`: 0.7.0 - `git --version`: 2.32.0 - Operating system/version: Ubuntu 21.10 - Terminal name/version: konsole/zsh ### Steps to reproduce I am pretty new to packer because I wanted...

bug

Hey! Thx for lib, but I have noticed that directory copy behaves in non-idempotent way. Suppose we have: ``` let pathbufs = [PathBuf::from("directory1"), PathBuf::from("directory2"), PathBuf::from("directory3")]; let options = fs_extra::dir::CopyOptions {...

I am trying to add lifecycle policies but its complicated and with this rule: ```rust let rules = vec![ LifecycleRule { id: Some("name".to_owned()), expiration: Some(LifecycleExpiration { expired_object_delete_marker: Some(true), ..Default::default() }),...

Hi! It would be great to have newer version.

**Basic information** `zellij --version`: 0.31.4 `stty size`: 36 137 `uname -av` or `ver`(Windows): Linux pickle 5.15.0-47-generic #51-Ubuntu SMP Thu Aug 11 07:51:15 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux `nvim --version`:...

bug

just to see the diff

Let's say we have a simple strum enfused enum and we want both display and serialization be lowercase. ``` #[derive(Serialize, Deserialize, Display, Clone, Debug, Default, PartialEq, EnumString)] //#[serde(rename_all = "lowercase")]...

### Self Checks - [x] I'm using the latest lualine. - [x] I didn't find the issue in existing issues or PRs. ### How to reproduce the problem just set...

bug

I stumbled upon one issue, that Android was just unable to render what I wanted to, while iOS was definately happy with RN WebView, So I was able to increase...