-
It seems that next-on-netlify current does not support incremental SSG (https://nextjs.org/docs/basic-features/data-fetching#incremental-static-regeneration).
Are there any plans to support this?
-
I am trying to build something akin to a CMS. So far, all I am trying to setup are clients and users via an EXPLICIT many-to-many relationship. In my nexus defined schema where I implement resolvers, …
-
Hello,
As always I was working on my project, did some coding and everything works without any errors. But today, it gives some typescript errors which is generated by typegraphql-prisma. Now when …
-
While there is a need for layout building, the current Giving site doesn't include that feature, and so it's more useful to move onto adding more real fund data to the CMS. Once the data is added and …
-
**Is your feature request related to a problem? Please describe.**
One of the things that has costed me much time is the way how the connection yaml configuration is implemented. Currently Prisma off…
-
## The problem with our current setup (my subjective opinion):
1. Excessive memory usage when querying listings and applications because of nested joins, see issues:
- https://github.com/typeo…
-
Detected 1766 ESLint reports and/or crashes.
Scanned 5397 repositories.
Reached maximum result count 50.
Showing 50/1766
Rules:
- `no-arrow-function-lifecycle`
Click to expand
## Rule: no-…
-
Issue Type: Bug
formatter doesnt work
VS Code version: Code 1.58.1 (2aeda6b18e13c4f4f9edf6667158a6b8d408874b, 2021-07-13T06:58:28.115Z)
OS version: Windows_NT x64 10.0.19043
Restricted Mode: No
S…
-
Some Node modules do this:
```js
try {
require('moduleName')
} catch (error) {}
```
Or this:
```js
if (condition) {
require('moduleName')
}
```
[Or this](https://github.com/ard…
-
I think i18n support is needed.
It would be nice if both system messages and data model field names could be supported by a common interface.
I think the following is a good example.
https://marm…