darix
darix
This is not meant as a final implementation. all those TODOs need solving. This is just a rough untested sketch to see how one might be able to do this....
similar to what github and so do.
### What version of Hugo are you using (`hugo version`)? ``` $ hugo version hugo v0.123.0+extended linux/amd64 BuildDate=unknown VendorInfo=https://build.opensuse.org/package/show/home:darix:apps/hugo ``` Build description here: https://build.opensuse.org/package/view_file/home:darix:apps/hugo/hugo.spec?expand=1 ### Does this issue reproduce with...
**Describe the bug** ``` Extension [email protected]: TypeError: MessageTray.SystemNotificationSource is not a constructor Stack trace: notify@file:///usr/share/gnome-shell/extensions/[email protected]/extension.js:212:22 errorNotification@file:///usr/share/gnome-shell/extensions/[email protected]/extension.js:232:35 enableUserConfig@file:///usr/share/gnome-shell/extensions/[email protected]/extension.js:162:22 enable@file:///usr/share/gnome-shell/extensions/[email protected]/extension.js:61:14 _callExtensionEnable@resource:///org/gnome/shell/ui/extensionSystem.js:263:38 async*_onEnabledExtensionsChanged@resource:///org/gnome/shell/ui/extensionSystem.js:621:24 _loadExtensions/
## Current steps to add a new TOTP entry to the DB ### In an ideal case 1. website offers "add manually" option where we can copy paste the paramaters...
any thoughts on supporting [omemo](http://conversations.im/omemo/)?
Would support for [XEP-0280](http://xmpp.org/extensions/xep-0280.html) something you would consider? [It has some potential problems with OTR. but those can be fixed as well](http://op-co.de/blog/posts/mobile_xmpp_in_2014/) Also something to consider would be [XEP-0313](http://xmpp.org/extensions/xep-0313.html)
```patch diff --git a/ext/yajl/yajl_ext.c b/ext/yajl/yajl_ext.c index 97a052c..18dca25 100644 --- a/ext/yajl/yajl_ext.c +++ b/ext/yajl/yajl_ext.c @@ -885,6 +885,8 @@ static VALUE rb_yajl_projector_build_simple_value(yajl_event_stream_t parser, ya default:; assert(0); + // silence gcc error handling +...
currently the generated zsh shell completion then calls the binary again to generate out the bash port. wouldnt it be easier to do something like this pseudocode as part of...
e.g. it expects SNMP to be enabled and configured with snmp v2c. A security focused person might set this to v3 or have the service off completely. which of the...