Results 50 comments of Alec Rust

Oh that's great, thanks!

jQuery usage has now been replaced with vanilla JS. The JS is now comprised of the modules in [/web/js/src](https://github.com/hestiacp/hestiacp/tree/main/web/js/src) which are built into one bundle. The JS should generally be...

The current mobile layout on 1.7.x is quite similar to your screenshots: The main difference is that it's one set of view code shared across mobile and desktop, instead of...

@mariogarridopt thanks for the info! Be great if you had some screenshots of Saphira ;) Want me to create an issue to follow for Imgur support? I'd be happy to...

Just to throw in my solution, as some other have done I replaced `resume export cv.pdf` command with manual Puppeteer using latest headless mode which works great: https://github.com/AlecRust/cv/commit/89187817378af7e87f996ae5e2f0e049206f4665

Seems this is a feature missing in Prettier itself https://github.com/prettier/prettier/issues/6885

dupe of #19.

Yeah I'm surprised the Heroku CLI can't do anything with individual review apps. For example, it would be great to be able to create a new review app via the...

It appears moving `postcss-inherit` to the end of my plugins list fixes this. I've been informed at https://github.com/csstools/postcss-plugins/issues/209 that if this plugin used PostCSS 8 the plugin order would not...

After `yarn install` try [`yarn format`](https://github.com/hestiacp/hestiacp/blob/3095aa6782c53f25eed9a25d4aff61fb8f69c48e/package.json#L15)