James Nelson

Results 26 comments of James Nelson

Yes, this is for a debug container where I can get a shell and run commands to find out what's busted. For now, I just add the binary to my...

https://github.com/google/closure-stylesheets/pull/113

Heya. As I continued to work with shadow DOM, I also needed `:host(selectors > here)`, and `:host-context(selectors > here)` as well. If you have any existing css infrastructure testing, I...

Note, the [current working _draft_](https://drafts.csswg.org/css-scoping-1/#deep-combinator) says that `>>>` combinators will only apply to querySelector(), and not css styling. So, unless/until that changes, the most you'd want to do is issue...

Hi @iflan Sorry I kind of forgot about this pull request. I updated the comment per your request in the BNF. I don't think we decided on any naming for...

I'll add some tests shortly.

for posterity, it is glued into the groovy shell binding by jenkins. Can't remember exactly where, but I saw it in debugger earlier today.

Ahh, xapi does exactly that ("extend" GWT.create...). I actually added the ability to define your own magic methods so you can pass class literals, string/primitive literals, enums and opaque objects...

This is the only problem I have with this library. Unfortunately, the inability to hide the popup means I've either got to fork and change the source, or use a...

fwiw, we are now seeing this as well in gradle 7.4.2 (I know, I know...)