Alex Chalk

Results 35 comments of Alex Chalk
trafficstars

Thanks for the heads up. Addressing #66 sounds good—with smarter pane attaching I don't think I'd have a use case for `VtrDetachRunner`.

It does, thanks! I'll see how busy I am ;)

This works for me: ``` { pkgs ? import { } }: pkgs.poetry2nix.mkPoetryEnv { projectDir = ./.; python = pkgs.python3Full; overrides = pkgs.poetry2nix.overrides.withDefaults (self: super: { matplotlib = super.matplotlib.overridePythonAttrs (...

➕1, it would be neat to have block/allow functionality for the tray.

Thanks, I don't see any obvious differences in output if I inspect those with and without the initial `refresh-all`. Is there a way of getting more info on what's actually...

Calling `clojure.tools.namespace.repl/set-refresh-dirs` in `user.clj` seems to fix this issue for me.

Hi, what's the situation with this? Have html tags been abandoned for now?

Thanks both—I think you're right, tagedit and web-mode already provide great solutions. Maybe it's worth linking to those packages in the readme to help html people find what they're looking...

I experienced this error a few days ago—I converted my filename from kebab-case to snake_case and it went away. Edit: I've also had luck fixing this by following up the...

Hi @julienvincent, I haven't done any meaningful treesitter configuration, but I'd be interested to try if it can get this functionality: - How can I identify the correct queries to...