Charlike Mike Reagent

Results 783 comments of Charlike Mike Reagent

Oh i was wondering why I can see some extensions.. :D ... open-vsx didn't make sense to me to know :D

It's the same thing on ArchLinux.. Seems like that `libunwind` is version 1.6 and it definitely doesn't contain `libunwind.so.1` but without the `1`. I have all devel things, like `base-devel`,...

I don't see why they would want to block you/this way. Why to use some slow UI, when some of us are more comfortable on text-based apps or at least...

@gerrywastaken ah yea, makes sense. Hadn't thought from that point of view. Does someone know for how much time it will be free, or at least some possible prices for...

Nope. Even with `--bare`, plus I'm not using the ssh, I use the pgp keys. With or without `--bare` i'm getting the same base64 string, but different hash when `sendrawairdrop`....

Progress 100%, account balance -1, nothing in my wallet. The `./bin/hsd-cli info` ``` "chain": { "height": 81824, "tip": "00000000000000007c89e2e5fb5ab1dd5b44c60b0504f913226b3d46e9366539", "treeRoot": "bda689b0cfa913097ccabffc0e21f73154e6fcf9df002b29fa993b420d37bd80", "progress": 1, "state": { "tx": 4652445, "coin": 3482392, "value":...

Yep. Good now :) After 3 days syncing, haha. Thanks.

> also seems like comment matching or stripping would be beyond the scope of this though ... perhaps we can add something to the readme that suggests that users strip...

I think the only thing that we should change is first `\s*` to `\s+` because the ``` js var match2 = re.exec('functionfoo(){}'); ``` use case

> I think the only thing that we should change is first `\s*` to `\s+` haha, but it's intentional.. lol because the `function() {}` case.