Stan Duprey
Stan Duprey
Is there anyway to make this work inside a .vue file?
### What's not working? When I need to import any of prisma's generated types, I need to manually add the import to the ts file. ### How do we reproduce...
It would be great to be able to organize components in folders, our app start to have a lot of components, and we would love to have a folder structure....
``` comments = this.resource('comments', function() { this.collection.get('search'); this.member.get('reply'); }); ``` the 'search' action was registered after the default mapping, so comments/search was redirected to the comment's show action with search...
### What's not working? Given a newly created app `yarn create redwood-app test` with typescript (problem might also be with js) when I open `App.tsx` in VS Code after installing...
I created this PR because I needed all emails for each contact. I took the opportunity to check if the email selected for each contact was their primary email, instead...
Merge this to not have the default phonegap icon on the iphone 6+
I figured a way to type `$refs` on third party components In my case, I want to know the height of a `v-list-item-group` (vuetify): ``` ... ``` ``` $refs!: {...
Hi, I could not deploy my app because of the 100MB limit fixed on Azure functions. @prisma/client is over 130MB. I wonder how you got over that hump? Here is...