Davide Gessa

Results 42 comments of Davide Gessa

@aszczepanek did you fixed this problem without angular-gettext modifications? I found that substituting this: ```js self.addString(reference(n.startIndex), str || getAttr(attr) || '', attrValue.plural, attrValue.extractedComment, attrValue.context); ``` With this: ```js self.addString(reference(n.startIndex), getAttr(attr)...

@mszoek I also think a simple new one dock from scratch is a better idea, but anyway I link you also these docks: - https://github.com/rodolf0/wbar (no qt/gtk deps, only x11...

This is a feature I also want. I think that the right way to do this should be to integrate an exclude option in Settings/Sync tab.

@shaun19826 I still have the issue

Oh yep, I already found a workaround when I opened the issue (the workaround is to hide the WM panels when I use galleon)

Despite the @Quantizr assumptions and implications seems correct, I've found this experiment/project https://directory.eoportal.org/web/eoportal/satellite-missions/s/spooqy-1 which as far as I understand creates (in space) an experiment like QRNG. It uses many non...

I may have found a valid solution (not sure if the best) by inheriting from an instantiated drawing area (ora another widget); this is the cairo example modified: ```ocaml open...

@tryfun059 back nudification is in progress, you can access it by requesting beta access to xxxpaint https://dreamtime.tech/docs/xxxpaint

A tiny hint for performance improvement: if the block is old in the chain, the "Ensure a spent UTXO exists (soft validation) when saving a block." can be neglected without...

Regarding "Async Hardware Wallet library", I'm interested in implementing it for the Ledger HW wallet since I'm already using ledger nano with psbt in my project. The main problem is...