Adam McArthur
Adam McArthur
## What is your suggestion? Allow web-fonts to be added through a Enviromental Variable, or multiple by using commas ## Why do you want this feature? I-Pads, Chromebook and Phone...
[pycoverage](https://coverage.readthedocs.io/en/6.4.2/) is a tool that allows you to view at a glance how much of the python code is covered by tests. It will be useful to gauge how much...
Right now Subject `kind`s and Verbs are free-form, which isn't ideal, as they are hardcoded in the Golang client https://github.com/G-Research/armada/blob/db583124b587480dd5ecdaf393df789ac318a570/pkg/client/queue/permission_verb.go ```go const ( PermissionVerbSubmit PermissionVerb = "submit" PermissionVerbCancel PermissionVerb =...
With the current localdev setup, enforced by the rules set by E2E tests, only `personal-anonymous` can by default have jobs created by `anonymous` on it (i.e the default). We should...
Create a script to remove the cluster, containers and anything else used by the localdev run script.
I think this can be done my packaging the python stubs in when we release on mypy. More investigation needed.
### The Idea Create a Dockerfile that installs all the tools, programs and scripts that are needed to run armada. This would create a container that can be [ssh'd in...
Are there any plans on releasing new versions?
https://github.com/Farama-Foundation/Gymnasium Hey folks, I know there are some old RL examples in the docs. https://keras.io/examples/rl/ With Keras now supporting JAX, this is a major opportunity to lower the barrier to...
This Ticket aims to keep track of other tickets of Docs changes, an order or priority for those tickets, and any tickets yet to be created for work that should...