Roman Khmelichek
Roman Khmelichek
**Is your feature request related to a problem? Please describe.** Maven requires the following configuration in `~/.m2/settings.xml` for CodeArtifact: ``` codeartifact aws ${env.CODEARTIFACT_AUTH_TOKEN} ``` This requires first exporting the `CODEARTIFACT_AUTH_TOKEN`...
I have implemented a search result filtering mode, #47. I'm currently testing it in my application; it seems to be working rather well. Can you please review and let me...
This fix allows to send binary data over STOMP. When sending binary data...converting it from buffer to string could mangle it. Some example code below to demonstrate the problem. Note...