Denis Korenevskiy

Results 5 comments of Denis Korenevskiy

It is good to have dependency chain resolution. When you ask protodep to download dependency, that has `prorodep.toml` inside, it is good to also parse that file and fetch dependencies...

It seems that fix is already in master, but not yet tagged. The current behaviour of v0.6.0 makes work with messages impossible through RTM IncomingEvents. Is it possible to put...

Yes, the fix is in `block_conv.go` file in `switch` expression where the block type is detected. ```go // UnmarshalJSON implements the Unmarshaller interface for Blocks, so that any JSON //...

Unfortunately I can't make a PR to your repo since it is required to have target branch existing for PR. If I understand the versioning flow of this project correctly,...

You can fix this with proper TC client configuration after init: ``` tc = TeamCity( url="https://teamcity.example.service", configuration=cfg, ... ) tc.default_headers["Origin"] = "https://teamcity.example.service" ``` The 'Origin' header provided in requests will...