Since meson (see #23) didn't happen so far due to various complications, using upstream capnhook from https://github.com/decafcode/capnhook is still something that we should have in order to stay up-to-date with any upstream changes.
This should not be fairly complex to achieve:
Have a text file that defines external git repositories to pull imports from. This includes a commit ID to checkout to avoid pulling implicit updates
On compilation, if the import is missing, automatically pull and checkout the defined revision
Since meson (see #23) didn't happen so far due to various complications, using upstream capnhook from https://github.com/decafcode/capnhook is still something that we should have in order to stay up-to-date with any upstream changes.
This should not be fairly complex to achieve:
- Have a text file that defines external git repositories to pull imports from. This includes a commit ID to checkout to avoid pulling implicit updates
- On compilation, if the import is missing, automatically pull and checkout the defined revision
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Since meson (see #23) didn't happen so far due to various complications, using upstream capnhook from https://github.com/decafcode/capnhook is still something that we should have in order to stay up-to-date with any upstream changes.
This should not be fairly complex to achieve: