Gabriel Bussolo

Results 4 issues of Gabriel Bussolo

## Description Close https://github.com/openfga/openfga/issues/771 ## Review Checklist - [ ] I have clicked on ["allow edits by maintainers"](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork). - [ ] I have added documentation for new/changed functionality in this...

Stale

## Description This PR uses the moby (docker reference) names generator to give name to stores. Previously, the `--name` flag was enforced by a check on the `createStoreWithModel` function, ensuring...

In agreement with the new behavior and flags https://github.com/openfga/cli/issues/161 we need to update the docs to reflect it the new commands have same flags as import, and import is going...

runtime is defined already on containerd ``` sudo crictl info | jq '.config.containerd.defaultRuntimeName' "nvidia" ``` when applying the `v0.18.0` with k apply ``` k apply -f https://raw.githubusercontent.com/NVIDIA/k8s-device-plugin/v0.18.0/deployments/static/nvidia-device-plugin.yml ``` i get...