Frederick

Results 38 comments of Frederick

> we could provide invariants or names for flags rather than names for states What about something that looks like this? See inline comments for notes on changes. ```python class...

Sure. I'll give it a go.

The default qemu configuration on my laptop causes domain creation to fail with a `Permision denied` error. After fixing the configuration `terraform apply` fails with: ``` ╷ │ Error: Error...

> So, if with this logic somebody by accident sets the same name of a running workload, creation will fail and we will both destroy and undefine this workload? Name...

Thanks for the reminder! #205 did fall through the cracks :disappointed:

Am I reading this correctly? It looks like you want to pas several `User` ids to `$1` to select multiple managers? Passing sets as arguments is not supported so you...

I'll have a look at adding it.

Thanks for pointing this out! I wonder if this should go in the docs for the `datetime` type and other `cal::*` types in the edgedb/edgedb repo :thinking: cc @1st1 @colinhacks

Is `edgeql-go` an appropriate name for the go codegen binary? cc @1st1 @colinhacks

~This PR still needs tests added.~