Zeeshan M

Results 9 comments of Zeeshan M

is csv/bulk import supported as of now?

if an application is set to have 0 instances, would it be at risk to be cleaned up by Vaccum(with default settings)?

you can use the following for production image built on top of strapi/base ``` FROM strapi/base ADD package.json /tmp/package.json RUN cd /tmp && npm install RUN mkdir -p /srv/app &&...

In defense of alloy, the very nature of opensource is such that you have the code available to you. If you feel something is not right, you are free to...

+1 Looks like an interesting project but documentation is very poor to get started

npm install frappejs wont work if you are on current version of node (12+) downgrade to node 10.15.1 and it installs fine. this is due to frappejs being dependent on...

You mean tailwind to style antd components? what about the antd variables? if used with LESS/SASS, antd allows you to neatly change styling across project. Now the challenge is that...

antd team released https://github.com/ant-design/static-style-extract as a work around to make antd work with server components

I don't think tailwind is needed in a ant 5 project anymore. Ant's design algorithm is great for auto absorbing color schemes with NextJs css modules, customisations are localised to...