Rob Figueiredo

Results 40 issues of Rob Figueiredo

Currently, this schema is valid according to https://www.jsonschemavalidator.net/ ``` { "$id": "https://www.github.com/schemas/robfig", "properties": { "name": { "type": "string", "opaque": "something" } } } ``` But it can not be unmarshaled,...

At my company we have selenium test suites run using junit and using the standard java_test rules. They to instantiate the Firefox webdriver in a shared library class, which I...

Just adding a setOptions() method. This is desirable because individual snippets of coffee may have different preferences on whether they want to be compiled with 'bare' or not. Additionally, creating...

statsd_exporter contains a vendored copy of the prometheus client which results in a panic on startup for me: ``` panic: proto: duplicate enum registered: io.prometheus.client.MetricType goroutine 1 [running]: github.com/golang/protobuf/proto.RegisterEnum(...) external/com_github_golang_protobuf/proto/properties.go:458...

feature-request

I've gotten feedback that "Add custom emoji" is too hard to find. Presently, the user has to write a search that finds nothing to get a link to come up....

## 🐛 Bug Report (This issue was originally opened as https://github.com/rules-proto-grpc/rules_proto_grpc/issues/238, where a maintainer advised me to open an issue here) grpc-gateway using an unconventional workspace name seems to conflict...

to make sure that the line number extraction works in all cases.

For compilation errors in inline coffee, the coffee compiler returns the line of coffee with the problem, but we show the user the line of the _template_ that had the...

The coffee compiler should not be running at runtime in PROD mode.

Presently the JCoffeeCompileExceptions that get logged to the console have something like 100 lines of stack, none of which the user cares about. Cleaning it down to one frame would...

feature request