Thilo Maier
Thilo Maier
This is what I see in the debugger: In `diff.rb` in `diff_files` I see a first call with `_expected_output` and then a second call with `_output`. But `_output` does not...
Is there any workaround?
I think this problem is caused by Gatsby's cache. If I run the [`example-blog`](https://github.com/reflexjs/reflex/tree/master/examples/example-blog) locally, I'm running into what I think is the same issue. The first time I run...
As a quick fix you can probably set `parent.id` on tag nodes to the ID of the post from which they were generated. I know that this parent child relationship...
This looks like none of the rsync settings are respected. I have `rsync__exclude` and `rsync__auto` and both seem to have no effect.
Same issue with `yarn 1.21.1` and `node v12.14.1`.
@herrstucki Setting `--public-url` in the build command works, but it is not intuitive. I first followed the docs and added `basePath` and `useBrowserHistory` to my config. `basePath` should be ignored...
@detj If you are using Yarn workspaces and also manage `docs` with it, removing the version from the `package.json` in `docs` breaks Yarn workspaces.
Any update on this one?
Use case: the generated tag pages have no title. The layout used for tag pages is normally derived from a root layout that reads the `title` property.