Iacami Gevaerd
Iacami Gevaerd
Cool! Also, I think removing jQuery would be a good marketing move, since the project would become more neutral..
Hey! I'm having a similar issue: I can close (dismiss) it by pressing [ESC] through `onRequestClose` function but not when clicking on the overlay.. `└─ [email protected]`
Never mind.. The implementation I was working on had an additional class via `className` prop and that class extended some div content to 100% top/right/bottom/left in a way it was...
+1! That makes sense, it seems to be a convention. Even more because mobile has no mouseenter/mouseleave, so, it is better to show what the button actually does.
I'm having the same issue, even with that trick https://github.com/tcoopman/image-webpack-loader/issues/76#issuecomment-281109236 mentioned. Weirdly it works on my local machine but not on docker build.
Well. My issue was actually my mistake and might be yours if you are using docker. I was replacing docker's `node_modules` folder when running `COPY . /usr/app` so the local...
I've just got the same issue. That would be very good.
It seems we could push vercel logs to our grafana dash using the same `loki` endpoint we have configured already, however this requires `Pro plan` on vercel, I'm not sure...
Hey, I'm running it with AWS Lambda, the code can be reduced to just: Runtime: Node.js 16.x ``` "use strict"; const Sentry = require("@sentry/serverless"); Sentry.AWSLambda.init({ dsn: "", }); throw new...
1: I suppose the reduced case above should answer that, or else I'm not 100% sure what you are asking. 2: Correct! I have my own application layer that includes...