Ian Sinnott
Ian Sinnott
The line in question is: https://github.com/adamp-jomedia/static-gen-react/blob/master/server.js#L76 That line configures the dev server to always serve templates that look for `app.js`. You could create a new route for the dev server...
I only opened this to have a record for anyone else who, like myself, was temporarily mystified by the `too many files` error.
Maybe if the watcher would automatically ignore everything in `.gitignore` it would solve 90% of cases? This would have solved my own issue above. Or perhaps an `-ignore` option for...
Cheers! Thank you for working on this issue and thanks for the ongoing work on Wails
Thanks! Sorry, I don't have any info regarding win/lin. I primarily use mac for GUI-related stuff.
hey thanks for this @DerGoogler. Changing the default export is bound to cause breakage, but could release this as v2. If you add some testing for the new component to...
For anyone still running into this issue, here's a [related issue and workaround](https://github.com/Automattic/mongoose/issues/2917). Basically you can just add `catch` to Mpromise directly when you initialize your db connection: ``` js...
Just wanted to chime in on here because this issue has implications for the larger direction of RFR. Since many people are using many different async solutions if RFR took...
Would anyone care to update this PR to resolve conflicts? I can see the appeal. cc @cwbutler6 It looks like the main conflict is the use of Lodash, and including...
To add more confirmation, this seems to be an issue with `search_pages_with_parent` as well. Manually lowering the `limit` param in the request succeeds. As of this comment `client.current_space.pages` seems to...