Daniel Spasojevic

Results 12 comments of Daniel Spasojevic

@sanbit876 did you end up starting on this? I am slightly interested in implementing it.

We are experiencing this same issue. Dropping transactionally resolves the issue for us as well. @AlexLaviolette did you find a resolution for this in the end?

For future searchers, we got to the bottom of this issue. Ours was actually caused by an error on our side. We'd flatmapped `DBIOs` and `Futures` using `DBIO.from`. The implementation...

Was there a resolution to this issue? We are seeing similar errors with a third-party's (not SalesForce) IdP.

Hi @erwan, the change are on my fork, you can see the diff at: https://github.com/jwt-scala/jwt-scala/compare/master...dspasojevic:master I haven't written tests for the changes, but would be happy to if there is...

It might be that you can simply enable the three sensors that you see (that worked for me with a different plug). Total kwh seems to be different.

Would choice of log formatting be part of the resource definition or would it be some additional configuration that each developer would make?

@nicksieger I installed a vanilla version of microk8s and enabled the registry add-on.

@nicks nice 🎉 , after that change, my doctor output is: ``` Tilt: v0.23.9, built 2022-01-27 System: darwin-arm64 --- Docker - Host: [default] - Server Version: 20.10.12 - API Version:...

With my setup, it isn't actually hitting the microk8s detection code - it is pulling from the config map. So adding docker desktop + microk8s specific detection may be unnecessary...