Ludovic Cleroux
Ludovic Cleroux
Hi, I think it's not possible to use HTML inside Markdown files with your directive. ``` // mardown.md Hey! ``` will strip the ``
Hi, I receive this exception (sometimes) when sending geocoding requests System.AggregateException occurred HResult=0x80131500 Message=One or more errors occurred. Source=mscorlib StackTrace: at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Task.Wait()...
#### What type of PR is this? /kind bug #### What this PR does / why we need it: The `Error` struct in the `validation/field` package has a `ErrorBody()` method....
on AKS 1.20.2, I'm using oauth2-proxy as a `ext-authz` extension for istio. I want to protect `Kiali`. Kiali has multiple authorization strategies, one of them being the `header` strategy, which...
As stated in the documentation https://grafana.com/docs/loki/latest/fundamentals/architecture/rings/?src=blog&camp=timeshift_53 the compactor should be in the ring
**Is your feature request related to a problem? Please describe.** It's a feature request, to prevent potential race condition problems. The current implementation seems to be watching secrets in certain...
### Describe the bug On a brand new fresh install, opening the `events` tab on Firefox generates an error `missing = in const declaration`. Issue does not appear on Chrome....
Hey, thanks for the library! I wondered if you could help me out with this: https://stackoverflow.com/questions/77579847/aws-cognito-confirmdevice-golang-invalid-device-key-given. I could make the PR to this repo to add the `ConfirmDevice` stuff once...
Alive?
Hi, is this project still alive? Decorators are not part of ES6, so has this project been dropped?
Hi, I am using node unit and I defined custom error types in this fashion : ``` var errors = {} errors.UnknownAttributeError = function(message) { this.name = "UnknownAttributeError"; this.message =...