Nico Braun

Results 58 comments of Nico Braun

You want travis CI right? I am going to implement pretty much this, node(electron) client to go server. I have to write tests along the way as it is a...

Hi folks, Its good to see that this library was not completely neglected as it looked for a moment. Socket.io itself is awesome. I am planning to use this library...

@mcnesium, better configure a different formatter for Dockerfiles. This one works great. ```json "[dockerfile]": { "editor.defaultFormatter": "ms-azuretools.vscode-docker" } ``` But your effect langauges is good. Because disable formatOnSave is not...

Hi, I am getting those structs from https://github.com/volatiletech/sqlboiler, so I cannot really add those tags or the way it imports null. Is there a solution to this?

looks like its out of sync now. I am using 226 which seems to be the [latest version of github-pages](https://rubygems.org/gems/github-pages). ``` Bundler could not find compatible versions for gem "jekyll":...

I grabbed the animated svelte example in this repo and I get an error: ```shell Uncaught TypeError: lib.create is not a function at main.ts:9 at main.ts:36 ```

Is there any specific reason this is stuck? Can I do something to help? This feature would be really useful.

Well, I just found this. So there is some example https://github.com/uber-go/fx/blob/master/example_test.go

I have these issues as well. Gulp doesn't seem to use preset-env. I tried multiple variations with @babel/env, babel-preset-env & @babel/preset-env. For some reason it seems to work now. I...

I forgot to mention, using @latest did not work. ```bash $ go install github.com/rubenv/sql-migrate@latest package github.com/rubenv/sql-migrate is not a main package ``` Edit: I just tried with commit hash, the...