Fauzan
Fauzan
I don't think this is going to be stable, video can be removed
> [This PR](https://github.com/sequelize/sequelize/pull/6637) is the reason why `queryInterface.bulkInsert` is returning a single value instead of an array of values. I don't know the reasons behind it, they don't seem to...
I think it's worth adding 😃
> > Maybe if you insert a really big amount of records it might not be very feasible performance-wise to do this. > > The array is still created so...
Is there any way to solve this instead of using `// @ts-expect-error` for TypeScript?
I'm not sure why the chakra-ui-website deployment is failing 😕 Same issue happens in my other PR.
Thanks a lot @segunadebayo !
Valid issue. Working ```ts {" "} handleCheckboxChange(0)} sx={{ "& .chakra-checkbox__control": { borderColor: "black", borderWidth: "0.1px", width: "34px", height: "36px", rounded: "full", }, }} _checked={{ "& .chakra-checkbox__control": { background: "#D28E2F", color:...
This is 2024 and I don't want anyone to wrap their head around this issue. The trick is using `afterChange`. ```js const settings = { className: "center slider variable-width slick-gradient",...
I've been noticed that the transform was substracted by 45 so I added it back again after any slides and it solves the issue.