Iulian Dragos
Iulian Dragos
I guess I had a pretty old version of cbt lying around, so I did a `git pull`. At that point I was stuck, since running `cbt` failed to build,...
I totally love the speed of this plugin. InstaSearch is a good name! However, I can't get exact search to work properly. Is it supposed to find phrases with spaces,...
I'm trying to upgrade to Sbt 1.0 and from sbt-header version 1.7.0 to 5.0.0 as the same time. I can't run `headerCheck` anymore because it crashes with: ``` sbt:root> headerCreate...
There are a number of notebooks out there that support Spark. What is the difference between this one and, for instance, [spark-notebook](http://github.com/andypetrella/spark-notebook) and [Zeppelin](https://zeppelin.incubator.apache.org/)? I think this should be a...
Some call it prefix-sums. Store an array of indexes of the first char of each line for a given file. Use binary search to find the line given an offset....
It looks like the shutdown sequence isn't correct. We need to make sure every thread cleans up.
Now that we're using coursier (see #19), it would be nice if there was some feedback to the user while coursier downloads artifacts (first time the plugin is run).
There are a lot of case classes everywhere and a lot of conversion between Scala compiler, Ensime and VS Code data structures (files, positions, errors). We should be consistent. All...
Exception from the Developer tools window: ``` //Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/electron-browser/workbench.main.js:136 [Extension Host] TypeError: Cannot read property 'url' of undefined at /Users/dragos/.vscode/extensions/ziyasal.vscode-open-in-github-1.2.3/src/extension.js:27:51 at /Users/dragos/.vscode/extensions/ziyasal.vscode-open-in-github-1.2.3/node_modules/parse-git-config/index.js:31:5 at /Users/dragos/.vscode/extensions/ziyasal.vscode-open-in-github-1.2.3/node_modules/parse-git-config/index.js:49:7 at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:445:3)...