Adam Peck

Results 5 comments of Adam Peck

One idea and what I have used in tests is to create a function that overrides the actual executable. Something like: ``` @test "my override test" { mock_curl="$(mock_create)" curl() {...

I am trying to understand how this is formatted. Right now parsing it manually by hand to JSON: ``` { "interval": 900, "peers": "ip", "213.49.181.984": "port", // also this is...

@blanexie Chinese characters should parse fine as long as you pass a Charset that can understand them. Do you have an example of valid bencode formatting with those characters in...

In the Druid 0.18.0 release notes this is called out specifically. Setting: `--add-exports jdk.management/com.sun.management.internal=ALL-UNNAMED` should resolve the issue. See: https://github.com/apache/druid/releases?q=0.18.0&expanded=true#java-11 Edit: after reading it more it looks like it was...

I am also running into the same exception :(