Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

neovim

Fork of Vim aiming at extensibility and usability
Collective - Host: opensource - https://opencollective.com/neovim - Website: https://neovim.io/ - Code: https://github.com/neovim

feat: update bindings

github.com/tree-sitter-grammars/tree-sitter-vim - 07ba7b476434622b46f95948091018da04b9162a authored 10 months ago by ObserverOfTime <[email protected]>
feat: update queries and tests

github.com/tree-sitter-grammars/tree-sitter-vim - 07b908dd806dcc137c77f7c89330fdf2fdddce8d authored 10 months ago by ObserverOfTime <[email protected]>
ci: update workflows

github.com/tree-sitter-grammars/tree-sitter-vim - 052279cd5e1d73b075640c64cef97e7bdcd32611 authored 10 months ago by ObserverOfTime <[email protected]>
Merge pull request #27775 from bfredl/nouidata

refactor(ui): remove outdated UI vs UIData distinction

github.com/neovim/neovim - 6d680d977525d1198be53c1377c8319e4b60f6c0 authored 10 months ago by bfredl <[email protected]>
refactor(ui): remove outdated UI vs UIData distinction

Just some basic spring cleaning.

In the distant past, not all UI:s where remote UI:s. They stil...

github.com/neovim/neovim - e534ec47db4bf5e110c828ca3d875f5685dcfdde authored 10 months ago by bfredl <[email protected]>
Merge pull request #27655 from bfredl/mpack_obj

refactor(msgpack): allow flushing buffer while packing msgpack

