Ilkka Poutanen

Results 13 issues of Ilkka Poutanen

Hiya, what sort of plans do you have for this module? I'm also interested in this and since I like https://github.com/tpope/vim-fireplace a lot, I thought I might take a stab...

On Windows Python doesn't have that module but e.g. `elixir_sense.py` depends on it. You might want to either ship a [shim](https://stackoverflow.com/a/27661799/15064) or maybe depend on some library that abstracts it...

I'm on Windows and mostly I'm checking out files with CRLF EOLs and letting git commit them with LFs. This is fine, but it causes gitui's diff view to show...

feature-request

I just noticed that `npm install` in a fresh copy of vscode-org-mode fails with ``` > [email protected] postinstall > node ./node_modules/vscode/bin/install Detected VS Code engine version: ^1.23.0 Error installing vscode.d.ts:...

Hit fsprojects/Paket#3065 just now, which seems to indicate that the paket boostrapper included is just too old to work correctly any more. I downloaded the latest bootstrapper from Paket's GH...

Sometimes yapf might be installed in a path that is not in $PATH. I don't actually know if this is what is currently preventing py-yapf from working for me, but...

I think it would be really nice to have instructions on how to install process plugins in an offline environment. I had lots of success just dropping WASM files in...

I've purposefully not `set :branch` in my Capfile, to be able to deploy the currently checked out branch. This causes notifications to fail, however, wth ``` triggering after callbacks for...

Since releasor does two pushes per bump, with a setup where a prepush hook runs tests, this will result in two test runs. Would it make sense to at least...

Are the defaults enough, or (probably more likely) are they too much?