Alan D. Cabrera

Results 23 issues of Alan D. Cabrera

I changed the locale on my iPhone, iOS 13.3.1 to Spanish and the region to Mexico. However, The mechanisms this extension seems to use seem to be stuck at en_US.

documentation
question

It seems that `DuplicateDependencyService.violationsForModules` treats the dependency, i.e. the file from its corresponding `ModuleVersionIdentifier` instance as a JAR, when it's really a directory to the compiled classes, i.e. `/Users/acabrera/example/foo/build/classes/java/main`. If...

I run $ ./example -kubeconfig ~/.kube/config and I get ``` F0510 12:14:20.618026 25427 main.go:30] Error building example clientset: No Auth Provider found for name "gcp" goroutine 1 [running]: github.com/openshift-evangelists/crd-code-generation/vendor/github.com/golang/glog.stacks(0xc4203d4e00, 0xc420218000,...

I very much would like `DescribeTable` to behave like a container, e.g. DescribeTable("a k8s heartbeat request arrives", func(endStream bool) { It("is ignored when processing downstream headers", func() { status :=...

## Your Question I have a column in my tables that represents an enum. I have the enum defined in my go code, `foo.State`. How do I get the generated...

I am shepherding a change in Protobufs to allow multi-line string values: https://github.com/protocolbuffers/protobuf/issues/1297 This ticket serves as a marker for the corresponding effort required in this project. I have forked...

- backticks, `, and triple quotes, “””, now allow multiline strings - split strings into STRING_NAME and STRING_VALUE

A potentially "cleaner" implementation of `ThreadContext`. It centralizes the management of the `ThreadContext` without extensive collaboration and implementation leaks, e.g. `checkThread()`. A fair bit of code was removed in the...

Aligning `pbf` w/ RxGo will facilitate sophisticated processing pipelines.

enhancement