Amr Saber

Results 20 comments of Amr Saber

Well, PR author gave me thumbs up ages ago, but for some reason he won't update the PR :man_shrugging:

@JosephmBassey, I reviewed the update and unfortunately, I don't know why tests are failing this time.

@bitfede He didn't, there are 11 tests failing, so his branch is not merged.

@lechuit,That's not a proper solution, will need to fix it each time node modules are generated. @paulbertil, I would suggest using [mongoose-paginate-v2](https://www.npmjs.com/package/mongoose-paginate-v2) instead.

I am having the same issue in my docker image, I tried building from base image `oven/bun:1-alpine` and it takes forever to install my svelte app dependencies. If anyone is...

This is causing me problems with docker, as the container will totally ignore docker's stop signal. Docker always sends a SIGINT signal then wait 30s before killing the container. This...

Based on the way this package works, there is no proper way to only fetch an inner field of the given state, so this would not provide any optimizations performance-wise,...

For the comment about the syntax, we thought that it would be easier to match the signature of React states, why do you think the other syntax is better?

Can you elaborate more on how that function should behave in normal case and in case of concurrent updates?

Yes, this clarifies things. I have an idea in mind, but I am not sure if it would do the job or not. What I think about the implementation is...