Ben Blackmore

Results 37 issues of Ben Blackmore

Possible solution: Indent Docker output by four characters

waiting for rewrite

This PR is changing everything about dock. The main idea is to use Python instead of bash as the language of choice. There are a few reasons for this language...

WIP

Topics: - [ ] how to upgrade dock - [ ] how to troubleshoot Docker problems

waiting for rewrite

## Test ``` java ExpressionParser.newInstance().parse("

enhancement

I noticed that the OR (`|`) notation differs from other implementation like node-semver and the [Haskell implementation](https://github.com/adnelson/semver-range/blob/ccd118d1b9310a88748f4bfe530e8b9014b8741d/src/Data/SemVer.hs#L99). Example: ``` jsemver: 3 node semver: 3 ``` Is this on purpose or...

CORS headers are currently required by the test suite. Why is this required from servers? IMHO hosting the website and the sockjs server under the same origin without CORS headers...

What is your take on releasing version 1.0.0 of this module? I believe it would strengthen peoples' take on opentracing's API stability. Also, it would fit the specification's version more...

Hey folks, the git authentication is failing for me through the Gitbutler client. It is however working fine through the `git` CLI and various IDEs (Intellij and VSCode for example)....

# Why More and more systems are running on the arm64 platform. For example, AWS EC2 instances with Graviton2 processors or ARM-based MacBooks. One of our customers is facing issues,...

The repo supports the creation of OpenAPI files via `make gen-openapi`. Unfortunately, the generated files [wrongly encode enums](https://github.com/open-telemetry/opentelemetry-proto/blob/main/docs/specification.md#json-protobuf-encoding) (as strings vs. numbers): # Examples ```json "v1SeverityNumber": { "type": "string", "enum":...