The Zealot

Results 9 comments of The Zealot

Install the [language-ace](https://atom.io/packages/language-ace) package.

FYI, I just published a similar theme for VS Code: [White](https://marketplace.visualstudio.com/items?itemName=arthurwhite.white). But there are much less customization options for VS Code so we'll never reach the same level of minimalism.

**But…** I [see](https://github.com/prettier/prettier/issues/5474#issuecomment-439119493) that Prettier requires pure HTML ; it doesn't support any exotic tags from any server-side template engine, even when they begin with ``, as in EJS. In...

> Is it a common practice for server-side rendering? If so, can you share a reference? It is for languages that don't have a layout/extends logic and only support partials...

Definitely! This will also reach my needs in the next weeks so it's on my TODO list.

Otherwise, [JSON Web Tokens](https://jwt.io) with [dgrijalva/jwt-go](https://github.com/dgrijalva/jwt-go) could be a better alternative.

Sorry but my previous statement was stupid... Using JWT just overcomplicates things here. I've added [gowww/encrypt](https://github.com/gowww/encrypt) which is now integrated in gowww/app. So we already have AES-128 encrypted cookies. Complete...

In the long run, I plan to implement at least all the features of Laravel, Meteor and Rails… Lot of work! Only the ORM would be an exception, as I...

Exactly! And you can use this code as a foundation (made by GTP-4, not tested): ```ps $TARGET_DIR = "node_modules" if (-Not (Test-Path $TARGET_DIR)) { Write-Host "$TARGET_DIR does not exist" exit...