holmberd

Results 3 issues of holmberd

Testing on a simple query with frontmatter fields `title` and `slug`. Trying to build produced the following error: ```js error Plugin gatsby-plugin-feed-generator returned an error RangeError: Invalid time value -...

This is very much an edge-case. Rather than explaining I'll illustrate with two examples below. **Daily Frequence**: ```go loc, _ := time.LoadLocation("America/Vancouver") r := RRule{ Frequency: Daily, ByHours: []int{2}, Count:...

Currently when using email auth provider the first & lastname input field, i.e. `displayName` doesn't enforce a `maxlength` attribute. Would it make sense to be able to enforce this from...

type: feature request
feature:auth