Dave Sag
Dave Sag
> This is an interesting error that I haven't seen before. I'm not sure newlines are the problem since I test it here: https://github.com/milesj/interweave/blob/master/packages/core/tests/HTML.test.tsx#L759 > > Is there perhaps special...
> @davesag I've tested without thead/tbody also and it passed. That warning also comes from React itself, not Interweave, so I'd need to dig further into why this happens. Okay...
Any word on when it will be safe to upgrade `history` to version 5+? This issue has lingered now for over two years without a resolution, which is a long...
Same in the Atom editor. They all work fine with Monoid-Regular but not with Monoid-Retina
I'm trying to serialise objects created using https://github.com/overlookmotel/sequelize-hierarchy It works if I manually specify in the serialiser how deep to nest the hierarchy but I was hoping that just being...
maybe something like ``` const hierarchicalScheme = { include: ['@all', 'children'], exclude: ['@pk', '@fk', '@auto', 'hierarchyLevel'], assoc: { children: { include: ['@parent'] } } } ```
You might want to close this PR given you've incorporated its main features already.
Yes please. Also crypto.org CRO and Bostrom BOOT too
And Rowan too
Is this why excerpts doesn't get indexed? I have the following in my config ```js resolvers: { MarkdownRemark: { id: ({ id }) => id, path: ({ fields: { path...