HAR
HAR
Since chances are very low that this will be fixed in Firefox any time soon, I'd really appreciate an option to use a "direct site query" instead of the generic...
FYI, this is IMHO a duplicate of #15288 which also explains why that happens and links to some open bugs on Firefoxs bugzilla (see [this](https://github.com/microsoft/PowerToys/issues/15288#issuecomment-1024868009) & [this comment](https://github.com/microsoft/PowerToys/issues/15288#issuecomment-1025840903))...
@HydroH If you're targeting me with this question: I have no idea how the UI could look like & have no "reference controls" in mind. TBH, I really don't care...
@joelpierre Thanks for the input & sorry for the late response. I didn't find the time to test this earlier... I actually did not adjust the webpack config within my...
FYI, I bootstrapped my app with [create-t3-app](https://github.com/t3-oss/create-t3-app) which might be interesting to know...
I'm suffering from the same weird behavior after updating an app from Next `v13.4.19` to `14.0.3`. https://github.com/vercel/next.js/assets/30658772/b26dcced-382a-4f53-a512-6b226145d123 The video shows the following: * IDs in DB: `..., 583, 584, 585,...
Does anyone know if there are any plans to also add this fix to this repo anytime soon?
@zahidiqbalnbs FYI, I managed to use a normal `Input` *outside* a `Popover` and "bind" it to the `Command` & its `CommandInput` which lives *inside* the `Popover`. The key is that...
# Update I just discovered VSCodes setting `search.quickOpen.includeHistory` which is also doing what I want on first glance. I think this issue could be ignored/closed. I'll just write a new...