guest20

Results 36 comments of guest20

It might just be my untrained eyes, but that gist doesn't look like it actually says where the data comes from? "original 41G stash" maybe the magnet url would be...

@bkerin. Your example has a blank line between `% }` and `else {` and that blank line turns into an output "a new line" in the transpiled(?) template. If you...

@gorhill - I feel stupid for not seeing that option as a potential solution, thanks for pointing that out. After playing with the slider it turns out that making the...

It might make more sense to just import the `.yaml`s directly from https://github.com/briandfoy/cpan-security-advisory, rather than calling out of `CPAN::Audit->db` for each dist that's indexed

I too would like contrapoints/hbomberguy videos to stay at the top of my unread list until I watch them. **Edit:** Maybe something as naive as: ``` order by unix_timestamp_of_post *...

**Edit**: it's back lol

> The parser has to kind of guess what you actually meant, then go back and try to work out where the problem started. _Whether I shall turn out to...

Hmm. A lot of perls errors are +/- a line. Usually -. Maybe the parser could explain what it thought it was parsing at the time would help ... `......

@iabyn it is parsing all those things, that's true. maybe including that whole stack in the error could be too verbose... or too costly to implement