Akshay S Dinesh

Results 15 comments of Akshay S Dinesh

For those who couldn't get it to work with just `"lazy": ["*"]` check [this comment](https://github.com/zertosh/babel-plugin-transform-inline-imports-commonjs/pull/13#issuecomment-747881043) on making lazy a function that returns `true`.

Setting lazy to ["*"] will not work because https://github.com/babel/babel/blob/b9deeb458baf160f191d95d15e80c092cf8c2ce2/packages/babel-helper-module-transforms/src/normalize-and-load-metadata.js#L343 just does a indexOf comparison. To make lazy do all imports lazily, you'll have to pass a function like `(source) =>...

@pransh15 erm, content is there all over the web. (Like the links I put in the issue).

Elio, I will add some context. There is very little awareness about the concept of copyright among the people of India. This is certainly applicable to "graphic designers" as well....

I could get caddy to work with the following configuration. Maybe can be added to docs: ``` feeds.free.gen.in { root * /srv/FreshRSS/p php_fastcgi unix//run/php/php7.4-fpm.sock file_server } ``` Uses the https://caddyserver.com/docs/caddyfile/directives/php_fastcgi...

Made a docker compose based setup in https://gitlab.com/smc/samam/-/blob/master/dictpress/docker/docker-compose.yml - but the goal there was to be able to recreate the whole site from scratch. It works nevertheless. What I do...

This is because we run out of alphabets

Could also be an issue with dependencies like in #881