Kamil Chmielewski

Results 24 comments of Kamil Chmielewski

I try `commandLineParams` with `nimble myTask myParam,` but it looks like it contains a few more: ``` @["--hints:off", "--verbosity:0", "--colors:on", "myParam"] ``` Is there a reliable way to get only...

https://github.com/kjnilsson/fez is similar attempt but with F# as source language.

Any plans for this?

@edvinerikson should know some implementation details https://github.com/graphql-java/graphql-java/issues/2052#issuecomment-710237331

I agree to relicense my contributions and I signed the Google CLA.

GraphQL for message safety could be used to highlight `re:actor` using the GQL hype. As for delivery guarantee, what's the current notion of delivery for Web Worker backed actors?

You can use this one https://gist.github.com/kamilchm/c81e0b90a2494f2a1beb07d80205ba71 It was generated using v2 branch I'm working on, where I use golang dep tool files to resolve dependencies.

Strange, it looks like it's there https://github.com/NixOS/nixpkgs/blob/6a6470386f05d939d65f174379f8ddb067dc1e19/pkgs/development/tools/go2nix/default.nix#L27 What Go app did you exactly try?

It looks like hugo is using govendor https://github.com/gohugoio/hugo/blob/master/Makefile#L15 Try to `govendor sync` its dependencies and move it somehow under `GOPATH/src` before `go2nix save` There will be easier way when `govendor`...

I didn't use gb, so the `path` in its manifest is something new for me. It looks like optimization that can make vendor dir cleaner https://github.com/constabulary/gb/blob/master/cmd/gb-vendor/restore.go#L62 We can't download repo...