Petr Vítek
Petr Vítek
I've updated to 1.0.2 version from 0.9 and experienced following problem: old ``` if (!options.methods) options.methods = {} if (!options.methods[name]) { options.methods[name] = makeMethod(vueApp, name, options, pluginOptions) } ``` vs...
I'm experiencing double calling of HTTPErrorHandler by lecho middleware logger. First it's called if there was error during request processing, immediately when request is returned from middleware chain: https://github.com/ziflex/lecho/blob/6b6fa8f28aa60399a4fa98bf9c1ebdd2077ade46/middleware.go#L84-L86 Next...
First try at implementing #4419
### Problem Statement I want to be able to control whether otelecho middleware calls the global error handler or not. Using multiple middlewares that cannot be configured this way the...
Initial try to bring script to PS 2.0 compatible version - as our ADFS 2.0 are also PS2.0 :cry: Analytics part still does not work - `ConvertFrom-Json` not in ps2...
related #16 Well I've ended up on this "solution". Basically we need to evaluate available logs on the remote machines themselves, then replace `"AD FS"` with `"AD FS 2.0"` in...
As we still have some older servers with adfs 2.0, the log for those is not `"AD FS/Admin"` and `"AD FS Tracing/Debug"` but `"AD FS 2.0/Admin"` and `"AD FS 2.0...