Adam

Results 32 issues of Adam

So we don't crash on a newline being entered. Should close #60 .

Replaces #2. Fixes a number of bugs; and adds configuration options. ~~Should be backwards compatible with 2.1.1; will revert to old behaviour (with bug fixes), if that's the case, but...

So, I'm putting this here as a brief expansion for `process`. [A](https://github.com/adamharrison/lite-xl-ide/blob/main/plugins/debugger/gdb.lua#L250) [bunch](https://github.com/lite-xl/lite-xl-plugins/blob/master/plugins/fontconfig.lua#L27) [of](https://github.com/lite-xl/lite-xl-lsp/blob/master/server.lua#L1212) [plugins](https://github.com/lite-xl/lite-xl-plugins/blob/master/plugins/primary_selection.lua) [use](https://github.com/lite-xl/lite-xl-plugins/blob/master/plugins/gitstatus.lua#L66) this paradigm where they create a coroutine, and yield until they get output. This...

Category: Lua Core

Initial commit of Guldoman's pocket design, to replace locked views. The problem as it stands is that to add views, plugins need to basically split off their own nodes. This...

Category: Lua Core
Category: Plugins

`addon black is inaccessible: src/lpm.lua:1261: git remote fetch error: cannot fetch a specific object from the remote repository`

Modifies the json library so `cJSON` is used by default, if downloaded. This is included as an optional library file to be included if people want into the `json` library....

When I compile with `meson`, I get: ``` ../src/lpm.c:318:16: error: ‘GIT_OID_SHA1_SIZE’ undeclared (first use in this function); did you mean ‘GIT_OID_RAWSZ’? 318 | if (length < GIT_OID_SHA1_SIZE*2) { | ^~~~~~~~~~~~~~~~~...

Allow for short refs when specifying repo commits.

e.g. Closing a view as part of an `update` call for that view will cause RootView to crash, because you're modifying the tree in the `update` call, and it's not...

bug
discussion

Would help with a number of things; but will still work even if we don't have the resolution.

Category: C Core