Sven Grunewaldt

Results 63 comments of Sven Grunewaldt

I had to change the code of @antitoxic a little to make this work with Model/HeavySelect2Widget django-suit 0.2.15 and Django-Select2 5.1.0. ``` javascript $(function () { Suit.after_inline.register('init_select2', function (inline_prefix, $row)...

I have the same issue on macOS with Alacritty and iTerm2: ![grafik](https://user-images.githubusercontent.com/310624/74755222-209b8080-5273-11ea-937c-c3a43b7189dc.png) ![grafik](https://user-images.githubusercontent.com/310624/74755299-40cb3f80-5273-11ea-9165-19300430f46d.png)

I used this path on IntelliJ 16 EAP and it worked: /Users//Library/Preferences/IntelliJIdea16/filetypes/Dockerfile.xml

I'm using polyglot too and already had been when taking the screenshot above. I did switch to other themes with treesitter-support for now, so I can't confirm if this is...

I for now built me a simple bash script to update npm-based language servers: ```bash #!/usr/bin/env bash set -euo pipefail if [ -e /usr/local/opt/findutils/libexec/gnubin/find ]; then export PATH="/usr/local/opt/findutils/libexec/gnubin:$PATH" fi NODE_LSPS="$(find...

Hey @quexpl, thanks for linking the fork, that version seems to work fine for now!

Homebrew-Cask has this already: https://github.com/caskroom/homebrew-cask/blob/master/Casks/graphql-ide.rb ``` $ brew cask install graphql-ide ==> Downloading https://github.com/redound/graphql-ide/releases/download/v1.1.0/GraphQL.IDE.app.zip ######################################################################## 100,0% ==> Verifying checksum for Cask graphql-ide ==> Moving App 'GraphQL IDE.app' to '/Applications/GraphQL IDE.app'...

This seems to be related to [net_http_connect_on_start](https://github.com/bblimke/webmock#connecting-on-nethttpstart). When adding `WebMock.disable_net_connect!(net_http_connect_on_start: true)` to the webmock initializer in my example project, the proxy requests work again. Reading the README I don't see...

I've been struggling with this too. Editing slim files is painfully slow, even just very simple rails forms that aren't even that long. Simply typing in insert mode had so...

Hey @lathiat, sorry for bugging you. I think this just happened to me as well. I have a usual IPv4/6 dual stack network at home and run avahi-daemon in a...