Stian Lågstad
Stian Lågstad
You'll have to be veeeeeeeery lucky for that to happen, @qTipTip ! > For example, the number of random version-4 UUIDs which need to be generated in order to have...
To further support infrastructure-as-code settings, it would be great if one could start umami with a simple configuration file stating which websites should exist. Something like this: websites.conf ``` some-website-name,predetermined-website-id...
In case it's helpful to others, here's a way to accomplish both when deploying umami on kubernetes: https://stianlagstad.no/2022/08/deploy-umami-analytics-with-kubernetes/.
I gave this a shot as well. I setup the database like this: 1. Created a Dockerfile.database with this content: ``` FROM postgres:9.6-alpine ENV POSTGRES_USER scotty_user ENV POSTGRES_PASSWORD 42 ENV...
As always happens, I was able to run the tests for this right after the previous post. I changed `test/Main.hs` to this: ``` import ClassyPrelude import Test.Hspec import System.Environment import...
^ The previous ghost post was me from a github user that no longer exists. Are there any news relating to this issue? Is it possible/will it be possible to...
Thank you @frantuma! :)
I agree with this: The expected behavior would be to stream all tweets coming from accounts in the list regardless of whether or not I follow them.
As I'm using Guake, I solved it by doing this: ``` guake -n "rainbowstream" guake -r "rainbowstream" sleep 1 guake -e rainbowstream sleep 3 guake -e "switch list" sleep 1...
Initial test against a locally running app (started with `./start`) using [wrk](https://github.com/wg/wrk): Dev mode: ``` ~/devp/ihpgame on main! ⌚ 15:32:49 $ wrk -t12 -c400 -d30s http://localhost:8000/ Running 30s test...