Bartlomiej Plotka

Results 253 issues of Bartlomiej Plotka

AC: * [x] Use this to create dev JIRA project https://developer.atlassian.com/blog/2016/04/cloud-ecosystem-dev-env/ * [ ] Implement integration tests against that * [ ] Move to CircleCI (@free well, mostly because from...

enhancement

https://twitter.com/bwplotka/status/1379843244952014853 Ideas: * Infer types when field is a concrete type. Same if it's pointer - just allocate. * Join/Merge operation based on reflect? 🤔 It would be amazing to...

AC: * If there are files in output directory that are no longer generated through definition, prompt user if they want to remove this or not. * All those files...

Right now, there is no possibility to configure correct TLS. The only possibility is to use `insecure` option.

help wanted
feature / improvement

We use https://github.com/improbable-eng/go-srvlb resolver to watch on resolver changes. The interval of lookup is based on TTL, but std golang `net` libraries does not support those. So either: * use...

Basically this will allow debug, per container access. How it should work? IPAdhoc: - For some specified matcher in form of `.matcher` dial to `ip` and allow only some ports....

We resolve all configured kEdges on demand. Even when it is used constantly, we perform DNS resolution every each time. Let's optimize this. (DNS can be flaky)

help wanted
feature / improvement