Félix Paradis

Results 3 comments of Félix Paradis

I'd love to have the feature of adding `hreflang` and `rel="alternate"` See issue #68 It's already a feature of gatsby-plugin-sitemap, so maybe inspiration can be drawn from there.

I came up with another (simpler?) solution ```js { if (e.value === '') onChangeHandler(0) else onChangeHandler(parseFloat(e.value) * 100) }} /> ``` I'm multiplying by 100 inside onValueChange to save cents,...

There is something odd about Slack's Huddle window. see https://www.reddit.com/r/Slack/comments/166jth1/slack_huddles_window_management_on_mac/ I'd like them to fix their desktop app, rather than have every other app in the Mac ecosystem adapt to...