Silver Bullet
Silver Bullet
https://as.bitinn.net/shots/cjht70btv00zv6u5nzg6qk6tt 非动画
The last line of this log shows the reason: ``` {"code":"SELF_SIGNED_CERT_IN_CHAIN"} ``` Which means while the application is trying to access `github.com`, it found a improper cert chain. You need...
We can leave more options for users to control if a snippet should be downloaded, such as using tags... Besides, I think issue #82 will be easier to implement if...
Seems some variable is not correctly escaped while truncating folder names. Let me check if I can have a quick (maybe dirty) solution first.
Update: this fix seems works. The target file is `~/.local/share/omf/themes/spacefish/functions/__sf_util_truncate_dir.fish`. Would someone come and check this patch? My Yubikey is offline recently and need some one to submit it for...
Seems a possible solution: https://stackoverflow.com/questions/15674422/unable-to-detect-why-qdialog-is-memory-leaking
> Seems a possible solution: https://stackoverflow.com/questions/15674422/unable-to-detect-why-qdialog-is-memory-leaking Nope. Not the source. But fixed: ``` def settingsActionTriggered(): - SettingsDialog(self._plugin).exec_() + if self._settingsDialog == None: + self._settingsDialog = SettingsDialog(self._plugin) + self._settingsDialog.exec_() ```
> How did you confirm the memory leak? I read the documentation of QDialog::done and it appears to me that setting the Qt::WA_DeleteOnClose flag would be enough. Am I missing...
Strange. The commit 2714069 should not create any more setting dialogues and its pages. Maybe it is not the dialog which is created for many times. I may check it...
> we spec'd out the way we are going to do relays, at the protocol level. While this wasn't a design goal of Nebula, there is enough need in the...