Andrei Neculaesei
Andrei Neculaesei
Super weird, works fine for me on Neovim nightly and tmux 3.4, can you share your tmux config?
I don't like that we have to use the magick rock, and I've been thinking of alternatives. It's definitely a big part of what made this project possible initially, but...
Do you have a winbar?
> Can we take a step back and detail why we need ImageMagick in the first place? > > Because this plugin doesn't seem to need it: https://github.com/adelarsq/image_preview.nvim That one...
> > > Can we take a step back and detail why we need ImageMagick in the first place? > > > Because this plugin doesn't seem to need it:...
> Then I don't understand how that plugin works. > > In effect, it looks like the screenshot in the showcase is opening a new shell? > > In any...
> If you're going to write your own image manipulation utility, please consider using a language like C which already compiles on most computers. I'm thinking of Go / Zig...
What I'll do is make a "processor" abstraction, where the magick bindings will be just an implementation and: - add another one that calls magick through the regular CLI, I...
Just hit this as well when trying to use turbowatch as a library in an ESM project. ``` nsa/silly-goose/node_modules/.pnpm/[email protected]/node_modules/turbowatch/dist/createSpawn.js:15 const zx_1 = require("zx"); ^ Error [ERR_REQUIRE_ESM]: require() of ES Module...
Hitting this as well on NixOS, seems like it's open for write at the time of execution. For me it fails on `pnpm install`, with pnpm v8 and v9, and...