Thomas Vandal
Thomas Vandal
I tested Python 3.10 and Python 3.13 in fresh conda environments and both worked. Two things to check just in case: - Can the problem be reproduced in a clean...
Hello, Thanks for `otter.nvim`, it's great :) I just wanted to chime in to say: - I am also seeing similar errors with `debug=true` when running with `pyright` and `ruff`...
Some extra info I gathered: 1. Entering the `otter.py` buffer and running `LspRestart` from there also works (similar to `:e`). Editing the file (e.g. just typing `o`) also triggers diagnostics....
@kamransoomro84 I think this issue is different from the failing health checks. It occurs when the notebook has no `kernelspec` attribute in the metadata. I don't think there is an...
Hi! I just started looking into this. It seems that `workflow.modifier.wildcard_constraints` can be used to access the global wildcard constraints and `snakemake.io.update_wildcard_constraints` can be used to apply the constraint to...
I had some time to look into this recently. Some notes: - PR #12039 implements writing MRT metadata, but not reading. I feel like reading is simpler to implement so...
I think this is a duplicate of #33, #25, #29 and #35
I just wanted to mention I also get this behavior. More specifically: - Completion **does not** trigger when I do something like: `[a link]((` - However, it **does** trigger when...
I just wanted to also add that when following the [Documentation Setup](https://snakemake.readthedocs.io/en/stable/project_info/contributing.html#documentation-setup) documentation, `snakemake` itself was not installed, which caused an error when running `make html`. The problem was fixed...