Rajasegar Chandran
Rajasegar Chandran
Currently, the svelte transform is just working with plain text, we need tools to work with the actual AST like posthtml, jscodeshift and postcss. Will be glad to create a...
How do I implement something like `.env` files to store sensitive information and pass it along to the web server as environment variables. In Node.js we have something like https://www.npmjs.com/package/dotenv
Since Caveman uses Djula as the templating engine, and Djula comes with i18n (Internationalization) support, need some clear documentation on where to put the locale files in what format and...
I am using this buildpack https://github.com/gos-k/heroku-buildpack-roswell for my project https://github.com/rajasegar/cl-warehouse It is based on Caveman, but it always fail with ``` ; Loading "cl-warehouse" 2021-07-24T06:55:04.283588+00:00 app[web.1]: .................................................. 2021-07-24T06:55:04.314169+00:00 app[web.1]: [package...
I want to run a command like `npm test` inside a terminal and display the output when I press a key like `t`, how can I do this with spawn?
It's difficult to type the full name of the application templates everytime or I have to copy paste everytime from the readme, and it will be error prone with a...
Fixes #398
While running through the axe Audit plugin in Chrome I came across these two moderate issues: ### 1. Document must have one main landmark ### 2. All page content must...
Can we add the lang attribute to index.html mentioning the value to en, it is the first accessibility error I have encountered? Would love to submit a PR if it...
I am using enquirer Multiselect prompt to run some npm scripts using `npm-run-all` , seems like the output of npm-run-all is not showing up. You can check the reproduction here....