Rohan Deb Sarkar

Results 43 comments of Rohan Deb Sarkar

> Umami itself is just a web app. It's not a long running process where you could issue commands like that. This is more of a task for a cron...

I have been playing around with this a bit. I think the solution is, 1. Create a new column in the database, in the session table, called `ended_at`. 2. Then...

> Doesn't the visibility change event also fire when a tab gets inactive? I wonder if it would duplicate views or something in cases where the user leaves the tab...

> Can you try running `yarn check-db` against your database? ``` $ yarn check-db yarn run v1.22.19 $ node scripts/check-db.js ✓ DATABASE_URL is defined. ✓ Database connection successful. ✓ Database...

I was able to resolve this issue by manually applying the [`02_add_event_data`](https://github.com/umami-software/umami/blob/master/db/postgresql/migrations/02_add_event_data/migration.sql) migration. Shouldn't this be done automatically? You can also migrate your old event data to the new `event`...

When using [`github-metadata`](https://github.com/jekyll/github-metadata) plugin for extracting `site.url` from the GitHub repository for hosting with GitHub pages, this plugin crashes.

Try following https://github.com/umami-software/umami/discussions/1486#discussioncomment-3567397.

Sorry, but I can not reproduce this. Looks like bootstrap puts `text-aliign: left` on the body element, which is inherited into the table. ![Screenshot from 2022-08-28 08-19-08](https://user-images.githubusercontent.com/50144004/187055339-72be1167-0395-4d10-8925-9c765a863a4e.png) This also does...

Sorry but I am unable to understand your concern, can you elaborate the issue a bit more.

`source` branch is not required any more, but the manual deploy script still creates the source branch on using the `--user` option. There may also be some reference of the...