Ro Santalla

Results 49 issues of Ro Santalla

Afaik this is not implemented, and it could be helpful for certain games (I'm looking at you, Octoroute Voyager). Thanks for the great work by the way!

K8s 1.22 has removed Ingress `v1beta1`. It would be nice to support `v1` ingresses with `ingressClassName`, which would ensure compatibility with newer K8s versions and ingress controllers.

I think it would be useful if the label of custom scripts were updated when the user clicks on them, with the text output of `click-(left|ritgh|middle)`. This would make them...

feature

## Describe the issue In some cases is useful to get the `format-full` output when the battery is above a threshold, like with thinkpads and other laptops which allow the...

feature

I'm not sure if this is an oboe issue or a firefox issue, but on any case I thought it would be useful to leave it noted here. Tested on...

I am running `version-checker` on a single node, quite small cluster with ~60 pods. So far it is working nicely, but I do not understand the memory behavior it has....

enhancement
help wanted

Hello, Thanks for the work you have done here, GPA is a really nice library. I see that you have added Volcanic Islands support in a [recent release](https://github.com/GPUOpen-Tools/GPA/blob/7c28a0c406cd6b86f84773b2f9e7565849af0803/ReleaseNotes.md#L138), and I...

If a model has relations, they will be saved after calling `parentStore.Update(parent, Schema.Parent.PlainString)`, even if their FKs are not included in the `cols...` list. This behaviour is not breaking, but...

v2

I believe a good ORM should abstract the user from writing any kind of SQL, at least for normal operation. Having this into account, kallax' schema generation feature needs some...

enhancement
help wanted
discussion
area/migrations

Now that #211 is fixed and Save() does not delete the relations of fields set to `nil`, the need of direct relationship manipulation may arise in some scenarios. Consider, for...

enhancement