Arnaud Dagnelies
Arnaud Dagnelies
From my experience, `ab` is very high performance / lightweight, much more so than most other tools I tried. You can also choose how many requests run parallely/concurrently. ....I wonder...
Hi, this is solely a tiny comfort feature request. It would be nice to apply the api key / basic auth credentials upon "onchange". So that pressing "Enter" or leaving...
Hi, I noticed that during `credentials.create(...)`, if the list does not contain what the authenticator can provide, the authenticator will not be included in the list of authenticators to choose...
There are many reasons not to do so. To avoid that the parameters appear in logs for example. A basic security consideration. But also to send more data than the...
...nuff said.
It would be nice if primitive values were serialized as attributes by default ...or if there was a flag to do that. Currently, the generated XML is either very verbose...
Thanks for this great tool, it is really nice and useful. It would be nice to have a few more screens available, or even to draw/upload your own images. Also,...
These two lines break my app. ```ts import {useToast} from 'bootstrap-vue-3' const toast = useToast() ``` *Just by including it, the whole view is not even rendered anymore!* ...and I...
In the documentation https://honojs.dev/docs/api/context/#csetcget it is only written: > Set the value specified by the key with set and use it later with get. With a brief example. However, it...
As the image shows bellow, the scrollbar (using default styles) is barely visible. This is suboptimal for usage. I humbly suggest making it more visible in the default theme. 