Mo

Results 83 comments of Mo

What happens for me is updates to the auto complete dropdown come in a burst and I have to literally wait a while until it stops changing. Seems like it...

@oyeanuj Thanks! I had something similar in mind for a while now. There's a couple of ways to do this. One possible implementation is to have 2 top level keys...

@oyeanuj That would add a lot of additional API complexity which I don't want this to be harder than the default CSS media query syntax. BTW for your problem a...

What if we stick to the syntax that we have but let the library write the most confusing part which is `min-with`, `max-width` as well as for height? ``` @media...

> should we support all media features or width, height, orientation would be enough - that's also a question to discuss. That's exactly why I'm saying going this route might...

I really love the API design of features. 💯 @ApacheEx I'd like to add one more thing named `aliases`: ```js const aliases = media => { mobile: media.width.lessThan('sm'), tablet: media.width.between('sm',...

Looks awesome @ApacheEx! What do you think about having syntax highlighting? Currently, anything tagged with ``` css`` ``` gets CSS syntax highlighting, but as we don't use that currently we...

Camera: [nokhwa](https://github.com/l1npengtul/nokhwa) — updated very recently

Same on macOS Ventura as well. I request 480, I get 1044 (output device)

> @w-ensink Yeah, I ended up writing a quick CoreAudio wrapper myself locally and it runs at the buffer size that I ask it to, so I'm guessing this is...