Mohamed Bassem

Results 9 issues of Mohamed Bassem

I'd love to see a support for doing the stats recursively on all the sub packages of a certain package excluding the vendor directory. Thanks.

enhancement

Hi, I have a crontab that contains: ``` Crono.perform(SendPreLockdownEmailsJob).every 1.days, at: '00:01' ``` Rails' timezone is set to UTC+4. According to that, the job should always run at `20:00 UTC`...

## Motivation Most database engines support defining coulmns as expressions in term of other columns. For example: [Postgress](https://www.postgresql.org/docs/current/ddl-generated-columns.html), [Sqlite](https://sqlite.org/gencol.html) & [MySQL](https://dev.mysql.com/doc/refman/5.7/en/create-table-generated-columns.html). ## Proposed Solutions Add support for: `ColumnDef::generated_as(&mut self, expr:...

Add icons for the hoarder app (https://github.com/MohamedBassem/hoarder-app). Note: I removed the light version of the SVG as it's a simple color fill, happy to add it back if needed.

YAML supports having multiple documents in the same file by splitting different documents with `---`. Kubernetes supports this approach. When I `kubectl apply -f template.yaml` and it contains multiple deployments...

Hi, I noticed that the state is currently being persisted in local storage. I found this a bit confusing specially because my moves don't get synced to my other devices....

enhancement

When we're paginating using `createdAt` only, items created in the same second can result in duplicates or missing items.

bug