Blake Wilson
Blake Wilson
I see on [line 423 of Fuse.swift](https://github.com/krisk/fuse-swift/blob/master/Fuse/Classes/Fuse.swift#L423) that the value is cast to a String, which is causing this. Would you be open to a PR to change this behavior...
Awesome! If there is anything you would like done another way I could of course modify the code. Additionally, I can write some docs on the new feature in a...
I'd be willing to take a look at this and submit a PR. Would this functionality be preferred optionally per page in the front matter or as a global config...
Sounds great! I'll take a look.
Alright, after some serious debugging I found that the issue `Error: Cannot find module 'babel-core'` is somehow related to requiring the package [email-templates](https://www.npmjs.com/package/email-templates) in Node i.e. ``` const Email =...
@zpao Unfortunately, my solution was to uninstall the package 😬I felt the same way once I realized `babel-core` was coming from another dependency.
Something like what is mentioned in #16 could resolve this perfectly. I think this is an important consideration with the increasing popularity of monorepos.
Hey yall, `@faustjs/next` version `0.15.9` has been released which fixes this.
Hi @bebjakub, Could you please post an example of the query/code you are using to get preview data in ACF? Also, this ACF WPGraphQL PR may have some helpful context:...
Hey @priard, Thanks for reporting the issue! Yes, with Next.js middleware now out of beta, they made some unexpected (imo) changes that effect how middleware work. The first issue with...