Scott Agirs
Scott Agirs
Hey guys, awesome project! Screen Saver Options button seems to be disabled on Catalina 10.15.3 - is this a known issue and is expected? Any workarounds?
I was about to create a feature request for this. Hey folks! Awesome job on Pika - loving it 3000 so far! The only thing missing for me is the...
@rtritto interesting, thank you for providing these details! I wonder how would this work outside of a Next.js project.
Hey @Drarok thanks for the PR this is a great idea, I love it! In terms of controllers/API - is there anything that comes to mind that is missing/could be...
@Drarok ahh understood! : ) Thank you for giving this a thought and for this feedback. I'm planning on adding some more contributor guides and description of existing codebase in...
Hey @Drarok , sorry for the delay, I have just release 3.5.30 with updated routes and some cleanups. Could you please tweak your PR to be up to date with...
hey guys, did you find a solution? trying to decide between SlateJS and this package. been struggling for weeks with this @ferrao @lcasartelli
Facing same issue
After deleting `node_modules` and re-installing the app, I'm getting this in the console: `package.json` ```json { "name": "pmd-ks-api", "version": "5.0.0", "private": true, "scripts": { "dev": "keystone dev", "start": "keystone start",...
Hey folks, got this issue resolved by switching from `npm i` to `yarn install` (removed `node_modules` and `*.lock` file).