junaid33

Results 14 comments of junaid33

I was facing this locally and clearing the website cache fixed the issue.

Rendering a website as SVG. I think there’s a way to use the pdf screenshot and Inkscape to get the SVG, but having that built-in would be helpful.

I was having a similar issue. I was using Render to deploy and that used node.js 17. I added: ` "engines": { "node": "^14.15 || ^16.13" }` to the package.json...

I think it should be clear that the hosted version (morphic.sh) is not the same version open-sourced here.

I'm working on a new version of Opensource.builders where users can make accounts and add alternatives directly. I'll keep you updated once it is launched and ready to use. Appreciate...

Although not open-source, I would check out http://www.hemingwayapp.com/.

Hmmm...it doesn't throw an error. It's just not rendered on localhost nor on the Admin as an embedded app. If you would like to test, just import ResourcePicker.

I started decoupling the Admin UI from Keystone 6 for my [Openfront](https://github.com/openshiporg/openfront) project since I wanted to replace @keystone-ui/* and emotion with shadcn/ui and Tailwind. I just finished recreating the...

Being able to set a sub-path under withKeystone would be really nice. I'm also using Next.js with Keystone and want the Admin UI under "/admin" and the main app under...