Tom Picton

Results 60 comments of Tom Picton

Thanks for the plugin @nitedani! I'm trying out Compiled for the first time, and I'm not sure if what I'm seeing here is a limitation of the library or an...

thanks again @nitedani !

One way of reproducing this issue I've found is using [ack.vim](https://github.com/mileszs/ack.vim/) with dispatch support enabled.

...actually, it looks like these tests pass even without the fix. Will investigate

Not sure if it's due to differences in dependency versions, or if something has changed in `graphene-django-optimizer` in the past few months, but it seems that the `only` optimization _is_...

I had this issue when passing through a queryset whose model queried DB fields in its `__init__` method–the fix was just to move that code elsewhere. I wonder if it's...

Thanks very much for picking this up. Funnily enough I just found a bug in my implementation that's present in this version too. The extra scope is added to the...

Ah right, this is specifically when using the `&` selector: `.some-class > &`

I'll try to get you a working (broken) example tomorrow–in the mean time I can tell you that the component I'm seeing the issue with looks something like ```tsx const...