Pavel
Pavel
Could you please bring it back? There are many tips&tricks and investigation process ongoing https://github.com/vercel/vercel/discussions/6516#discussioncomment-1910707 
Hello! First of all, would like to say that your app is a game changer for contentful. I'm using Next.js (Commerce variant) and would like to have a smooth way...
``` // works fine import EditableInput from "monday-ui-react-core/dist/EditableInput"; export default () => EditableInput value="Edit H2 tooltip" /> ``` ``` // throws an error import EditableHeading from "monday-ui-react-core/dist/EditableHeading"; export default ()...
### Summary Hello! I'm using GCP as a place when I serve my strapi. It uses App Engine to run itself, and Postres SQL as a database. The problem here...
Hello! I really appreciate for this awesome boilerplate. When I save less-file it triggers reloading page, but i'm newbie in webpack, and don't know how to enable only-css-reload by save.
When I save actions.js file, page reloads with no changes. Only pressing "reload"-button or ctrl+R implements changes. Also, i think, you should rename actions.js and Constants.js to index.js both. Thanx...
While `@analytics/google-tag-manager` should add only `gtm.js` script, I see in my HTML also `gtag`. I'm not sure it's a part of the package, since I wasn't able to find any...
Hi @MrHertal ! I realized in latest amplify it generates queries like: `dataPointsByMetricID` instead of `listDatapointsByMetricId` which is generated via `getQueryName` and `getQueryNameMany` functions. Although, there is no way to...