github.com/neovim/neovim - 55c9e2c96e28059a5102e2551b16b4fa4592723b authored 10 months ago by bfredl <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - 94cf4adb81158817520e18d2174963d8e1424df9 authored 10 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
fix(eslint): support eslint mjs flat config file (#3059)

* fix: support eslint mjs flat config file

* fix: styling

github.com/neovim/nvim-lspconfig - 9a2fe6a194491e808c9be95e09e88b6cac89a663 authored 10 months ago by Marces Engel <[email protected]>
vim-patch:8.2.5077: various warnings from clang on MS-Windows (#27773)

Problem: Various warnings from clang on MS-Windows.
Solution: Avoid the warnings. (Yegappa...

github.com/neovim/neovim - 6a580b997b9f8124d23ca6c87a47b4fec2e3e9e7 authored 10 months ago by zeertzjq <[email protected]>
test(old): change back to using termopen() on Windows (#27772)

It no longer hangs on Windows CI.

github.com/neovim/neovim - 25124d3607b8f645d65e734c72cfc1da7498b34e authored 10 months ago by zeertzjq <[email protected]>
test(tohtml_spec): don't use hard-coded sleeping time (#27770)

Instead cause some changes to screen state and use screen:expect().

github.com/neovim/neovim - 970b60aa7c899851973285f9b33f5f49cae55f76 authored 10 months ago by zeertzjq <[email protected]>
fix(process): avoid potential data race on exit (#27769)

On exit, pty_process_close() may be called after pty_process_finish1()
but before start_wait_eo...

github.com/neovim/neovim - d0b3c872192152d5b09a92e53e3986b9fe64a3d9 authored 10 months ago by zeertzjq <[email protected]>
Merge pull request #27767 from zeertzjq/vim-9.1.0154

vim-patch:9.1.{0154,0158}: shm=F not respected when reloading buffer with 'autoread'

github.com/neovim/neovim - dc2379b89bd00cf7aa661e1b000d2a419843df3f authored 10 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0158: 'shortmess' "F" flag doesn't work properly with 'autoread'

Problem: 'shortmess' "F" flag doesn't work properly with 'autoread'
(after 9.1.0154)
...

github.com/neovim/neovim - c38764182a966f12b91bdc9b9ff6228621238483 authored 10 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0154: shm=F not respected when reloading buffer with 'autoread'

Problem: shm=F not respected when reloading buffer with 'autoread'
Solution: Check SHM_FILEINFO...

github.com/neovim/neovim - d741e5d1629948876cf8bdcacf6c8bc8a4924f94 authored 10 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0157: Duplicate assignment in f_getregion() (#27766)

Problem: Duplicate assignment in f_getregion().
Solution: Remove the duplicate assignment. Al...

github.com/neovim/neovim - 5f3579e6ea12659d48e92b2126f83777908c28fc authored 10 months ago by zeertzjq <[email protected]>
refactor: general cleanup

github.com/neovim/nvim-lspconfig - e172dd599cff2ae5267871b5e33fb42934c4df43 authored 10 months ago by Lewis Russell <[email protected]>
fix(process): close handles and timer in pty_process_close() (#27760)

This should prevent use-after-free on exit on Windows.

github.com/neovim/neovim - 3e569d440b8e5a2b190a7013081d29cb7e04af01 authored 10 months ago by zeertzjq <[email protected]>
fix(type): remove incorrect arguments from vim.rpc*

github.com/neovim/neovim - 04232a19ccf0e49a3a19d0ef48221249d982b0d4 authored 10 months ago by altermo <[email protected]>
feat(lua): deprecate vim.tbl_add_reverse_lookup

github.com/neovim/neovim - e52c25b7617ac6401b080f76b0e227161dfef230 authored 10 months ago by Maria José Solano <[email protected]>
refactor(msgpack): allow flushing buffer while packing msgpack

Before, we needed to always pack an entire msgpack_rpc Object to
a continous memory buffer befor...

github.com/neovim/neovim - dc37c1550bed46fffbb677d343cdc5bc94056219 authored 10 months ago by bfredl <[email protected]>
vim-patch:9.1.0155: can only get getregion() from current buffer (#27757)

Problem: can only call getregion() for current buffer
Solution: Allow to retrieve selections f...

github.com/neovim/neovim - 6525832a8c4d44a8ebabba02a5ea1ce09b389a4f authored 10 months ago by zeertzjq <[email protected]>
fix(fs): use generics for better typing

github.com/neovim/neovim - ae5095cac9b233cfb6785534de6f084c70dc6424 authored 10 months ago by altermo <[email protected]>
docs(lsp): nits and typos in client.lua

github.com/neovim/neovim - 0101bdaa1ad8b09ebd5ef5551faf077f39be238c authored 10 months ago by Maria José Solano <[email protected]>
fix(types): move type annotation for `IterMod`

github.com/neovim/neovim - 191cca2566a8afe2b2f2744f3eb763d810cc416c authored 10 months ago by Will Hopkins <[email protected]>
refactor(types): more fixes (2)

github.com/neovim/neovim - 85b13751a5fc28fadbe74d72982325ca27b4c775 authored 10 months ago by Lewis Russell <[email protected]>
docs(treesitter): fix ambiguous parameter description about `lang`

github.com/neovim/neovim - 3c572a31a3bb7009b4ad8eac56da1458acae3b75 authored 10 months ago by Yi Ming <[email protected]>
fix(lsp): actually send diagnostic-tags back to the server

Fixes #27318

github.com/neovim/neovim - 3e016fa8d4f797345d55f6006c42026abedb6c4e authored 10 months ago by Lewis Russell <[email protected]>
feat(lsp): report fswatch errors

Resolves #27713

Co-authored-by: Tomasz N <[email protected]>

github.com/neovim/neovim - 8149bd089e15043576b1e6588babd9c121740f1a authored 10 months ago by Lewis Russell <[email protected]>
refactor(lua): more efficient vim.tbl_islist

No need to run a full iteration of the table. Simply return false when
the next key isn't what w...

github.com/neovim/neovim - 3d2aeec68d6a03a07394eea154447166f6487078 authored 10 months ago by Lewis Russell <[email protected]>
refactor(types): more fixes

github.com/neovim/neovim - ea44f74d84f87ce5aff2ef7797be986900bd74a6 authored 10 months ago by Lewis Russell <[email protected]>
vim-patch:63c39e4ef749

runtime(c): Recognize "__inline" (vim/vim#14145)

`__inline` is recognized by GCC, and may even ...

github.com/neovim/neovim - d72c9d1d194fd050c3f5e95a6b5c319a8afa1a8f authored 10 months ago by Christian Clason <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - e5e600232188ed9fb960f5df6bb06084ae8bf3ec authored 10 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
feat: add config for some-sass-language-server (#3057)

github.com/neovim/nvim-lspconfig - 6ae4776087c3614a1a24bafb1814dd7382764109 authored 10 months ago by Simeon Simeonoff <[email protected]>
fix: lexical root directory config (#3055)

github.com/neovim/nvim-lspconfig - d006e0c5aebfd9f820eb91eb74e2fc80fcff7436 authored 10 months ago by Tristan Yang <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - 9ad7021267c6caeb01f839c91ad8f15fb608807e authored 10 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
docs(lua_ls): change suggested setup

github.com/neovim/nvim-lspconfig - 48364fb8f01600ced41a39b745b0ffe8c6a4ff09 authored 10 months ago by abeldekat <[email protected]>
docs(lua): improvements for LSP and Diagnostic

github.com/neovim/neovim - a4290f462ed7dc81e17b09bd27877b106b24b6bd authored 10 months ago by Lewis Russell <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - b1fc956fb28ee4284ae3e10fe886d01dd3c8f094 authored 10 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
feat: add configuration for Tabby ML (#3050)

* feat: add configuration for Tabby ML

* feat: use util.find_git_ancestor for root_dir

Co-...

github.com/neovim/nvim-lspconfig - 28c5e779ddaa2e8adb5c11cd95380543f55da491 authored 10 months ago by T. Hinrichsmeyer <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - a1c9b24a0b4aae7db95fff3c5017d1b2fb69922e authored 10 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
fix: allow terraform-ls to start properly (#3051) (#3053)

When setting `init_options' to an empty array terraform-ls
fails to start and throws a trace.
...

github.com/neovim/nvim-lspconfig - 75ab4fa8c16b64ec02581ce22879b52645e35def authored 10 months ago by verygitmuchhub <[email protected]>
fix(eval): make has('pythonx') work properly (#27739)

Problem: has('pythonx') always returns 1.
Solution: Make it the same as has('python3').

github.com/neovim/neovim - 5b312cd5f67646005312d2ebb2ef0d1bc584dcff authored 10 months ago by zeertzjq <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - 534a255b6bf1bba2baa04da15ac529976854267a authored 10 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
docs: update documentation for Volar >= 2.0.0 (#3049)

See: https://github.com/vuejs/language-tools/issues/3925

github.com/neovim/nvim-lspconfig - c9f387fab1d09ed59d877a08a05d283195df95e7 authored 10 months ago by Hugo <[email protected]>
fix: update lua types to match latest nightly (#3048)

github.com/neovim/nvim-lspconfig - 82a4b3017e92711084d1c524df95ce02b3380218 authored 10 months ago by Carlo Sala <[email protected]>
vim-patch:e5c9ba601573 (#27737)

runtime(vim): Update base-syntax, fix escaping :syn and :hi sub-groups (vim/vim#14137)

* runt...

github.com/neovim/neovim - 0ffc9264996573e2e8e4ad787c230ebda6fdf8ce authored 10 months ago by zeertzjq <[email protected]>
vim-patch:d9ebd46bd090

runtime(mswin): Use unnamed register when clipboard not working (vim/vim#13813)

* Use unnamed r...

github.com/neovim/neovim - 971602029311c33353c88175f761557431330528 authored 10 months ago by Christian Clason <[email protected]>
vim-patch:1bdc9435c1a1

runtime(sh): Update syntax file, fix issue vim/vim#962 (vim/vim#14138)

Allow the opening parent...

github.com/neovim/neovim - 66c9f987e703d780a68b2d688082c39db8468ad4 authored 10 months ago by Christian Clason <[email protected]>
vim-patch:e84490311ba3

runtime(css): update syntax script

https://github.com/vim/vim/commit/e84490311ba32cb258cc738bc3...

github.com/neovim/neovim - 56734226afaca893f37b462e2a4787d2d2a13ce2 authored 10 months ago by Christian Clason <[email protected]>
fix(ui_client): check return value of channel_job_start (#27729)

Problem: null pointer member access in ui_client_start_server if
channel_job_start returns NULL...

github.com/neovim/neovim - 633bf61d3b03b2edac4526ecbe73e1485f68c1b1 authored 10 months ago by Sean Dewar <[email protected]>
fix(tohtml): replace hex escape with digit escape (#27728)

github.com/neovim/neovim - a8131aee9ecc640415903d590b15863ce1c99112 authored 10 months ago by altermo <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - 7f5cf1121f772850a30bdaf83fb448e88846aa58 authored 10 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
fix(beancount): rename journalFile to journal_file (#3047)

github.com/neovim/nvim-lspconfig - 280ca493763fba85f945f2a96ee682392f90cbf6 authored 10 months ago by Sharzy <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - b43d52af1eb7909535451c28ef600219a47f95d6 authored 10 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
docs: updated documentation for `harper-ls` (#3045)

* feat: updated documentation for `harper-ls`

* fix(style): now aligns with `nvim-lspconfig` ...

github.com/neovim/nvim-lspconfig - bd2e75be702896094cb01786bae11791c2485b40 authored 10 months ago by Elijah Potter <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - 0b4cc60c50dde362c709053f9088f80fc894f21f authored 10 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
fix(css_variable_lsp): improve default settings (#3046)

* fix: CSS Variables LSP default settings

* fix docs

---------

Co-authored-by: Rogin Fa...

github.com/neovim/nvim-lspconfig - f6b87017588b148937d3989f13a3c90b4650034e authored 10 months ago by Rogin Farrer <[email protected]>
docs(lua): clarify when `vim.bo`/`vim.wo` acts like `:setlocal` (#27708)

github.com/neovim/neovim - 3df1211ebc4c7ec4562d0ad0fa51a24569b81e15 authored 10 months ago by Luna Saphie Mittelbach <[email protected]>
Merge pull request #27724 from zeertzjq/vim-c4aef9a97b36

vim-patch:c4aef9a97b36,691aee8b0705

github.com/neovim/neovim - 181b620580f166f575746738cd02586de6f61dc3 authored 10 months ago by zeertzjq <[email protected]>
vim-patch:691aee8b0705

runtime(vim): Update base-syntax, fix issue vim/vim#14135 (vim/vim#14136)

Fix incorrect error h...

github.com/neovim/neovim - fc2be84e44048d41801211b61e0930faaccda2f9 authored 10 months ago by zeertzjq <[email protected]>
vim-patch:c4aef9a97b36

runtime(vim): Update base-syntax, improve :augroup highlighting (vim/vim#14125)

- Explicitly ma...

github.com/neovim/neovim - b86799a07692368ae35639603a0aa516b796ceb2 authored 10 months ago by zeertzjq <[email protected]>
fix(eval): correct failure return value for readfile/blob (#27722)

Currently returns 0 on failure, but should return an empty list (or blob).

Regressed in the b...

github.com/neovim/neovim - bf0c69e50410a77d3a7b1a0760f2e574e85d028a authored 10 months ago by Sean Dewar <[email protected]>
vim-patch:b3030b653bbd

runtime(java): Recognise text blocks (vim/vim#14128)

Also, accept as valid the space escape seq...

github.com/neovim/neovim - 3971797be125a958432fb439575ae31b544f4083 authored 10 months ago by Christian Clason <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - c932a56bf25167b1e88d2a1ebe35bb774b41019a authored 10 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
fix(css-variables): change - to _ in filename (#3044)

github.com/neovim/nvim-lspconfig - 0959fc8f415e47beda888ab1cb5b60bc247405da authored 10 months ago by gegoune <[email protected]>
build: don't allow Xcode as generator

Xcode does not allow having multiple targets depend on a custom command.
This limitation severel...

github.com/neovim/neovim - da2130934b95c4bc8a10266ef032d68a2014d1ea authored 10 months ago by dundargoc <[email protected]>
vim-patch:e93afc2e6126

runtime(r,rhelp,rmd,rnoweb,rrst): Update ftplugin, browsefilter labels (vim/vim#14126)

Use the ...

github.com/neovim/neovim - bf695b5ef436b9fb8cb0872b05aa2e0e5e2ee110 authored 10 months ago by Christian Clason <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - 083e36e8af171e86cec92333b3729a6b15704462 authored 10 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
feat: add css-variables-language-server (#3042)

Co-authored-by: Rogin Farrer <[email protected]>

github.com/neovim/nvim-lspconfig - 6a62bc113fce2615ebf22be361d27b9e82746e86 authored 10 months ago by Rogin Farrer <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - 32a82a09f24502ca82be6321452d9c1e50079540 authored 10 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
docs(terraformls): add docs on how to pass settings (#3040)

github.com/neovim/nvim-lspconfig - d23cb955094ca4a392df5774cd9dbf6af2ba6e0c authored 10 months ago by Wessel Blokzijl <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - 2badbe5c22ca9ce33ec4f39e4d5151db4212a0d8 authored 10 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
feat: add pico8-ls support (#3041)

github.com/neovim/nvim-lspconfig - d4f48704d6a1544b882ba6cae21fe0ba84c82bfa authored 10 months ago by Alberto Russo <[email protected]>
deps src: Automatic update

github.com/neovim/deps - f01fcba2356dcd6c99b4d322b21a7aff43e73a02 authored 10 months ago by marvim <[email protected]>
fix(column): full redraw with 'stc, 'rnu' and inserted lines (#27712)

Problem: Text is not redrawn with 'relativenumber' when only the 'statuscolumn' is redrawn afte...

github.com/neovim/neovim - dbf6be296df6da28151afdcb96ceb8ba2076cc65 authored 10 months ago by luukvbaal <[email protected]>
fix(lsp): directly rename the existing buffers when renaming (#27690)

Problem:
`vim.lsp.util.rename()` deletes the buffers that are affected by
renaming. This has u...

github.com/neovim/neovim - dc8c086c7e73a9035c34be6416e7c465d61edc0e authored 10 months ago by Jaehwang Jung <[email protected]>
Merge pull request #27687 from luukvbaal/floatpos

fix(float): allow floating window in cmdline area

github.com/neovim/neovim - 0d553c83474b8d024d74e9f66b77dc62380241ef authored 10 months ago by bfredl <[email protected]>
fix(lsp): defer writing error msgs (#27688)

Context:
Nvim catches errors from the user's `on_exit` and rpc handler callbacks
and prints th...

github.com/neovim/neovim - 39cc38a87b29d61e7e5342bad2e5156446eb8649 authored 10 months ago by Jaehwang Jung <[email protected]>
build(deps): bump treesitter-vimdoc to v2.2.0

adds support for `{arg}?` optional arguments #27644

github.com/neovim/neovim - ee4bbc3af260d166cdeb4634616a978c3d51e33d authored 10 months ago by Christian Clason <[email protected]>
vim-patch:100a665634a0

runtime(java): Improve the recognition of literals (vim/vim#14120)

* Emend the Unicode and octa...

github.com/neovim/neovim - 72e0ef2f4616c0b41c333a1e4e8490020755930a authored 10 months ago by Christian Clason <[email protected]>
release 2.2.0

github.com/neovim/tree-sitter-vimdoc - 9dd10380ab0dd11720da8c9613319c3d17c8e874 authored 10 months ago by Christian Clason <[email protected]>
fix(deps): bump luv to 1.48.0-2

close #27678

Return a userdata wrapper around the uv_req_t to allow it to be garbage collected ...

github.com/neovim/neovim - 72e3d8c3f94941e0a91ae45467a62c593e96980d authored 10 months ago by zhaozg <[email protected]>
Merge pull request #27347 from lewis6991/fswatch

feat(lsp): add fswatch watchfunc backend

github.com/neovim/neovim - 39928a7f24916b35577864e28e505dda74103fb8 authored 10 months ago by Lewis Russell <[email protected]>
docs: improve/add documentation of Lua types

- Added `@inlinedoc` so single use Lua types can be inlined into the
functions docs. E.g.

`...

github.com/neovim/neovim - a5fe8f59d98398d04bed8586cee73864bbcdde92 authored 10 months ago by Lewis Russell <[email protected]>
feat(lsp): add fswatch watchfunc backend

Problem:
vim._watch.watchdirs has terrible performance.

Solution:
- On linux use fswatch as...

github.com/neovim/neovim - 4ff3217bbd8747d2d44680a825ac29097faf9c4b authored 10 months ago by Lewis Russell <[email protected]>
fix(types): rename win_get_config return type to win_config

Follow-up to #27397

github.com/neovim/neovim - 813dd36b72979dfd05479eb6402b9becc0faea29 authored 10 months ago by Will Hopkins <[email protected]>
vim-patch:9.1.0146: v:echospace wrong with invalid value of 'showcmdloc' (#27697)

Problem: v:echospace wrong after setting invalid value to 'showcmdloc'.
Solution: Only call co...

github.com/neovim/neovim - 62d04f21d9eb16f8fca2ed5038c7af4fa3f8c63a authored 10 months ago by zeertzjq <[email protected]>
vim-patch:87410ab3f556 (#27696)

runtime(doc): some improvements to getregion() docs (vim/vim#14122)

- Mention the default sel...

github.com/neovim/neovim - 1fe65b3457d2e0632831445899d6d8a4bff9daee authored 10 months ago by zeertzjq <[email protected]>
fix(lsp): cancel watchers when closing a client

github.com/neovim/neovim - 816b56f878f0291c00a9018d5057b7b2b00f1891 authored 10 months ago by Lewis Russell <[email protected]>
refactor(watch): general tidy up

- Rename watch.poll to watch.watchdirs
- Unify how include and exclude is applied
- Improve type...

github.com/neovim/neovim - b87505e11656163ddf0dbbc16b7d224815873964 authored 10 months ago by Lewis Russell <[email protected]>
refactor(watch): simplify filechanges processing

github.com/neovim/neovim - bf1e098d971d455cba1bdc9f6b2e777572fd6b16 authored 10 months ago by Lewis Russell <[email protected]>
ci: use newer cmake version

genappimage.sh uses features that doesn't work with older cmake
versions. Also replace NVIM_BUIL...

github.com/neovim/neovim-releases - 359b25fadf21e68ce56fd2900876824d88afc341 authored 10 months ago by dundargoc <[email protected]>
fix(lsp): rename undofile when renaming (#27684)

Problem:
After `rename()`, the undo information for the renamed file(s) are lost.

Solution:
...

github.com/neovim/neovim - b413f5d048ab8676d5a77d0f2b3c20587a270673 authored 10 months ago by Jaehwang Jung <[email protected]>
release

github.com/neovim/node-client - ff2083826ead88db7549af80dcddfe5ba9684fb9 authored 10 months ago by Justin M. Keyes <[email protected]>