Julian Berman

Results 366 comments of Julian Berman

There's https://github.com/json-schema-org/json-schema-org.github.io/pull/469 with some cleanup so we can discuss on an open PR.

Still some kinks to work out (please lemme know if you find any!) but just pushed out a first draft 7 alpha release (v3.0.0a3).

Just to be sure to point it out, there's a path component missing, it's not just the case, which is what made me think it was irrelevant -- in the...

@yermulnik that's generally an unhelpful thing to say on an open source project (and I say that even being the one to have filed the ticket here). It's open source....

(Running into this issue myself from running `beet import`. Will see if I can see where the resource is being leaked.)

Simplified the reproducer to just: ``` import audioread import sys with audioread.audio_open(sys.argv[1]) as input_file: for frame in input_file: pass ``` Adding `import tracemalloc; tracemalloc.start()` for the tracemalloc module shows it's:...

@rjmill sorry for the long delay here -- any chance you're willing to resolve the conflicts for this PR so I can have a look for review?

(I believe we already do in all other places -- if that means we need multiple versions of the remote so be it...)

CC @handrews @karenetheridge let's discuss here so we're not using a closed PR perhaps?