shemeshg

Results 15 comments of shemeshg

> I'm still in favor of the reorganization I suggested in [my comment above](https://github.com/keepassxreboot/keepassxc/pull/6456#issuecomment-834549465). > > If wanted, the "Next expiration" can be made editable too, so the user can...

I can confirm that the title of the path is unselectable hence most likely `QLabel` and not "`QTextEdit` in readonly". In Qt `QLabel` is not selectable. Don't think copy button...

Hi Tested on Big Sur 11.6: I don't have Apple ID, so it is not signed, # Please try this 1. ``` brew uninstall --zap cakebrewjs brew install cakebrewjs ```...

Actually you can help (if you'd like) by answering this... I have added already https://github.com/shemeshg/cakebrewjs/blob/947c85a2f0e39bd3b6cc76cad31dc04cc4279a22/src/src/Ls.ts#L14 Can you confirm if it is correct/incorrect/or how should be modified? ``` get senceBrewLocation(){ const...

* consider `nextcloud` is just a secured `webdav` , so simply create `remote git` with the `https` address of the protected folder. and this is it. as for `nextcloud password`:...

I confirm I have the same problem, when nested fields exists, it adds same field with same name, and rip the nested one ``` macos@macoss-Mac-mini ~ % gopass show FAST/tempThing...

Running `Windows 10` I confirm that I also experience this issue. Most apps do not store data directly under the home directory with a dot prefix. For instance, gnupg uses...

- It could be a memo I'm about to start working on, haven't decided it's content. - Mostly a todo list finished working on. - Or a file used as...

I've been thinking maybe `rnp_output_to_callback` would be a walk-around. for example: ``` class RnpStreamToMemory { public: RnpStreamToMemory() { rnp_output_to_callback(&output, stream_out_writer, NULL, this); } const rnp_output_t *getOutput() const { return &output;...

Thanks, 1. the `rnp_output_to_memory` solved the reading from file to memory. 2. Notice the problem is also writing zero len to file. in continue to the walk-around of`rnp_output_to_memory` this operation...