Results 101 comments of geekscrapy

Hmm, just looking at this a little more: So when adding colorizers at the class-level, and the object is initiated they are exposed via `sheet.colorizers` (as expected) and also, `sheet.allColorizers`....

It would be great if you could also explicitly set this on a sheet itself. I have some sheets which are part of an indexSheet that are processor intensive and...

> That should work, @geekscrapy ! Maybe try with `load_lazy` (I made the same mistake myself :) Hmm doesn't seem to work for my sheets in the index sheet, and...

PR: #1193 > > That should work, @geekscrapy ! Maybe try with `load_lazy` (I made the same mistake myself :) > > Hmm doesn't seem to work for my sheets...

Yea this makes sense. Question: how do other applications do this? Generally while loading you can't edit, and while saving it's generally accepted that the interface freezes while saving. I...

I did just remember that there isn't a routing component of shoutrrr, so the sending service would have to already know about the URL format I suppose... 😞

Full disclosure, I've only dabbled with and briefly read the docs but I was under the impression that it ran in a server mode receiving data and routing it to...

Echo'ing @danielecook 's last comment: It'd be amazing if this was incorporated as a subcommand 👍 Currently using csvstack - it works, but I think xsv would be faster!

sed like features would be amazing too. The ability to take a list of replacements from a file would be amazing!