Gregory Anders

Results 58 issues of Gregory Anders

### Zig Version 0.10.0-dev.1434+676652865 ### Steps to Reproduce I am running [Linux on a MacBook Pro](https://asahilinux.org/) which uses 16 KiB pages; however, Zig's std lib always assumes 4 KiB pages...

enhancement
contributor friendly
standard library

previous: #6289 ### Feature description A few more proposals for defaults: - [ ] 'shada' oldfiles exclude https://github.com/neovim/neovim/issues/21637 - [ ] change eob fillchar to middle-dot instead of tilde "~"...

enhancement
defaults
needs:discussion

According to the [documentation](https://github.com/noctuid/general.el#general-define-key-wrappers), these two commands should be equivalent: ``` (general-define-key :keymaps 'evil-insert-state-map (general-chord "jk") 'evil-normal-state) ``` ``` (general-def evil-insert-state-map (general-chord "jk") 'evil-normal-state) ``` However, only the first one...

question
documentation

* Only map keys when server is successfully initialized or is already running. This prevents the scenario where LSC still maps keys even if the server fails to initialize (in...

These messages should only be displayed if `log_level` is set to `'Log'`. Back in #130 support was added for `window/progress` messages which are sent by `rls`. However, these messages are...

This enables multi-select in `fzy` with the Ctrl+t key. Pressing `Ctrl+t` on an item will make that item bold. Pressing `Ctrl+t` will de-select it. When at least one item is...

The :NetrwSettings command fails because netrw#SavePosn() is not defined (used in netrwSettings.vim) nor is g:netrw_localrmdir (which was removed some time ago). Change the function used to load netrw to netrw#WinPath()...

plugin-netrw

This seems to only occur when highlighting "field access" symbols, e.g. "bar" in a statement such as `foo.bar`. This is because the `symbolReferencesInternal` function finds the reference to the field...

I'm new to DavMail and have been reading through the docs trying to get started. I'm trying to connect to my company's O365 server which requires MFA. I've tried setting...

I sent an email to the macports-dev list earlier today asking about this, but admittedly I got a little excited and just went ahead and implemented a prototype. --- This...