You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our current `labs.yml` uses the literal `None` for default values.
However, the labs installer is written in `go` and expects go literals
only. As such it incorrectly interprets `None` as a string literal,
leading to all sorts of issues...
This PR fixes the issue by replacing `None` with `null`.
0 commit comments