Callie Cameron

Results 21 comments of Callie Cameron

Trying out a few things, looks like the current behaviour is: - if you specify a file to check e.g. `bandit foo.py`, no default config is used. - if you...

As a quick fix, would it be possible to make the exporter skip over the IO metrics if their paths are missing, to make the other metrics work again? 'state'...

> Is your emacs compiled with Imagemagick support? I think so - at least, `imagemagick-types` exists and returns a big list of file types. Are there any particular variables I...

Finally had a chance to try this, but it doesn't seem to be working. The small icons are still the same size no matter what I set `mode-icons-line-height-adjust` to. In...

This is also happening for me on 11.6.0.1018 and 11.6.0.1019 on mc 1.19.2. However, 11.6.0.1018 worked in an older version of my modpack, so it might be an incompatibility with...

The incompatibility in my case was with [Effortless](https://modrinth.com/mod/effortless). I removed that and the JEI search bar works again.

Thank, I'll keep an eye on that. Working link: https://github.com/aspect-build/rules_lint/issues/79. In the meantime I found a workaround - running mypy from a stub python script, rather than using the entry_point....

I'm writing a ruleset for markdown. Internally, parts of the ruleset are implemented in python. But that's an implementation detail - the public API of the module is a bzl...

The py_binary is versioned, or at least it's supposed to be: - usage [here](https://github.com/calliecameron/markdown-makefile/blob/46d0dcafe95d8a30c373c93fe7cc3b94260d6506/markdown/core/BUILD#L59) using the wrapper loaded [here](https://github.com/calliecameron/markdown-makefile/blob/46d0dcafe95d8a30c373c93fe7cc3b94260d6506/markdown/core/BUILD#L2) - wrapper definition calls the real py_binary [here](https://github.com/calliecameron/markdown-makefile/blob/46d0dcafe95d8a30c373c93fe7cc3b94260d6506/markdown/support/python/defs.bzl#L25), which is the...

I tried that (and also added `executable = True`) but still get the same error.