Filip Hracek

Results 129 comments of Filip Hracek

Hi Leo, I am really sorry about dropping the ball on this. I haven't found the time to look at this yet, and since I don't use my Windows box...

Perfect, welcome to the repo! :)

Thanks for the report and sorry for the inconvenience. Can you please paste in the whole output of the error message? Even better, run the command with an additional argument,...

To give more context on this design decision: the output is currently geared towards writers. Writers want to see where the broken links are, and want to see all of...

Sorry for not seeing this earlier. Could you please try with the latest version? `pub global activate linkcheck` should give you 2.0.8. That will probably not help but it's a...

Hmm. Does your `linkcheck www.nobleprog.co.uk` (without the `> list.log` pipe) ever finish? I just tried this for a while and: * `linkcheck www.nobleprog.co.uk` runs fine, although I didn't wait long...

Could you do `tail -n5000 list.log > tail.log` and send that? I fear that the process is running out of memory or being killed for some other resource reason. The...

I really like the proposal! One nit I have is this: ```dart // Before: var something = function(argument); // After: var something = function( argument, ); ``` I like _Before_...

I went down a rabbit's hole of research on how to best present variance in benchmarks (there's a _lot_ of prior art). I have a lot of notes. The gist...

Hi, friendly nudge. This prevents `package:html` to be used with HTML that includes unicode chars in attributes. Which is an increasing portion of them (according to bugs reported to `linkcheck`).