Dom Rodriguez

Results 306 comments of Dom Rodriguez

GNOME extension is building. Next stage is UI, then Vulkan, finally, KWin. You can install the GNOME extension into your Nix 'Flakes profile' with the following command, note, you will...

I'm keeping this as a draft for now, because I want to check with the InfiniTime maintainers, that I'm using the correct nRF SDK, and GCC toolchain. I also wanted...

We also need to document the Flake, and possibly add CI. I can add the CI workflows to a new PR if needed. However, I'm not sure how documentation works...

This PR is now ready for review. It is currently blocking https://github.com/InfiniTimeOrg/InfiniSim/pull/148, but once this PR merged, the [InfiniSim] one will be ready to be merged too

@NeroBurner You would first need to install the Nix package manager. In terms of testing, you could test the Flake is correct by running `nix flake check`, and then to...

The same principle would apply to InfiniSim :)

I should also probably add CI checks for the Nix Flake to this PR and InfiniSim. Thoughts?

@Whyglobaleyes You need to install `setuptools` in the Python `venv` containing `syncall`. E.x: ```shell pipx inject syncall setuptools ```

This isn't stale, we need `setuptools` added as a dep to the Python spec.

I think I would rather you push your commits to your own branch, based off my PR, and create PRs from your branch's HEAD, to my PR. Otherwise with my...