Roman Buldygin

Results 16 comments of Roman Buldygin

@meee1 why? As I uderstand from this repo https://github.com/microsoft/vswhere this exe has no dependencies and can be stored in repo. There is alternative way with using this powershell module https://github.com/Microsoft/vssetup.powershell...

@dreamer2 Are You bot behind nginx proxy? I tryed to create next configuration: Internet--Nginx--Server_with_bot. As I understand, nginx terminates https connection and assumes that inside perimeter there are only http...

Nginx configuration for https looks not so trivial https://www.nginx.com/resources/admin-guide/nginx-https-upstreams/

@massivedynamics-sd while experementing I wrote an instruction how to build OpenHD for radxa zero https://gist.github.com/buldo/5ef7fa562296ba341355bae926a2091e But there is only software decoder available. If you have radxa-zero and want to use...

Sqlite - not a problem. I'll use PostgreSQL that provided by Heroku :)

Actually it does not works. At a prepublish step heroku system environments looks not configured so right ConnectionString cannot be obtained :(

@mattiascibien I have an solution for Heroku. At first add support for Environment Variables in setup method ``` public Startup(IHostingEnvironment env) { var builder = new ConfigurationBuilder().SetBasePath(env.ContentRootPath) .AddJsonFile("appsettings.json", optional: true,...

@rpardini now I more confused. Before your answer I used `BOOTBRANCH` in my `board.csc` file and build framework understands it without problem. Moreover more than 10 board definition files use...

Hah, I came from .net world and my bot based on Your library is my first golang application. I'm not sure that my ideas is right. Bot method that returns...