Dylan Madisetti

Results 291 comments of Dylan Madisetti

Just leaving a comment here in case anyone continues work on this branch. In my fork, I built a FUSE system such that compiled files and artifacts look "local" to...

Should this be pushed upstream? Because the service is still dead otherwise

Whitespace changes are just from my formatter, I can revert them if you want.

You can try with `nix run github:anothergroupchat/molten-nvim/nix-run-115#` and run the unit test with `nix flake check github:anothergroupchat/molten-nvim/nix-run-115#` If you want to make a github action for CI, see https://github.com/DeterminateSystems/nix-installer?tab=readme-ov-file#as-a-github-action

Sure, I'll try to set it up with images. You can have nixpkgs provide kitty + have other packages of just molten Hmm, I had the python kernel come up...

I set mine up more for dev purposes, as a quick manual integration test- but I hear that Would you be open to a lightweight pr?

Ok, yeah: https://blog.mozilla.org/addons/2022/03/17/new-api-for-submitting-and-updating-add-ons/

I never got this working with this plugin. I posted the link to explain the deprecation/ change

Oh, quick look in the source and you are using blocks. Why is the pencil a full cursor position then?

I thought about this recently because I have the pattern ```python @app.cell def _my_fn(np, other_libs): def fn(a,b,c): """doc string""" # logic return whatever return fn ``` and then in my...