corpix

Results 50 comments of corpix

This issue is related to #8. This is because we use native file input under the hood, it should be re-rendered after some file was picked. I will try to...

This could possibly be worked around with this ugly hack: ``` nix develop -c bash -ec 'exec fish' ```

I has stopped to use xiki and I am not interested in the resolution of this issue, but I am leaving this opened in case other people have same issue.

That's strange, I've just succeeded to build c5297372ad60f15d9bf3c5abbe8813d93b41f913 on NixOS. Full log just in case it will help you to debug the problem: Expand ```console ~/projects/src/github.com/openshwprojects/BK7231GUIFlashTool λ xbuild >>>> xbuild...

I am not a developer of software I am packaging

#8 fixed this for me

@tbmreza yeah, kind of. I've solved my problem for my experiments, it is very unlikely I'll invest more time into this, sorry. But feel free to reuse this PR in...

Ok, @dreamlu but, as @jamshidi799 suggests, can you provide your API swagger spec(swagger comments)? I have the same problem (paths is empty) while generating swagger spec for BFF kind of...

I have resolved my issue. Looks like `swag` can't find Go executable, because this https://github.com/corpix/nixpkgs/commit/c0840ea4912ea1d691189c874e537c09f15f1441 fixed the issue (also `swag` compiled from repository works fine)

Balupton, thanks, you saved my time