Ryan Brown
Ryan Brown
I've been trying to update my rules_closure interop stuff to the latest version of rules_typescript, but haven't been able to get it working. These are the changes I have in...
Hmm, it's been a while. I'm pretty sure rules_typescript was overwriting something in my tsconfig so it didn't work. I don't think I tried changing the bazelOptions though. Are you...
I think it should be pretty small at this point, and I'd be happy to take the lead on it. Right now I think the main problem is getting the...
I have the initial version of my rules for closure compiler interop available at https://github.com/derivita/rules_ts_closure This is a very early release. We've been using it for several months at my...
This is not fixed. I still randomly get javascript errors at https://google.github.io/closure-library/api/ and the documentation fails to load.
I'm using chrome. My teammate has also seen the same issue on chrome. It's really inconsistent. Sometimes a page will load, but none of the links do anything when you...
Could be service worker. I just hit this again. In the console I see two of the stack traces I originally posted, then "Service Worker termination by a timeout timer...
Also I tried reloading the page, didn't fix it in this case. But manually changing the url from https://google.github.io/closure-library/api/ to https://google.github.io/closure-library/api/goog.date.DateTime.html did fix it.
Something like that. An analogue of the ICU RuleBasedNumberFormatter. I posted it here mainly because CLDR has data for doing this type of formatting, and they list Closure Library as...
FYI I used https://github.com/wala/jsdelta to find a reduced version of my crash. It was very fast and simplified it from 500k to only a few lines.