videlanicolas
videlanicolas
> I created the project on ReadTheDocs and added you as a maintainer. Thanks! > do you plan to reuse the existing doc comments found in the C# code? Yes,...
With these two last PR we now have continuous builds on ReadTheDocs (https://inkgd.readthedocs.io/). I'll now work on getting the "Getting Started" section.
Thinking how to do the Tutorial section. I'm thinking of a simple RPG-style game where a knight needs to save the prince/princess, the player moves the knight and interacts with...
For the class documentation, we should add docstrings to each function in this repo's API, and auto-generate the documentation from those docstrings. Nothing too fancy, just a summary of the...
The troubleshooting section should be easy enough to do, a new file named `docs/source/troubleshooting/index.rst`containing common mistakes people do with Inkgd.
> Although it might be tedious, it's probably going to be faster by hand, Sounds good, I'll take some time to do this. > I can open a PR to...
> got myself acquainted with Sphink & reStructuredText and massively reworked the documentation. Nice! This is practically done already. I think this looks very good. > The API is currently...
Is this happening only in Windows? I'm not seeing this issue in Linux (Debian 11). Here's my example for reference: Godot: 3.3.4.stable.flathub Inkgd: 0.2.1 ``` extends Control const InkRuntime =...
Seems like `apiextensions.k8s.io/v1beta1` is [deprecated](https://kubernetes.io/blog/2021/07/14/upcoming-changes-in-kubernetes-1-22/#:~:text=The%20beta%20CustomResourceDefinition%20API%20(apiextensions.k8s.io/v1beta1). We should migrate to `apiregistration.k8s.io/v1`.
This failes at this setp actually: https://github.com/selkies-project/selkies/blob/8fa16a1eb02562f8bf16adc847f122bd68d88726/setup/manifests/deploy.sh#L69 We need to update `/opt/istio-operator/deploy/crds/istio_v1alpha2_istiocontrolplane_crd.yaml` to use `apiregistration.k8s.io/v1`. This file is downloaded from https://github.com/istio/operator, so we need to update https://github.com/istio/operator/blob/master/deploy/crds/istio_v1alpha1_istiooperator_crd.yaml.