page-down

Results 48 comments of page-down

macOS 11.6 macFUSE 4.2.0 gocryptfs 2.1 without openssl gocryptfs 2.2.0-beta2 without openssl ```shell $ gocryptfs -ro cipher plain ... fs.Mount failed: read-only file system ... ``` Tried using another fuse...

@valeriangalliat > ... so everything should be good on that end I'm not sure. It seems to me that no GitHub PR has ever been merged after 2019. It looks...

In macOS environment, XDG_DATA_HOME does not exist, so there is no problem to use the path under Library as the default fnm folder. And it will affect almost no one...

Thank you for pointing out the related discussion. I respect your choice and understand your intentions. I as a developer respect the default folder location of the platform and use...

@MarttiR This issue is about XDG_DATA_HOME not being respected, not related to the recent default installation location changes. Perhaps you are looking for a different PR or issue. ( PR...

Thanks for sharing the solution. Maybe it will help others. I don't like the idea of installing command line programs by default to a path location like Application Support with...

data_dir(): - `$XDG_DATA_HOME` - `dirs::data_local_dir` fnm dir: - `$XDG_DATA_HOME` / fnm - is darwin? - `~/Library/fnm` - I don't like polluting here either, I don't like it at all. But...

Steps to reproduce: 1. Connect 4K UHD Monitor (3840x2160) 2. Connect Full HD Monitor (1920x1080) 3. Open QOwnNotes and drag it to each display. macOS 10.14.6 QOwnNotes 19.11.11 Screenshot 1:...

In my environment, `fish_cursor_default`, `fish_cursor_insert` are not set. The related shell integration code is: ```fish function _ksi_bar_cursor --on-event fish_prompt printf "\e[5 q" end function _ksi_block_cursor --on-event fish_preexec printf "\e[2 q"...

Thanks for the explanation, I'll see if I can make improvements regarding the current situation. What is the best way to change the normal (non-vi mode) cursor shape?