Joel Martinez

Results 18 comments of Joel Martinez

Closure's default logo has always been https://avatars1.githubusercontent.com/u/3903090?v=3&s=200

Unfortunately, the workaround doesn't work for me. I get: ``` java.lang.IllegalStateException: Mapped port can only be obtained after the container is started ``` This is happening on this line: ```...

This issue is affecting my project as well. I filed [an issue](https://github.com/hoedown/hoedown/issues/163) against Hoedown, but it's only in maintenance mode atm. It was suggested someone here might be interested in...

This would be much easier to diagnose if you could provide a failing test case. Here's a fiddle template you can use to load Closure deps: https://jsfiddle.net/2mjc800g/

No concrete plans that I know of. We're kind of understaffed atm and cleaning up deprecated methods is rather low priority. Feel free to submit a PR (or CL) if...

Seems reasonable enough at first glance. I'm having trouble finding useful references describing potential issues stripping BOM. If you want to create a PR, we can test it out internally.

Added the "standard" set in https://github.com/google/closure-library/pull/562. Will leave this issue open for enabling some of the non-standard ones (e.g., Edge, Chrome 28, Android, etc.).

The line I think you're referring to has a trailing whitespace. Running clang on your file will solve it: https://github.com/google/closure-library/wiki/Formatting-.js-with-clang-format On Fri, May 6, 2016 at 12:19 PM, gmalartre [email protected]...