Tim Field

Results 12 issues of Tim Field

### Summary Unable to follow getting started guide in CRA or Vite ### Steps to reproduce Create a fresh CRA app or Vite project `yarn create vite client --template react-ts`...

type: bug :beetle:

Minimising the terminal using the icon in the footer will often cause this error. That terminal will then no longer open **Atom Version**: 1.13.1 **Electron Version**: 1.3.13 **System**: Ubuntu 16.10...

Hello, Would it be possible to use this library to composer two external graphql servers? Say I've got some CMS data in one graphql endpoint http://wordpress/graphql and resources in another...

### Summary Unable to import postgraphile (v5) or grafast in an next js project. Attempting to setup a route that includes postgraphile v5 but next refuses to bundle ``` ⚠...

🐛 bug

### Describe the Bug React becomes unresponsive with a render loop on the react-flow component. I'll do some more digging to work out the cause but wanted to raise this...

Interested in what it would take to make ViewStore ( in the MST branch ) https://github.com/mweststrate/react-mobx-shop/blob/mobx-state-tree/src/stores/ViewStore.js#L5 Be able to handle arbitrary URL's and parameters? ( So without the explicit `selectedBookId`...

Hi, thanks for your work on this, do you have plans to update to the react-scripts version ( currently 1.0.14 )

This type is helpful to expose to calling code. While updating our project to ESM I noticed its not exported.

Currently a call to arena dispose doesn't remove variables from the context. ```JS const arena1 = new Arena(vm, { isMarshalable: 'json' }) arena1.expose({foo: 'bar'}) arena1.evalCode(`return foo`) // returns bar as...

currently a script like ` 'return globalThis'` will attempt to return the globalThis object, which is huge and slow. How can we prevent this being attempted ?