Pirate Praveen Arimbrathodiyil

Results 189 comments of Pirate Praveen Arimbrathodiyil

@es128 after applying es128/glob-parent#11, I test still fails, ``` $ npm test > [email protected] test /home/pravi/forge/debian/git/pkg-javascript/node-glob-base > mocha glob-base: ✓ typical globs: ✓ file extensions: 1) negation pattern: ✓ extglobs:...

I think, this is a bug in is-glob (3.0 as well as 3.1), ``` var isGlob = require('is-glob'); console.log(isGlob('a/b/c/!foo')); ``` gives false.

then its a fix in glob-base/test.js, right? Current test, ``` globBase('a/b/c/!foo').should.eql({ base: 'a/b/c', isGlob: true, glob: '!foo' }); ``` can I change this to, ``` globBase('a/b/c/!foo').should.eql({ base: 'a/b/c', isGlob: false});...

But that seems not enough, ``` { "base": "a/b/c" - "glob": "!foo" + "glob": "" "isGlob": false } ```

Yes, it gave "glob": "!foo" instead of "glob": ""

I was asking if `globBase('a/b/c/!foo').should.eql({ base: 'a/b/c', isGlob: false});` would be enough. I tried your suggestion and that failed. ``` $ npm test > [email protected] test /home/pravi/forge/debian/git/pkg-javascript/glob-base > mocha glob-base:...

@calvinmetcalf if we can't implement it, can't we disable it in crypto-browserify module itself?

``` $ sudo install -D -m 644 system-wake-up.service ${DESTDIR}/lib/systemd/system/system-wake-up.service $ ls -l ${DESTDIR}/lib/systemd/system/system-wake-up.service -rw-r--r-- 1 root root 75 Jan 13 15:39 debian/birdie-alarm-mobile/lib/systemd/system/system-wake-up.service ```

OTR does not work well when connection breaks often, which is the case most of the time where I live. Also it needs both to be online to start. Most...

I think axolotl is not yet widely available in other clients. So providing both until other clients catch up would be good.