Mark Price

Results 11 comments of Mark Price

Hi Petr, yes the feature is still planned. From what I remember, it would only be possible on newer kernel versions, and I haven't got around to testing out my...

Hi, thanks for the report. We'll look at this when possible. In the mean time, feel free to submit a PR containing a fix.

Hi @ccnlui non-x86 architectures are not currently supported (see #53). There are some notes on that issue on moving forward with support for other platforms, but we have no plans...

There is a script to build the docker images locally: https://github.com/babl-ws/babl/blob/master/scripts/docker-build.sh

@ccnlui I've updated the license plugin. Can you try again with JDK17?

@ccnlui if you would like to submit a PR with the changes required to build on JDK17, I'd happily merge.

> I added another circleci job. However it seems like testing on circleci is a little flaky: I have run the same config 3 times, and it failed once. Can't...

Hi @ccnlui , this is looking much better, but the test output is now too verbose. Can you remove the `--info` flag please. If the tests start to fail intermittently...

Hi @ccnlui babl will accept web-socket connections to any URI on the port. So your client should be able to connect to `ws://localhost:8080/myendpoint` or indeed `ws://localhost:8080/anything_else_you_like` however, the URI part...

Hi @Crokoking, thanks for the patch. I've added `CONTRIBUTING.md`, which was missing from the repository. In short, changes to production code need to be covered by a failing unit test...