David Ginzbourg
David Ginzbourg
At [ghost.py line 298](https://github.com/nir0s/ghost/blob/master/ghost.py#L298) Stash is trying to access the storage's `db_path` attribute. Since there's no demand that that attribute should reside in the storage, the program crashes due to...
At [this line](https://github.com/nir0s/ghost/blob/d9fff639b516ccb9628220fe76f82c8d0a446148/ghost.py#L180) `Stash` always fetches the passphrase from `POTENTIAL_PASSPHRASE_LOCATIONS` without checking if this is necessary.
- Fixes issues #133, #135, #137
Hi, I'm trying to think of ways to make sure my tests to reach max coverage for my JSLT expressions. Is there a way for example to know that for...
Hi, Take for example this invalid JSLT: ``` { "id" : , } ``` This will produce this exception (using the demo playground): ``` com.schibsted.spt.data.jslt.JsltException: Parse error: Encountered " ","...
I'm getting some weird errors with my schema with the decoder/transformers and :+ and would love if someone can help me figure this out (commented inside the code block): ```clojure...
Currently the conversation view groups all emails with the same subject, I wanted to request having the option to group it also by date, on top of the subject. For...
Hi, can you make this supported by `opentracing
Hi, I'm not sure exactly how can an LED be assigned with a color in a specific mode, i.e. when the mode dial is on a certain mode. I see...
Hi, I'm on Ubuntu 24.04.2 LTS on Wayland, I've followed the instructions for the universal package (updated the version in the text before running the commands) but nothing happens when...