Andrey Yugai
Andrey Yugai
Installation fails on OTP 24/Elixir 1.11.3. ``` [ 1%] Building C object CMakeFiles/modest_worker.dir/utils/eterm_vec.c.o In file included from .../deps/modest_ex/target/modest_worker/utils/eterm_vec.c :1: .../deps/modest_ex/target/modest_worker/utils/eterm_vec.h:22:10: fatal error: e rl_interface.h: No such file or directory 22...
This is more of a question, regarding design choices were made during Vanity development. I want to perform processing on formatted text from papers, and found that Vanity does fine...
### Steps to reproduce ```elixir > format = "{YYYY}-{0M}-{0D} {h24}:{m}:{s}{ss} {Zname}" > Timex.parse!("2022-06-24 08:00:00.000000 America/New_York", format).microsecond {0, 0} ``` ### Description of issue Expected to get `{0, 6}`
I'm trying to prevent `.git/` from polluting results when searching files inside $dayjob repo. I'll probably never want to search `.git/*` files, so I put `.git/*` in `~/.config/git/ignore`. However repo...
**Is your feature request related to a problem? Please describe.** I find default mousewheel scroll behavior confusing, when the buffer behind float window gets scrolled. **Describe the solution you'd like**...
Recently I've come to know about existence of `playerctld` and want to make use of it. I'm running pipewire 0.3.58, playerctl 2.4.1, firefox 105.0.1, `playerctld daemon` is run on system...