Mukunda Johnson
Mukunda Johnson
I also see a note in the post kernel update script from the virtualbox scripts, so the fault doesn't entirely seem to be on bento: ``` cat /etc/kernel/postinst.d/vboxadd #!/bin/sh #...
"source.organizeImports" has some weird behavior if there are no imports (formatting the whole file). Would this be the root cause or similar? [Here's a short video.](https://drive.google.com/file/d/1S0z4bJ7Az4ZIGt6pGQTKw1wqRNWGJerD/view?usp=sharing)
I don't see how anyone can live without this feature. As we know, things in SaaS go wrong, and they need to be fixed as fast as possible. It makes...
I was pretty excited by the side panel offering, but this caught me off-guard too. The feature is not useful to me unless I can automatically show the panel without...
Hi Patrick, my use case is users commenting on sites' contents. If there are no comments, it doesn't show, which is most of the time. If there are comments, then...
Thank you @AmySteam I reviewed the process again and unfortunately it's not quite as intuitive. What happens when you navigate away is that the side panel closes. When they come...
Thanks Amy. Looking forward to the fun features ahead.
I'm seeing inconsistent rotation behavior that may be related to a race condition. Try spamming the log output and it doesn't rotate for me. Running on Windows. for { for...
It took me an hour to realize that I *need* to have a default config block, even if I'm not using it. I'd say it should have a default if...
@dominic-schmid currently it would be like this: 1. import throttler with a default configuration provided 2. mark your route with the `@Throttle` line and a `@UseGuards(ThrottlerGuard)` For all routes to...