Results 51 comments of Elio Grieco

I don't know about enabled by default, but maybe provide some guidance to the user that `--cookie` is an option if they encounter authorization errors. Probably a good idea to...

Yes. I think trying to handle auth and such within lychee, especially with modern all JS sites will be far more trouble than it's worth. Having the ability to extract...

No, I don't think lychee should talk to the browser. Though I do think that it should be able to accept cookies that the user has exported from the browser...

Fair points, but it doesn't sound like you are opposed to the feature. Is there any objection if I work on this?

## Need The reason I think this is necessary is that both GitHub and Gitlab provide SSH urls to repos in this format by default e.g. > [email protected]:robinst/linkify.git Ironically, the...

Have you tried the `--checksum, -c` option for `rsync`? > skip based on checksum, not mod-time & size

I misunderstood your issue due to the title. One of the downsides of Soupault letting you use any program as a processor is that it can't control the side effects...

Is there actually an extra space `U+0020`character, or is the browser rendering the line feed `U+000A`? There is no trailing space character in the above example. This may actually be...

Yeah, I hadn't gotten around to looking at if an "asset pipeline" could be implemented directly within Soupault. This would be useful to generate several sizes of images and potentially...

@dmbaturin Soupault just keeps getting better and better. :) I haven't been playing with Soupault for even a full day yet. I'm setting up several sites in it now. Let...