гλ
гλ
So just reading this I would say the issue is that because prisma generates new types etc. and they aren't loaded into next. Perhaps we can flag certain file changes...
If we can get away with only modifying watched files in webpack then that would be simpler as to be reactive we would want to setup something that looks like...
The problem I see with file based metadata is that it cannot reference related models. Is decorators on queries and mutations undesirable/out of the question?
One thing that concerns me with this is that is suggests that people should break their apps into many small contexts which might be an architectural mistake. Contexts should be...
Related https://github.com/blitz-js/blitz/issues/841
@wmertens tried that and it isn’t picked up. The issue is that all calls to styled.div should be transpiled to include the configuration but they are not: ```js const Comp...
@kitten have a look at this repository i used to post the same bug to styled-system. They may be able to work out a way to mitigate it by providing...
I just saw a second PR from January un-merged that does exactly the same thing. Are there any issues with this?
This would make sense to follow https://github.com/ryardley/pdsl/issues/105
Makes more sense to programmatically generate a grander for syntax highlighting