Nikolay Alexandrov

Results 7 issues of Nikolay Alexandrov

Please, add collapse on dbl click or add a new attribute on-dbl-click="func(branch)" in directive.

enhancement

Which minimal version of guacd is supported?

fix #13

I compiled a binary from the master branch and caught an error: ```bash > git profile current panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation...

```bash > brew install dotzero/tap/git-profile ==> Tapping dotzero/tap Cloning into '/opt/homebrew/Library/Taps/dotzero/homebrew-tap'... remote: Enumerating objects: 53, done. remote: Counting objects: 100% (12/12), done. remote: Compressing objects: 100% (9/9), done. remote: Total...

I've wrote a simple script: ```ts import * as ews from 'ews-javascript-api'; const ex = new ews.ExchangeService(ews.ExchangeVersion.Exchange2016); ex.Credentials = new ews.WebCredentials('username', 'password'); ex.Url = new ews.Uri('https://mail.server.local/Ews/Exchange.asmx'); ews.EwsLogging.DebugLogEnabled = true; (async...