kfreezen
kfreezen
I keep running into this issue in a project I work on. The real problem isn't omission of slashes, it's the fact that hostnames get slashes added to them **even...
I've been tinkering with Python bindings for this library. I'm getting an ImportError due to a missing symbol. This missing symbol also seems to be missing from `libvelocypack.a` Here's the...
My understanding is limited as well, but the bindings file produced in this case is a `.so` file. There is an extremely simple case that did work without bringing me...
Spent some time hacking around on it this morning and discovered that I have to define everything just so-so in Cython, or we are going to have a bad time....
I also ran into this issue where I was expecting to cancel a long-running task by using ```python revoke(task_id, terminate=True, signal='SIGUSR1') ``` I happened to run into this issue because...
@sydney-runkle should I create a PR removing the `xfail` in pydantic as well? How do you handle upstream changes like this?
@dmontagu you know what, I think I got ahead of myself here, I need to finagle a test for this change.
I'm wondering what's up with this issue. I noticed that PR #3902 for it was closed by the PR's author in May 2022. I've been investigating an overhead of 30ms-100ms...
pydantic-core#1286 for those interested On Fri, Jun 14, 2024 at 05:22 kf-novi ***@***.***> wrote: > I have a PR that fixes in pydantic-core. It needs a unit test but I’m...