Jono
Jono
## 🐛 Bugreport I am seeing a bunch of warnings about server variables. ``` cypht-1 | NOTICE: PHP message: PHP Notice: Undefined index: HTTP_ORIGIN in /usr/local/share/cypht/lib/framework.php on line 213 cypht-1...
## 💬 Question What is the test methodology in cypht? Asking because I am trying to run at least the unit tests locally and getting failures. ``` $ cd /tests/phpunit...
## 💬 Question First off, thanks for this app. I'm very happy to have found it, as it fits the needs I am looking for on my new server. I...
This is a proof of concept how how to move and use docker into the main repo, as discussed here: https://github.com/cypht-org/cypht-docker/issues/31#issuecomment-2081175722 It does not fully work since I have not...
## 💬 Question Dockerhub reports 100k+ pulls from here: https://hub.docker.com/r/sailfrog/cypht-docker Thats a lot of pulls. But it looks like there was only one push, 5 months ago. Does anyone have...
This creates the 'flash' function which can be called from any view. Then the next page load will display the message. It also added messages to the 'create', 'edit', 'delete'...
How it would work: - After I cd to /tmp/foo1 and /home/foo2 - type 'z foo' - it should pop up a list that shows (output from 'z -l foo):...
## Pullrequest This decouples tests from CI. The run.sh script can be run anywhere and uses environment variables instead of modifying config files in place. Currently only supports sqlite.
## Pullrequest Experimenting with using a logging environment variable.
### What is the problem this feature will solve? Getting started with this is difficult since the docs (https://nodejs-mobile.github.io/docs/guide/guide-android/getting-started) use an older android development setup Currently I am looking at...