Chris Kipp

Results 139 issues of Chris Kipp

If you look at the source jars that are being published for delta standalone, the source jars are just empty. For example you can see this in the latest `io.delta:delta-standalone_2.13:0.4.1`...

bug

It'd be great to see the [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) groups covered by onedark. I see that they are all listed here: https://github.com/nvim-treesitter/nvim-treesitter/blob/a74da044a8c208177c0af56eeab709859e2fda38/plugin/nvim-treesitter.vim#L30-L84 I'm not 100% sure how many of these would just...

Thanks a ton for this! It was one of the first things I came across when wanting to start [nvim-metals](https://github.com/ckipp01/nvim-metals), and this has been super helpful. Another really helpful thing...

I saw in #30 that you want to support textEdits during completion? Is that fully integrated? Using Metals with scala, when trying to do an exhaustive completion that is a...

To be honest, I'm not 100% sure where this request should be, whether it's a question or a bug, but this is in relation to the issue [here in Bloop](https://github.com/scalacenter/bloop/issues/1421)....

The repo that this happened in is private, but I'll do my best to outline what happened below. If there is anything else you need to better identify what may...

cat:heuristic

At work I noticed today a bunch of updates were sent in that ended up breaking builds due to an incorrect matching in a yaml file. The example that it...

cat:heuristic

I encountered this when writing a Mill plugin. When creating an `ExternalModule` you'll have code that looks like this: ```scala import mill._ import mill.define.Command import mill.define.ExternalModule import mill.eval.Evaluator import mill.main.EvaluatorScopt...

bug
ExplicitResultTypes

Currently in the documentation it shows that that you should install scalafix in the following way: ```scala addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.13") ``` However, `0.9.13` is the current version of...

I started `coc-metals` in November of 2019. As I was started to get more involved in Metals I wanted a more automated way to get set up using Vim and...

feedback wanted