Alex Sheluchin

Results 43 comments of Alex Sheluchin

@Olical I just wanted to point out vim-iced implements this by using the feature from CIDER. Here is the original CIDER [issue](https://github.com/clojure-emacs/cider/issues/2113) where it was first raised and the [commit](https://github.com/clojure-emacs/cider/commit/7a07ae0e5de45c35cf1552b7e826957a5d75cd84)...

@ericdallo if brevity is not much of a concern `--clj-kondo-analysis-config` seems fairly self-explanatory. Otherwise maybe something like `--analysis-config`, `--analysis-overrides`, `--clj-kondo-config-extras`, `--clj-kondo-analysis` and so on.

Yeah, good point, @ericdallo. That previous ticket already provides the `--analysis` key to give the clj-kondo context to options, so extending the map here is a good idea 👍

There were two things we tried independent of each other, both of which eliminated the server restart problem we were troubleshooting: 1. Uninstalling ddtrace. 2. The FastAPI endpoint we were...

See https://github.com/nvim-treesitter/nvim-treesitter/issues/2966 for some additional context.

As far as `cpr` goes, I think part of the problem is that vim-fireplace tries to call `load-file` on a resource path, but it expects an actual file path. So,...

I'll answer using the [Ethereum Wiki](https://github.com/ethereum/wiki/wiki/) as an example, as it seems to be the most popular wiki on GitHub and has enough content to use for reference. The URL...

The wiki feature on GitHub looks pretty half-baked and the underscore prefixes might suggest an unstable interface, especially considering those endpoints are not documented, but it has been that way...

@andrewthetechie That addresses most of the problem. I did create this ticket specifically because I was trying to put some markdown in the `card.body`, but using a field instead of...

You guys may want to take a quick glance at https://api.slack.com/changelog/2018-12-a-bric-a-brac-of-broadcasts-built-with-blocks before starting any work. I don't know if it impacts buttons, but it might. >Blocks also introduce more interactive...