Radu Suciu

Results 92 comments of Radu Suciu

+1 Seems like this error persists to this day..

I'm using the following media query as a workaround: ```css @media only screen and (max-width: 600px) { .algolia-autocomplete .ds-dropdown-menu { box-shadow: none; } .algolia-autocomplete .ds-dropdown-menu [class^=ds-dataset-] { max-width: 75%; }...

> > > Thanks @radusuciu It worked for the size. But popup is getting off the screen. In iPhone I can only see 30%. I'll need to center it. Do...

> Looking for this too.. any luck? I'm using vue3 so i couldn't get popperInstance to work This is also a hack, but you can call `onResize` on a `Dropdown`...

> Any updates on this issue? We have a monorepo where dash is a dependency and we need to add some seleniumbase tests, but they have a conflict argument (`--headless`)...

Here is a reproduction repo: https://github.com/radusuciu/django-huey-issue14

Would it be possible to specify multiple queues? Or perhaps having a special value of "*" to represent all queues?

Pretty sure this is a codesandbox error.

> This library won't reprocess `data` unless it changes reference as compared via `Object.is` [(docs)](https://github.com/TanStack/table/blob/main/docs/api/core/table.md#data). Despite it claims to be an "Framework Agnostic" lib, this limitation is originated in `react`...