Ryan Brown
Ryan Brown
I'm getting this error message: ``` [main] ERROR MakeDeps - circular exports graph: com.google.flogger:flogger, com.google.flogger:flogger ``` I have no idea what this means or how to resolve it.
Implement a RateLimiting sampler as described at https://github.com/census-instrumentation/opencensus-specs/blob/master/trace/Sampling.md
We tried to migrate from using `go_embed_data` to `go:embed` and ran into an issue: We use `go_ path` rules to package our code for Google App Engine. However there's a...
### What version of rules_go are you using? v0.32.0 ### What version of gazelle are you using? v0.25.0 ### What version of Bazel are you using? 5.1.1 ### What did...
It would be great if goog.i18n supported rules based number formatting for spelling out numbers.
The documentation for `goog.dom.createDom` says it takes "a map of name-value pairs for attributes", but it doesn't actually set attributes. It calls `goog.dom.setProperties()`, which doesn't support custom attributes. The documentation...
Say I sanitize the string '<span data-latex="\\ "></span>'. The html sanitizer will trim the whitespace, resulting in invalid latex '<span data-latex="\\"></span>'.
I recently started getting errors when I try to use the api docs. Some classes load fine and others give errors. It doesn't seem to be consistent either. Earlier today...
@alexeagle mentioned that the TS style guide has lots of documentation, but it doesn't seem like any of that is available here. The most common issue we run into is...
Zone.js needs async functions to be transpiled. Other libraries like OpenTelemetry and Angular need zone.js. It would be nice if there was a command line flag to enable rewriteAsyncFunctions even...