Gili Tzabari

Results 301 comments of Gili Tzabari

Here is the latest reply on my end: > Dev team will do more investigation. > Will get back to you once I have some update. Hopefully they'll be able...

@olamy This issue is now tracked by https://bugs.openjdk.org/browse/JDK-8292634 with an expected release date of JDK 21. In the meantime, the unofficial recommendation (per https://bugs.openjdk.org/browse/JDK-8292634?focusedCommentId=14526780&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-14526780) is to implement a workaround by...

Looking at http://leaverou.github.io/prefixfree/#dynamic-dom it sounds like this a known limitation. So how _are_ we supposed to use prefixfree under Chrome? Are we supposed to remove and re-add an element every...

Hi Lea, I used `cloneNode` and `replaceChild` to copy the old node, modify its style and replace it in the DOM. It seems to work but it's both expensive and...

Let's try this again... Lea, can you please provide a sample code showing how to use `PrefixFree.prefixCSS()` and friends to modify an element's `style` under Chrome? I know I can...

@sduskis Are there plans to add `module-info.java` or do you plan to stick with `Automatic-Module-Name`?

This issue is very problematic. See https://github.com/googleapis/google-api-java-client-services/issues/817

What's ths status of this bug?

@googlebot I signed it!

@rnett Please review. Apologies in advance. The implementation got hairy once I added `maxWidth` support. Please refactor this as you see fit to improve readability.