Stefano Arlandini
Stefano Arlandini
I have a question regarding both version `1.x` and `2.x`. In getsentry/sentry-php#1189 there is an open question about what is the general expected behaviour of the `HandlerInterface::handle()` method in regards...
Hello, first of all thank you for the fantastic widget you created. It would be useful to have the ability to override totally the HTML markup generated by the widget....
**Do you want to request a *feature* or report a *bug*?** Bug, but maintainers could say the current behavior is wanted **What is the current behavior?** When using the `addUrlProps`...
Fixes #1363. This is just a backport of what the Ruby SDK does, nothing more nothing less.
### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/k8s/blob/master/CODE_OF_CONDUCT.md). -...
The validator should be using the official [Google Recaptcha](https://github.com/google/recaptcha) library instead of its own methods to verify and validate the response of the captcha.
Fixes #176 by adding the `ToFloat64Slice()` and `ToFloat64SliceE()` helper functions.
I have the need of casting an `interface{}` to a `slice` of `float64` numbers, but the corresponding helper is missing. Since there are already functions like `ToIntSlice()`, is it ok...
Since `kind` is now installable via both [`Scoop`](https://scoop.sh/) and [`Winget`](https://learn.microsoft.com/it-it/windows/package-manager/winget/), the [`Quick Start`](https://kind.sigs.k8s.io/docs/user/quick-start/) guide should mention the installation instructions for those package managers.
Fixes #1471 by adding the installation instructions for Winget. Because I don't understand most of the languages that the documentation is provided for, it would be nice if someone could...