Matej Spiller Muys

Results 109 comments of Matej Spiller Muys

If you are toking about jwt-bearer as client assertion type you can use the following code using extended oauth2 validator. Standard: https://www.rfc-editor.org/rfc/rfc7523#section-2.2 I haven't prepared a PR but you can...

Well my initial bug was to support adding ANY custon grant types but there are some limitations in current implementation. It does not really matter what is still supported but...

How is this related to enterprise version of downsampling scheme? Is it better, same, free?

Any progress on getting PR merged? I stumbled upon PR for Fixes marshmallow4 warnings. We have zero warnings policy for our packages.

I think that for our case it might solve the problem. Basically what we did was tracing GC with opentelemetry so we could see the impact of GC (new trace)...

Images are in ~/.lima/colima folder ... rename this folder, recreate colima, stop it and copy over images. Maybe it will work.

Hi @veblush, is there any update regarding this issue? The better model that you mentioned in november?

We are no longer getting an warning but syntax error: ``` File "/opt/virtualenvs/py311/lib64/python3.11/site-packages/telegraf/__init__.py", line 4, in from .client import TelegrafClient, HttpClient File "/opt/virtualenvs/py311/lib64/python3.11/site-packages/telegraf/client.py", line 2, in from telegraf.protocol import Line...

Yes this is possible but is not the "alternative" according to docs. Better way would be do to validate() instead of load(). It says validate before dumping to get the...

Yeah no need to change it in 3.x since. And based on my testing it worked the same in 2.x (ignoring load_default). For 4.x this could be maybe interesting. But...