coot

Results 172 comments of coot

majority of time zephyr spends on reading and parsing data, doing it once would be indeed more efficient.

Take care of things like ``` foldr fn [] as ```

We haven't encountered this again.

The only missing part is to identify the maintainers in the `CONTRIBUTING.md` file.

We install a `SIGHUP` handler in `cardano-node` ([see](https://github.com/intersectmbo/cardano-node/blob/717b38ce896231a571202ee1524c6d88aebdc972/cardano-node/src/Cardano/Node/Run.hs#L690)) which contains the necessary information; this only requires adding an EKG counter in the node, which makes it quite easy to implement...

I don't think I will be working on it, but I'll bring it to the attention of the core team.

I asked [phind](https://www.phind.com/search?cache=ryg8rfydalbr2sb4qafo8zt1) if hie files contain information about local identifiers. I don't know how close to truth the AI bot is, but it would explain why I am getting...

> No, it's the other way around. I made a mistake when writing the message. It's indeed the `callHerirarchy/prepareCallHierarchy` that returns something that is interpreted by the client as an...

> It's showing result as an empty object when it should be an array. `noevim` `lsp` client is written in lua, which only has associative arrays. Empty object and empty...

The problem is that neovim's lsp tries to call `callHierarchy/IncomingCalls` with `params` being `null` (or something of that sort) when no item was resolved with `callHierarchy/prepareCallHierarchy`. The question is why...