Fahrzin Hemmati
Fahrzin Hemmati
We have notifications setup on all logging.errors, but we don't want to be notified for retries (we will be notified if the retries fail, as it still raises an exception)....
I'm working on migrating to Jinja2. However, there are a lot of different parts that output code, so I'm doing it in pieces. The first piece was the top of...
Adds `cc_import()` rules for `.so` and `.dll` files, so bazel moves them into the `_so_lib/` folder with everything else
Local registries, such as microk8s, don't have SSL setup. This PR just adds the ability to specify to push to an insecure repository. I'm not sure if that's the intended...
Fixes #137, but unlike my approach in #6632, this adds an attribute to `py_runtime` rather than to `py_binary` Open to suggestions on the attribute name and documentation
### Is this a feature relevant to companion itself, and not a module? - [X] I believe this to be a feature for companion, not a module ### Is there...
Any interest? Background: `jsonc`, aka "JSON with comments", while nicer than plain JSON, is still relatively new and doesn't have full ecosystem support yet. It also has some shortcomings shared...
Also updates the docs for thread and process pools. Unfortunately, the ProcessPoolExecutor is vastly differently implemented than upstream Python 3, so I couldn't use stick to the upstream PR as...
Ran into this while migrating an existing project. - - - This change is [](https://reviewable.io/reviews/appy-one/acebase-client/65)
I'm not 100% sure this is the cause, since it's crashing the server rather than the client, but if I comment out this line then I don't get the error:...