Oleksandr Povar

Results 112 comments of Oleksandr Povar

@dumblob Could you please describe how exactly the command line looks like? I've tried the different options (like `nvim-qt C:\log.txt -- -c "set title"`) but it doesn't set title correctly...

@dumblob Thanks for the reply! I also found that way, but it's not perfect. Thought that probably you have found a way to make it work automatically :( I wish...

Answered in #42 - build scripts should be rewritten if VS installation is missing, so we use `dotnet` instead of `MsBuild`

@moodmosaic Unfortunately, I don't have MacBook yet to test up the script there. That's why you need AppVeyor to run the build 😄 Do you want me to provide you...

@moodmosaic It seems that you performed some weird tagging, so now `git describe` is confused: ``` $ git describe --tags --long --abbrev=40 --first-parent --match=v* warning: tag 'v1.0.5' is really 'v1.1.0'...

@moodmosaic Thanks! Let me know when you are ready. After that I'll trigger the build and attach the artifacts, so you could publish them 😉

Just realized that actually I don't need to wait till you fix the tag to produce the build with valid version. Therefore, here the v1.1.0 release is: [v1.1.0 Release artifacts.zip](https://github.com/moodmosaic/Fare/files/1649223/v1.1.0.Release.artifacts.zip)

@moodmosaic Awesome, thanks for notifying! 😉

There is an exotic issue related to Ubuntu-based docker images. Apparently the convention for Ubuntu is to have all the environment variable keys uppercased and without DOTS in names. If...

@kumarharsh @Mayank1791989 Could you please clarify the status of this issue? Do we have any workaround for it? It's pretty annoying, as currently we use `graphql-cli` to generate the schema...