Simon Muller
Simon Muller
When running `sandman2ctl`, I got the following errors: sqlalchemy.exc.ArgumentError: WARNING: when configuring property 'coding_system' on Mapper|category|category, column 'coding_system' conflicts with property ''. Which I could fix, but then I also...
When trying to rename a subdirectory to root (`--path-rename subdirectory/:`) while also trying to keep some files in root (`--path some-file`), it looks like there are _some cases_ where the...
Maybe I'm misunderstanding how `dashed` and `dashPattern` work due to their interaction with `line_pattern`, but from looking at the code it looks like when reading `dashPattern` directly it can incorrectly...
I get the following compiler error when trying to use `fdg::init_force_graph_uniform` with a graph defined as `StableGraph`: ```bash 18 | let mut force_graph: fdg::ForceGraph = fdg::init_force_graph_uniform(graph, 10.0); | ----------------------------- ^^^^^...