Emanuele Santoro

Results 13 comments of Emanuele Santoro

Hey @AGWA was this patch merged, by the way? I'm having a lot of annoyances with empty `.gitkeep` files that are encrypted and pollute both commits and history.

I'm stuck on the same issue: `git-crypt unlock` unlocks most of the files but not all of them. I tried decrypting my key and use that to decrypt the repo...

Found a fix for my case. This was weird however because my coworkers working on the same repository are not encountering this problem. Anyway: In my case, after digging into...

Hi, this is to let you know that I'm facing the same problem with the provider version 2.5.1. I did manage to get the provider to work by substituting the...

I am writing to acknowledge this. I am running into the same issue.

Hello there! I am looking into this issue and trying to fix it myself. I enabled remote debugging and chrome debugging, and started debugging this addon. First thing I see...

I'm having the same issue, but I'm **not** using cospend nightly. The effect for me is that projects get created but a full page refresh is needed for projects to...

in the javascript console I get this error: ``` Error: Request failed with status code 500 exports createError.js:16 exports settle.js:17 _ xhr.js:54 App.vue:665 createProject App.vue:665 ``` This is what I...

I think I have a workaround. So this was, originally, the content of my table `oc_cospend_categories` (i'm using postgresql but this doesn't matter): ``` nextcloud=# select * from oc_cospend_categories ;...

One last thing: I'm using postgresql as database and i've recently performed a database upgrade (11 -> 14) via export&import. Maybe that's the root of the problem