Rokas Kupstys

Results 247 comments of Rokas Kupstys

> what about starting with something minimal to see if there's no important drawback or if there's a chance we'll get stuck behind a wall ahead (e.g. multiple inheritance). Totally....

Yesterday i moved work forward a bit, integrating it into build system and wrapping some extra stuff. Ofc it does not build due to some errors. Not too many so...

> It is needed only for updating C# bindings and currently works only on macOS. @EgorBo whats exactly needed to get binding generator run on other platforms. If say there...

@travisstaloch does it show variables properly for you? It doesnt work for me. ![image](https://user-images.githubusercontent.com/19151258/59964196-326f2d00-9506-11e9-9a5c-4fcc78c1fc7e.png)

Hah indeed that did the trick. Thanks :+1:

Using external nginx server on top of internal btcpay nginx server still gives me this: > BTCPay is expecting you to access this website from https://btcpay.*.com:443/. If you use a...

``` server { server_name btcpay..com; ssl_certificate /etc/nginx/ssl/*..com.crt.pem; ssl_certificate_key /etc/nginx/ssl/*..com.key.pem; include conf/ssl.conf; location / { proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Host $host:$server_port; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header...

I would try mounting my custom file at that location as read-only via docker volumes. No idea if that would work or not though.

OK let me rephrase. Following config produces `BTCPay is expecting you to access this website from https://btcpay.*.com:443/. If you use a reverse proxy, please set the X-Forwarded-Proto header to https`...

Could you please list those functions?