Felix Gnass
Felix Gnass
When I try to create a Post in the cms-relay example, I get the following network error: main.js:31381 POST http://localhost:3001/graphql 404 (Not Found) I assume the port should be 3000...
Currently, TypeScript can't find the type declarations for the module specifiers listed in the exports map. This PR fixes this.
On maps with only a small amount of clusters, it often happens that all clusters are redrawn upon zoom, even though nothing has changed. The resulting flickering looks very buggy...
We would like to use Suspense for Data Fetching in an SSG setup ([Capri](https://capri.build) + React). The idea is to use [`renderToPipeableStream()`](https://reactjs.org/docs/react-dom-server.html#rendertopipeablestream) + `onAllReady()` or [`renderToReadableStream()`](https://reactjs.org/docs/react-dom-server.html#rendertoreadablestream) + `await stream.allReady` to...
I want to use postcss-url in a [Remix](https://remix.run/) project. The general setup is [described in their docs](https://remix.run/docs/en/v1/guides/styling#postcss) with a directory layout that looks like this: ``` styles/ app.css
This PR continues the effort started by @logan-anderson in #4363 and allows self-hosted TinaCMS to run on edge-runtimes. # List of changes ## Split up @tinacms/graphql database The `packages/@tinacms/graphql/src/database/index.ts` file...
**Summary** This PR fixes #7401 by moving stega.ts to the core package, thereby getting rid of the circular dependency. Additional changes: - Adds the new `visualEditing` prop to the type...
This PR fixes #7315 by implementing @manulari's suggested approach. * The processing time is now linear again * A warning is logged when a pattern uses the multiline flag *...
Currently, the code widget does not work properly in ESM builds as it calls `require()` with a [dynamic argument](https://github.com/decaporg/decap-cms/blob/86d41d79b20583041570bce30b46835a36bcecf2/packages/decap-cms-widget-code/src/CodeControl.js#L196), hence the dynamic loading of language modes is broken (see #7442)....