-
Hello,
I would like to recommend a feature: executing an SQL script form post-install hook. This script can be used to initialize things that are not exposed via gravity.sh - for example, creating …
-
If you try to run init.py script after running it once it throws an error. This is because the pre-commit hook is moved from the GitAtom/hooks directory and placed in .git/hooks.
Being able to reini…
-
I am in the process of packaging PyInstaller for Debian. As part of that, I am trying to wrap my mind around the purpose of the files and how it should be packaged. Can you please explain to me the …
-
It would be nice if LXD had support for a few different areas to add in "hooks" to have extra logic run, One use could potentially be having a hook script fire off an alert into a monitoring system wh…
-
cf https://github.com/YunoHost-Apps/garage_ynh/blob/master/scripts/install#L205
- The CI complains about this at the end of the install:
```
32238 ERROR Packagers /!\ This app manually modified…
-
## Steps to reproduce
1. Prepare a MAAS provider
2. deploy a 3-node cluster
`juju deploy postgresql --base ubuntu@22.04 --channel 14/stable -n 3`
3. Take down the primary and one more uni…
-
I know there is no explicit dependency management for script or system hooks or local repos. This is not a problem when used locally, because people could install the dependencies once. However, there…
-
Hello,
I'm trying to work out if I can turn an LED on when a board is being flashed and turn it off when it has finished. I was thinking of using the pre and post install scripts and raspi-gpio …
-
### Duplicate Check
- [X] I have searched the [opened issues](https://github.com/flet-dev/flet/issues) and there are no duplicates
### Describe the bug
When packaging an app using `flet build…
-
# Feature request
## Is your feature request related to a problem? Please describe.
Currently, when I would like to run a command before or after certain supabase cli commands, I've to run that …