Ulf Karlsson
Ulf Karlsson
@Horusiath @dmonad Hey, do you know if anyone has started looking at JVM bindings? Thanks!
Ok thanks for your comments
If we compare with io-ts, where everything seems to work with `exactOptionalPropertyTypes`, the behaviour is like this To add undefined as part of a property, you use ``` t.type({ v:...
https://github.com/user-attachments/assets/506351b5-e6a0-491f-9038-9d2d9cf3c6a1
I think it was after resolving conflicts. I could also not saved the resolve.
Ok many thanks for the response. Any logs I can supply? It is pretty consistent now that first time I press create PR I get this error, and then the...
Ok, got info from network console now Error is ``` { "message": "Validation Failed", "errors": [ { "resource": "PullRequest", "field": "head", "code": "invalid" } ], "documentation_url": "https://docs.github.com/rest/pulls/pulls#create-a-pull-request", "status": "422" }...
When I press create PR again the request body is slightly different, and head is indeed different ``` {"head":"uk/refactor-namespace-processing","base":"master","title":"Update namespace handling in analytics cache refresh","body":"","draft":false} ``` It seem like it...
Thanks, really looking forward to a fix!
Yes, seems like it. It removes the `uk/` prefix the first time I press create PR so it seems like it can not find the branch I think it possibly...