asaff1
asaff1
1) Actually I'm not sure what as_dict() is supposed to do. Does it returns the configuration _values_, or a dict _description_ of the configuration? Can you explain how the `defaults`...
Good idea, I think it should be the design by default. how do I call django's csrf check logic?
I can say I'm facing the same problem with release type "python".  Can someone explain, what types of API calls release please action do?
Hi everyone! Is there any plan for this feature? I'm looking into mlflow, and IMO when this feature is missing it really makes the UI unusable. A standard ML ecosystem...
Hi @GrahamDumpleton Look in the issue I linked, in the comment there I made a minimal application in a repo that reproduces the issue: https://github.com/asaff1/pydantic_mod_wsgi_bug You can see the apache...
@GrahamDumpleton Did you reproduce the issue with my repo? I wonder if it happens on linux as well. I also thought that the rust extension is likely the cause. Can...
@GrahamDumpleton Thanks, honestly I don't have a clue yet. But I have some more details. - I've tested on Windows, Python 3.11 and mod-wsgi==5.0.2 -> **the issue still happens**. -...
Hi @GrahamDumpleton Any chance you have you tested the issue? I've made a really good reporoduction in the repo in the description.
I use `kfp==2.9.0` This is a major issue for me in V2. I have a V1 pipeline that used .after() to collect `ParallelFor` results. Any workaround for this? It is...
+1 for this feature. It is quite annoying when adding complex custom field, when these appear first. Usually you want the id to be first. Is it possible to introduce...