Russell Vinegar
Russell Vinegar
This issue duplicates #2831. I will try the solution shared by @NeDurov, thanks!
I am experiencing the same thing as @AdiRishi - it's not that the keyboard itself hides the input (or textarea) but that a blank space appears above the keyboard.
Correct - this comes back to vaul. This issue duplicates https://github.com/shadcn-ui/ui/issues/2849 where this tie to vaul (and an [issue in vaul](https://github.com/emilkowalski/vaul/issues/294)) were already linked. I suggest closing this issue to...
@hqasmei you have shown a different issue (which I also noticed and had to address in my app) impacting vaul on Safari on iOS. I forget the references I used...
@flackeryyy that doesn't seem to do it for me - `PreventScroll` is disabled if `modal={false}` (see https://github.com/emilkowalski/vaul/blob/40d3a69825df25e04ffe1e52c99c3461d785f31a/src/index.tsx#L133 Mind you, I'd say the main readme is confused about this prop -...
These tests continue to fail occasionally (e.g. #1174 / https://github.com/bcgov/api-services-portal/actions/runs/10802153362), with a `429 Too Many Requests` being returned when a `200` is expected. There are a 6 tests with the...
Aidan suggests changing the test (or the rate limit update methods) to look for a successful toast to be displayed. This could be a reusable command which gets a toast...
Priority: Existing commitments and bugs However, I believe rate limiting works just fine and this is simply a matter of improving the reliability of our tests. So not the highest...
Discussed with @ikethecoder - this issue is only really relevant for Kong ACL Only flow (which made use of Grant Access and the Link Consumer to Namespace option). So added...
Addressed with the display name attribute added in Namespace to Gateway changes.