Robert Fletcher

Results 196 comments of Robert Fletcher

@reichertm have you run into many feeds in the wild that have malformed XML? If so, how does it impact your workflow?

These feeds both seem to be properly parsing the `enclosure_url` now. If you run into any other issues, feel free to open a new issue.

@bitboxer please do! I haven't had a chance to look into it, but would love to have it implemented.

@MaxLap the problem is that we have nested `case` statements. E.g.: ```haml - case sorting.direction - when 'asc' = icon('caret-up', aria: { label: 'ascending order' }, role: 'img') - when...

I've been seeing this problem, too. It appears that if parsley is being required via `require`, it [expects to also be able to `require('jquery')`](https://github.com/guillaumepotier/Parsley.js/blob/master/dist/parsley.js#L18) as well, which isn't necessarily the...

This is also a problem in the minified version.

@katgironpe It doesn't seem like the role of the library to make that decision for users. If I pass an empty data set to the Google Charts API, it returns...

I think the ideal situation for me would be for it just to return an empty graph. It's fairly common in the dev environment and in tests to have empty...

@pukkandan maybe I'm doing it wrong, but setting the extension doesn't work for me: ```sh $ yt-dlp -o myvid.mov https://vimeo.com/some-vid [Merger] Merging formats into "myvid.mov.mp4" ERROR: Postprocessing: Stream #1:0 ->...

@dlemstra is this something you can help with?