Hossein Margani

Results 9 issues of Hossein Margani

I had to add the following to the sample code to make it work: ``` app.set('views', path.join(__dirname, "views")); ``` Here is the sample code for using with express: ``` var...

**Is your feature request related to a problem? Please describe.** Yes, I have to monitor [this page](https://github.com/caprover/one-click-apps/issues) for finding new apps. **Describe the solution you'd like** At the moment list...

feature-request

## Bug description Top navigation is fine in the home page but when I go to the API list page and click on it, nothing happens. It sees an element...

(t) Bug
P1
(u) Usability
(u) Paperbits

**Please tell us what app you'd like to see on CapRover as a one-click app.** Ferdi Server https://github.com/getferdi/server **Do you know if there is any official Docker image for the...

I found out that filename is empty in a transaction that has multiple commodities. Test 1: file: test1.ledger ``` 2022/01/15 Payee expenses:category1 £10 expenses:category2 $11 assets:debit ``` The command: ```...

**Describe the bug** 1. I expect the files to be deleted from my telegram when I delete it from the app 2. When I click on the sync, I expect...

bug

**Describe the bug** The following code calculates the duration between two dates: ([playground](https://stackblitz.com/edit/dayjs-playground-duration)) ```javascript import dayjs from 'dayjs'; import duration from 'dayjs/plugin/duration'; dayjs.extend(duration); const startDate = dayjs(new Date(2005, 4, 15));...

I love Omnivore, and I use it everyday. It would be good if 1. we can have a button to mark an article as read/unread when reading an article, instead...

This pull request updates the parsing logic to support both legacy and newer versions of PocketBase collection exports. PocketBase v0.22 (or possibly an earlier version) introduced changes to the exported...