Sai Krishna

Results 56 comments of Sai Krishna

> Just adding thoughts here, we'll have to think through a way to optionally fetch assets (like `.png`s) that we actually want to copy to our project vs referencing from...

> Yeah compiling Svelte components is definitely the slowest part, thanks for benchmarking to verify. I used to do this concurrently ([8c98790](https://github.com/plentico/plenti/commit/8c98790497724198d0bf5abd5e1f430b8dacaf40)) back when I was executing node scripts. I...

Sure :) All are on latest versions. Benchmarks ran on MacBook air(2017) with 8gb ram. Here are the benchmarks: (**Note:** Plenti threw `error: out of memory` after 420 secs for...

Thank you @jimafisk. Here's the repo https://github.com/Elderjs/elderjs

ah! It was nothing custom. 1. I just setup a brand new plenti site. 2. I wrote a small script to write some sample content to 10,000 files haha!

Facing the same error when using custom plugins. Created an issue along with [minimal reproduction](https://stackblitz.com/edit/nextjs-jupgij?file=pages%2Findex.js) https://github.com/mkhstar/suneditor-react/issues/274

Wow! Thank you so much for your fast response. Yes, the solution works! To be more clear: `import plugins from 'suneditor/src/plugins';` `plugins: {...{plugin_command}, ...plugins}, //custom plugin`

> In case someone ends up wanting to set up docker vacuum with caprover like I did: > > 1. Create an app with persistent data > 2. Don't expose...

Yes! I'm on Hetzner ARM64.

Thank you! However, I just [forked the repo](https://github.com/s-kris/docker-vacuum) and added a captain-definition file to deploy using dockerfile. It seemed faster. :)