Blake Wilson

Results 33 issues of Blake Wilson

When querying for page/post preview data with `asPreview` set to `true` and the `idType` is of type `URI`, preview data is not returned as expected. Take the following query: ```...

Bug
impact: med
:rocket: Actionable
Component: Query
focus: node resolver

Next.js middleware runs on a [strict runtime](https://nextjs.org/docs/api-reference/edge-runtime), which does not allow `eval` or `new Function(evalString)`: >The following JavaScript language features are disabled, and will not work: > [eval](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/eval): Evaluates JavaScript...

Hi there! I was curious if it would be possible for the framework to support MacOS through Carthage? Currently it only builds to IOS.

Hi there! This is an awesome project, thank you for your hard work. I've used Fuse in the past in the JavaScript world and have found a need for it...

Hi team, I've built a feature that would generate the build with relative links to the web server root. This is helpful if you want to have multiple instances of...

Hi team! Great job on this project, it's awesome. I'm trying to build to a sub directory, so for example: ``` https://example.com/docs-site-1 ``` I'm currently using the `baseURL` key in...

Hi team, I'm getting the following error: ``` Error: Cannot find module 'babel-core' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15) at Function.Module._load (internal/modules/cjs/loader.js:507:25) at Module.require (internal/modules/cjs/loader.js:637:17) at require (internal/modules/cjs/helpers.js:22:18) at requireReact (/Users/blakewilson/projects/projectName/node_modules/consolidate/lib/consolidate.js:1338:51) at Object.newLoader...

**Is your enhancement related to a problem? Please describe.** Deploying WordPress plugins to WordPress.org via a monorepo. **Describe the solution you'd like** Instead of deploying the entire branch, it would...

type:enhancement
needs:discussion

Documentation on the usage of the `$on` property would be helpful, as of right now the only syntax you can find on it is from past issues. I can write...

Hey team. I'm experiencing an odd issue where I can not access an interface (`NodeWithTitle`) from the `$on` property in GQty. This interface exists, and I can query it via...