-
Hi, I am trying to extend the `Blueprint` class with my own functionality. Mypy is not happy with typing in the following example. The revealed type for `MySmorestBlueprint` should be `example.MySmore…
-
**Describe the bug**
In `yaml/_types/bool.ts`, booleans are evaluated as
```ts
typeof value === "boolean" || value instanceof Boolean
```
This means `Boolean` instances are handled as booleans …
-
### Is your feature request related to a problem? Please describe.
Havings lot of the same worldslots copied over supposed to contain the exact same stuff over and over can be a bit tedious at times …
-
### Description
**What problem are you trying to solve?**
Right now, we resolve InstanceTypes on a per-NodePool basis. This is done by making calls out to the `GetInstanceTypes()` API and then lay…
-
I'm trying to update our clusters to v2, but I am having trouble with the node labels. I think using labels (and possibly taints) on a cluster with `include_instance_type_in_instance_name` enabled is …
-
This is the RKE1 equivalent for https://github.com/rancher/dashboard/issues/5190
-
**Is your feature request related to a problem? Please describe.**
Sometimes for a single specified instance type there is not enough capacity in the AZ. This results in an Insufficient Capacity Erro…
-
## User Story
- _As a cluster admin, I want to make use of AWS m6g instance types, in order to make use of them in general purpose worker nodes with a good cost to performance ratio._
## Accepta…
-
@coqbot: minimize coq:dev
```bash
#!/usr/bin/env bash
eval $(opam env)
git clone https://github.com/SkySkimmer/HoTT -b simple-app HoTT
cd HoTT
make
```
-
Perhaps they could be generated and live in the JSON module to keep all the circe stuff together? Be nice if you could do:
`import indigo.circe.given` (you have to import given's explicitly)