Brandon Istenes

Results 197 comments of Brandon Istenes

+1. I'm trying to use within docker, which means I need my container to expose that port.

As a workaround, you can add the following to the config file: ```json "httpHeaders": [ { "urls": ["https://docs.github.com/"], "headers": { "Accept-Encoding": "zstd, br, gzip, deflate" } } ] ``` as...

Nice, thanks for the tip!

@cstamas Could you explain how you've used the `properties-maven-plugin` to set `groovy.antlr4`? Seeing a snippet of POM would be incredibly helpful.

@dkayiwa I don't know what this change does, but it's supposed to fix https://openmrs.atlassian.net/browse/RESTWS-925 . Do you think this is the right approach? Obviously, if it is, we will need...

@paulhibbitts Have you tried putting the emoji itself into your `index.html` file? Just make sure you have a `` tag.

Ping, would love some support on this

I never figured out why this issue was happening; why it was the case that mutate was only being called on immutable keys. The deeper problem, which my project resolved,...

It would be great to have support for this. Right now the only way to support decimals in the number field is by setting a decimal step (such as `0.1`),...