Samuel Colvin

Results 1078 comments of Samuel Colvin

I had to change the first line to `const {loadPyodide} = require('pyodide');` to use the version of pyiodide from `node_modules` With that, output is: ``` Loading distutils Loaded distutils Python...

Interesting, with that I get ``` Loading distutils Loaded distutils Python initialization complete Max JS depth: 10544 Max Python depth: 800 Python usage [ 12, 13, 13, 12, 13, 12,...

yes, happens when pytest is collecting tests, perhaps when it's importing pydantic-core.

I've been playing around, I can get all tests to pass in docker running ubuntu if I use `sys.setrecursionlimit(200)`. When trying to run tests outside docker I now get `ValueError:...

Ok, I had managed to build two wheels, one with `3_1_9` and one `3_1_14`, just coincidence that the docker terminal was using the right one. With that they both seem...

Thanks for the response. I don't really know where to start, but I'll do some digging if I get the time.

Ok, I've spent some time investigating, but being new to rust I'm aware I'm in over my head. The problem is at https://github.com/dtolnay/serde-yaml/blob/f9509c81c5596f0f2592b8e0c4cdc09c33df3c23/src/de.rs#L898-L909 The `marker` used in `private::fix_marker(err, marker, self.path)`...

did this ever get fixed?