Krishna Vadakattu

Results 7 comments of Krishna Vadakattu

> FYI – It's been working fine so far for me in Big Sur by allowing access for Accessibility and Input Monitoring in System Preferences -> Security & Privacy. I'm...

Hey Quentin, Just wondering if there was any sense of prioritisation of this feature, as I think it would be a great enhancement? I've taken a look at `docker_utils.py` and...

That's awesome, thanks! As a tangential idea, it would also be great to add a `cached_image` arg to the `_build_image` func i.e. `["docker", "build", "-t", image_name, "-f", "Dockerfile", ".", "--cache-from",...

+1 was about to comment the same thing --> I have switched to karabiner elements -- it's much more complicated/powerful, but works great for this simple case too.

Just throwing this date example here as it seemed like the closest issue, and a common enough case that others might search for it: ``` from word2number import w2n w2n.word_to_num('nineteen...

@polong-lin @alokpattani Seems owlbot post processor keeps eating the asyncio import line

> > @polong-lin @alokpattani Seems owlbot post processor keeps eating the asyncio import line > > Autoflake is removing the import because it's not being used in the notebook. Why...