Michael Salim
Michael Salim
Getting this when running `prisma generate`. ``` Error parsing attribute "@@index": The Gin index field type `VarChar` has no default operator class. ```
Not sure what difference that makes. I made a demo to show the behavior here: [React](http://codepen.io/anon/pen/QpjpGN) [Preact + preact-compat](http://codepen.io/anon/pen/YZXdRK)
Just to add, I found a problem caused by this today. Was using [react-bootstrap's modal](https://github.com/react-bootstrap/react-overlays/blob/master/src/Modal.js) and apparently it renders a [component](https://github.com/react-bootstrap/react-overlays/blob/master/src/Portal.js) that creates an element on its componentDidUpdate. But since...
> This only happens when you type the FIRST LETTER ONLY. When you type the second letter the error goes away, also if you have 2 letters and remove one...
Awesome. It works fine for new installs but if you're upgrading (like me), `yarn.lock` likes to keep the older version so you have to update it manually.
Personally, I think having one file as one execution unit is a good compromise. Annotating priority instead of dependencies would also simplify lots of potential issues. It's sort of a...
Would really love for this to happen. I've hit this wall a few times now where there are specific plugins that I needed which aren't included in pkgroll. Eg: #68...