Corentin Forler
Corentin Forler
Not a bug: the time period 08:29:59 - 16:15:00 is 7h 45m 1s long --- > edit: Seems to me that it considers seconds when calculating the total time. edit:...
Maybe it would be possible to round all timestamps before inserting them in the database (= truly ignoring seconds)?
Or maybe It's possible to do rounding when **reading** the DB instead. So basically rounding on the database access layer. Values are stored faithfully, but "cleaned-up" on read. Pros: it's...
While I understand the appeal of this feature (and as a personal note I did track my mood for some time in a spreadsheet), I'm not sure this feature request...
@teckwarz Indeed it's not possible from the main activities list. In the settings, right besides the option ("Manually"), there is a cogwheel icon to tap (see picture below), which will...
> Periodic check of age of last backup Best option in my opinion. Instead of backing up daily, implement a hourly backup check then compare `(current time - modif. time...
I think it's done somewhere using a **BroadcastReceiver** - [https://github.com/farewelltospring/DarkSignal-Android/⋅⋅⋅/LocalBackupListener.java](https://github.com/farewelltospring/DarkSignal-Android/blob/darkmode/app/src/main/java/org/thoughtcrime/securesms/service/LocalBackupListener.java) - https://medium.com/eazypg/how-to-schedule-a-task-in-android-at-particular-time-in-background-6cb710e6f7aa Also I found https://stackoverflow.com/a/43023603
Hello @selensoftr :wave:. I see that you opened multiple Pull Requests (https://github.com/frappe/erpnext/pull/41284, https://github.com/frappe/erpnext/pull/41285, https://github.com/frappe/erpnext/pull/41286) to update the turkish translations of ERPNext. This is much welcome change, but it might be...
> Server Scripts in fixtures I think that having Server Scripts in fixtures is a little bit sub-optimal: either use **Packages** to move scripts from one site to another (=...
I like this idea, and I'm fine with it. However, I believe it would be better to use a random ID for users (in general). **Pros:** (all the usual arguments...