Jabis Sevon

Results 25 comments of Jabis Sevon

Can't create user on master nor tag `0.9.999999` ```javascript u = gun.user(); u.create('testing2','testing',function(){ console.log(Array.from(arguments)); }) User {_: {…}} [{…}] { ok: 0, pub: "TZeUaonNPbTYuBz3eqnyRuLvW28UxyTRelZ7KavdweA.GcOyw9evjMPI84Koz0B5UQJS4U-6llZgfKRBM5ufJks", gun.js?v=301:1 ``` On serverside I read...

Adding to this, on master branch the error is: ```javascript TypeError: SEA.I is not a function at Object.SEA.encrypt (sea.js?v=301:519) at Object.act.e (sea.js?v=301:794) at Object.act.d (sea.js?v=301:790) at act.c (sea.js?v=301:786) at Object.SEA.pair...

Traced this one back to old SafeBuffer ( sea/buffer.js ) was not handling the string decoding properly kept filling the SeaArray(64) with [0..] - had to clean the gun-directory, issue...

Proposal to use personal access tokens here, related as the token accepts sending messages as DM's too: https://github.com/makmu/outlook-matters/issues/65#issuecomment-356546891

Perhaps another installer other than ClickOnce could be used to deploy the vsto? Problems with Win7 Pro just reported, that I think comes to group policies on domain, that prevent...

Would be easy attribution to change the line [here](https://github.com/makmu/outlook-matters/blob/master/OutlookMatters.Core/ContextMenu/MailItemContextMenuEntry.cs#L68) into the following. Though I think it would need a configuration option somewhere. ```javascript if(channelList.Channels[index].Type == ChannelTypeSetting.Public || channelList.Channels[index].Type == ChannelTypeSetting.Private)...

This is slightly related; @makmu Since moving to Api V4 also enables User Private Tokens, I believe it would be easy to add either username/password login, or Private Token for...

@rhassa @makmu Mattermost encourages my proposal too for this; > - Personal access tokens do not expire. As a result, you can more easily integrate with Mattermost, bypassing the session...

Most hosts don't want to provide passthru to turn as it's an outrageous bandwidth thief and a possible vulnerability allowing UDP even on non-standard ports. I've been building a coturn/jasper...