Martin Coll

Results 62 comments of Martin Coll

hey folks I bumped into this issue too. it was hard to find since you only get a 404 response when using the JWT token instead of an app installation...

I've hit this issue too. Checking `ConfigValueType` is useless in this case, and you can't call `getLong` when using `Config#entrySet`. I ended up calling `getLong(entry.getKey())` and catching `ConfigException.WrongType`, which is...

I see it is merged :). Is there any pre release version I can use to test?

I think it's possible it comes from this call https://github.com/kubeops/config-syncer/blob/119c1f52fbeb6d83951141c6e4acd9fb0279b997/pkg/syncer/syncer.go#L123 Could it be that the labels equality is not working correctly? https://github.com/kubeops/config-syncer/blob/119c1f52fbeb6d83951141c6e4acd9fb0279b997/pkg/syncer/resourcehandlers.go#L163 Besides, I think this call can be avoided...

Hello everyone. I'm trying to understand why this puts the `bootJar` outputs (a fat jar generated by Spring Boot) in the root of the docker context: ```build.gradle files bootJar.outputs ```...

Hey have you seen #36? I just updated the description to make it simpler.

I've found another place where this would be useful and it might help turning your opinion. I have list of favorites, and a message when there's no favorite. Since the...

I created a project with an interesting approach of bypassing PyYAML nodes module: * https://github.com/yaml-programming/nx_yaml FYI I'm still interested in contributing higher level abstractions to xgi.

Recently the [chyp](https://github.com/akissinger/chyp) project solved these issues. An integration could help close this issue without reimplementation. One basically has rules and rewrites, where both are defined in terms of Hypergraph...

I'm experiencing this issue and `GhQueryEncoder` seems to fix it. Note: The Chrome inspector shows an empty space in the Form Data for my POST request, but if I click...