Arnout Engelen
Arnout Engelen
My 'home' instance appears to be having hosting trouble. I was a bit scared my history would be lost, but then I noticed I could still browse it when I...
It seems `window.screen.availWidth` is not only dependent on `x` (aka `layout.css.devPixelsPerPx`), but also on the 'manual' (ctrl=-/ctrl==) zoom level. Not taking that into account leads to not calculating the screen...
Clarify that how this needs to be done (and even whether this is possible) depends on how Ingress is approached in your K8s cluster. For minikube, https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/exposing-tcp-udp-services.md should work.
We could use cluster bootstrap and make 2 gRPC 'service' node that form a cluster
We should probably have a nightly/weekly/... build that checks the project for vulnerabilities in dependencies, otherwise they will pop up in a 'random' PR after there haven't been too many...
``` [info] Deploying project to Akka Serverless [info] Executing `akkasls service deploy customer-registry-from-pubsub raboof/customer-registry-from-pubsub:0.0.1` [error] Unable to deploy. Ensure you can deploy by using the akkasls command line directly. [INFO]...
The signature of the `calculateRecurrenceSet` function is: Set calculateRecurrenceSet(final Period period) This suggests that when passing in a `Period`, you'd get a Set in response. However, AFAICS this is not...