Daniel Nunes

Results 13 issues of Daniel Nunes

Blockers: - [ ] #250 NSIS uses a low-level language to create an installer - this makes it hard to maintain and improve (just look at that mountain of code...

C-todo
C-discussion
A-scripts

Now that we're in the Github Actions beta and virtualenvs (#469) and deployment(#473) are being discussed, it's time to talk about CI/CD. First, what do we need to do? 1....

C-discussion
A-scripts

Now that we're halfway to a proper environment setup and building we can stop deploying like cavemen and automate everything! 1. **Dropbox** - Nightly only * Currently we manually copy...

C-discussion
A-scripts

- Adds some colour to the hook prints (adds `colored` as a build dependency) - Command output is only shown in case of failure - Little spinner tacked onto the...

Runs `git stash` before any hook operation and traps `stash pop` for whenever the hook exits. Fixes #3.

If comments are present in a bookmark, they always occupy the third line. This commit checks for a fourth line, otherwise it checks whether the third is a comment.

Trying to login to my regular account gives an error with: ```error decoding response body: unknown variant `RAW_REQUESTS`, expected `ORDERS` or `REQUEST_WEIGHT` at line 1 column 324``` Code used: ```...

This project is beautifully (and fully) type-hinted, which is sort of wasted since neither `mypy` nor `pyright` will recognize them without a `py.typed` file at the package root. It can...

enhancement
question

Added Unity Deployment Tools. This allows for automated deployment to github releases on every tag and automated docs generation and upload to github pages. Since I doubt you'll want to...

While the examples are a nice start a full documentation with a tutorial for first time users is sorely needed.

documentation
pull requests welcome