Rust thread size is 2 MiB doc.rust-lang.org/std/thread/#...
Python’s is 8 MiB (i.e. the OS default)
Rust thread size is 2 MiB doc.rust-lang.org/std/thread/#...
Python’s is 8 MiB (i.e. the OS default)
Makes things possible you can’t do in other dialects collected in the connectorx lib, seemed “ahead” when I reviewed it
I used it this year in a Polars bridge library called polite github.com/lmmx/polite/...
Makes things possible you can’t do in other dialects collected in the connectorx lib, seemed “ahead” when I reviewed it
I used it this year in a Polars bridge library called polite github.com/lmmx/polite/...
`syncdoc --migrate; syncdoc --restore` now ‘round trips’ code through omnidoc macro rewrites & back perfectly
No net effect except docstring ‘fixes’ (moving above attrib macros, trimming) like a linter in effect. Long tail no doubt but I see it work on my codebases
`syncdoc --migrate; syncdoc --restore` now ‘round trips’ code through omnidoc macro rewrites & back perfectly
No net effect except docstring ‘fixes’ (moving above attrib macros, trimming) like a linter in effect. Long tail no doubt but I see it work on my codebases
(syncdoc puts docstrings before other inner attributes)
(syncdoc puts docstrings before other inner attributes)
(。・ω・。)つ━☆・*。
⊂/ / ・゜
しーJ
(。・ω・。)つ━☆・*。
⊂/ / ・゜
しーJ
New {library,CLI} for brace {compaction,expansion,reprocessing} with customisable {separator,sorting,deduplication} and ability to set max {depth,brace size}
📂 github.com/lmmx/braces
📦 docs.rs/braces
New {library,CLI} for brace {compaction,expansion,reprocessing} with customisable {separator,sorting,deduplication} and ability to set max {depth,brace size}
📂 github.com/lmmx/braces
📦 docs.rs/braces
Lines 56-75 become lines 32-38 after migrating with `syncdoc -m`
Docs path is now added to Cargo.toml automatically so isn’t needed in the omnidoc macro calls themselves
Lines 56-75 become lines 32-38 after migrating with `syncdoc -m`
Docs path is now added to Cargo.toml automatically so isn’t needed in the omnidoc macro calls themselves
(the section_move test one is spurious: still some stray formatting diffs being applied)
(the section_move test one is spurious: still some stray formatting diffs being applied)