Nicolas Hoizey
Nicolas Hoizey
It would be easier to add remote images to toots if the `file` option in `mediaAttachments.create()` directly supported an URL: ```javascript masto.mediaAttachments.create({ file: 'https://www.example.com/image.jpg', description: 'A remote image', }); ```
**Describe the bug** I've published some content, they are visible on the live site, but the collection UI tells me there is no content yet. **To Reproduce** See configuration. **Expected...
**Is your feature request related to a problem? Please describe.** Current slug feature removes single quotes (used as apostrophes) without replacing them with the `sanitize_replacement` character. For example I have...
I have a navigation that has a padding. The `max-height` defined by Responsive Nav with `savedHeight` seem to ignore this padding, resulting in an element that is taller than needed...
I have a `1px` border at the bottom of the navigation that is hidden because of the `max-height` computed by Responsive Nav. If I uncheck the `max-height` rule in Firefox...
I get 5 times "It works!" in Opera 12.02 instead of only one: http://codepen.io/nhoizey/pen/ydsqm After removing SVGEventListener, it seems to work: http://codepen.io/nhoizey/pen/xtDae
This CodePen contains release 0.2.0 and works as expected in Chrome: http://codepen.io/nhoizey/pen/Fngxf Replace 0.2.0 with 0.2.1 or 0.2.2 and it now doesn't work anymore.
I understand that I can set [template-keys](https://github.com/bachya/pinpress#template-keys) to ignore some tags with the `ignored_tags` key, but the comment from the example in the doc states this is for the `pinpress...
Is there a way to get only public pins, without pins that are either private or to-read? This would be great!
https://blog.mozilla.org/addons/2016/05/31/using-google-analytics-in-extensions/