Sebastian Blask

Results 72 comments of Sebastian Blask

@atomGit for me it skips to `http://12bytes.org/articles/gaming/cs-go-game-sound-optimization` so it works as intended?

I am not using Safari so I have no idea. Can't you get extensions from the Chrome Webstore?

It's not going to happen from my side. So you are using an extension and want to use Skip Redirect to undo what it does? Why not just not use...

This description is not correct. Skip Redirect is a webextension and thus compatible to any browser that supports webextensions. That is Firefox, but also any Chrome based browser (and can...

Silly me, why didn't I think of that, it's in my dotfiles: https://github.com/sblask/dotfiles/blob/23dcf31b6d79e1dd320bc4f4a2ad9985d76405ac/dotfiles_shared/.vimrc.d.symlink/commands.vim#L30 My editorconfig: https://github.com/sblask/dotfiles/blob/master/dotfiles_shared/.editorconfig.symlink

@sanmai-NL why would it, there was no release or even commit since I opened the issue?

Seems to me like it's jedi-vim causing this. If I enable only jedi-vim and no other plugin, I get the same problem. So it's not caused by vim-markdown?

What I saw was not actually coming from vim-markdown, but from the bundled markdown plugin (this I think: https://github.com/tpope/vim-markdown) because I have vim-markdown through vim-polyglot, but had this in my...

Not the same error, but I believe the same problem: ``` Error: Unsupported argument on .terraform/modules/network/aws-network/vpc.tf line 8, in module "subnet_addrs": 8: base_cidr_block = var.base_cidr_block An argument named "base_cidr_block" is...

I don't think checking/installing when entering a directory makes sense. Tried with direnv and it works, but I think the use case for this is: - cd git-repository - update...