Ёkaterina Krivich

Results 18 comments of Ёkaterina Krivich

I made simple github action for that: https://github.com/upstarter/automata/pull/26 Dialyzer and Credo requires some pre-work to be added (currently both failing), so they are not in this PR.

there is a followup PR: https://github.com/upstarter/automata/pull/28

every PR is checked through github actions now, @upstarter can you consider that's it for this issue?

From what I see so far option offered here https://github.com/crossplane/crossplane/issues/3199#issuecomment-1192730066 seems to be quite easy to implement. If no one started to work on it yet, I'd take it.

hi @MisterMX then you do it :) I thought about starting in a few days as well, so if you were inclined to do the same, I'll pass and find...

hey @gpouilloux I'm also new to the code, but I looked around a bit and noticed this file: lib/plausible_web/controllers/stats_controller.ex it seems to be responsible for current csv creation. I'm also...

Would you like me to work on it? seems like @gpouilloux is busy with something else and not responding here

created a PR: https://github.com/plausible/analytics/pull/3002 Somehow my local setup is empty even after running seeds, so it might be a bit of a shot in the dark. Will try to fix...

ok, I re-seed the local db and now can see the results. `referrers.csv` file is populated, data looks like that: ``` name,visitors,bounce_rate,visit_duration Direct / None,182554,100,0 ``` Which seems to correlate...

I'll add Browser / OS support too. Should be pretty much straightforward now