Khoi Pham
Khoi Pham
I think `mergo.WithOverwriteWithEmptyValue` does not fix this. A pointer to `false` isn't an empty value.
I don't think there is one format of `__doc__` that is good for everyone. Some people are only interested in Sphinx format while some find it too ugly and want...
@evilebottnawi how is my solution? If you think it is good then I'll try to improve code coverage.
Could use my fork for now?
@mwanago this PR is meant to solve cross origin use cases. I think you might be able to do what you want with existing options already. What have you tried...
Guys, Jest is already v27. How about publishing a jest-electron v27 that works with jest v27? If that sounds good to you then I'm willing to look into opening a...
Hello, I'm new to both Spark and Spark JobServer. Here's my attempt at following [cluster doc](https://github.com/spark-jobserver/spark-jobserver/blob/master/doc/cluster.md) and making this work on Kubernetes: - Create a standalone Spark cluster v2.3.2 using...
By driver you mean the jobserver itself? It initially appear that jobserver wanted to connect to master REST endpoint so I changed master to `spark-master:6066`. However I get the same...
Thanks for the pointer. The worker looked for jobserver jar at `/app` dir but cannot find it so I put the jar there and it can now run the driver....
Thanks! If Akka figure out which ip to bind to via `/etc/hosts` file then that makes thing simple. I just need to add to `hostAliases` section of my pods. Another...