Simon Blanchard

Results 3 issues of Simon Blanchard

I suggest the new clojure.org be made in more than one language. If there's interest, I can contribute a mulit-lingual CMS http://yajogo.com/en/ Thanks Simon

idea
backlog

Ruff version 0.4.4 Flags `import some.module` in the below as unused F401 but it is used https://play.ruff.rs/f84ea9b2-0401-491f-a6a9-20f4e370d47f ```python import logging import some.module # ruff thinks this is not used def...

bug

Loading Doc2Vec models made with version 3.8.3 into version 4.4 does not work. The error (so far) is: `load exception: 'Doc2Vec' object has no attribute 'dv'` Is this something that...