Naoyuki Kanezawa
Naoyuki Kanezawa
@dan-made We have thoughts to add `hasNot` (maybe as `missing`) but `has` is implemented first since it's something we already support on `next.config`.
Removed the `basePath` option since it's not useful for middleware
Thanks for the information. I tried to fix this once but it's still ongoing. Java client sends unexpected requests to the server and don't get why yet.
Unfortunately, trigger is not supported yet.
That sounds a good idea 👍
@ridhoq sorry for the delay. I think it's great if we can push Docker image via github action, maybe using https://github.com/docker/build-push-action. I think I can prepare the credentials for it....
@ridhoq I think it's because `node` doesn't handle signals. See https://github.com/nodejs/docker-node/blob/master/docs/BestPractices.md#handling-kernel-signals A solution is to use tini (https://github.com/krallin/tini#using-tini). Using `npm` also seems work according to https://stackoverflow.com/questions/36637912/how-to-stop-running-node-in-docker
Thank you for the PR, it makes sense but additionally seems like we need to use the partition value for filtering as well? For example, `SELECT * FROM c WHERE...
Thank you for the PR and sorry for the delay. The PR looks great but it's not ready to merge because we don't have an official account on dockerhub yet....
Does it solve if you can set custom certs and CA to both server and client? For the server, we can change to accept them.