Starbeamrainbowlabs
Starbeamrainbowlabs
> pass simple string data If only a string can be passed, I recommend automatic serialisation to JSON (though IIRC when sending an object to a different process/thread in Node...
@beugelaar Ah right. Should the README say that only Windows and Mac are supported? I'm on linux, so if that's true that this won't work.
@beugelaar You have to build on a mac? I don't even know anyone with a mac, so I guess that's that for me using this project then! Thanks for the...
Same here. Here's my stack trace: ``` TypeError: Cannot read property 'prototype' of undefined at __extends (/home/sbrl/.atom/packages/Tern/lib/tern-view.coffee:1:1) at /home/sbrl/.atom/packages/Tern/lib/tern-view.coffee:6:5 at Object. (/home/sbrl/.atom/packages/Tern/lib/tern-view.coffee:6:5) at Object. (/home/sbrl/.atom/packages/Tern/lib/tern-view.coffee:1:1) at Module._compile (module.js:428:26) at Object.defineProperty.value...
That's a nice idea! Could be convenient. Security must be central to the implementation though. @tldr-bot should check to make sure that the user executing the command actually permission to...
Cool, that sounds sensible - just wanted to check some edge cases there. I can definitely see the appeal of adding this to the tldr-bot. I would suggest a check...
Sounds good! We could absolutely implement this. It could maybe scan all open PRs every 24 hours?
Yeah, I'd suggest if a PR has enough approvals and and is idle for at least 2 days then tldr-bot posts a single reminder. If someone has requested changes and...
Erm can do! I can create the .desktop file, but I'm unsure about tying it into QRedis itself. - For a global install, it should go in `/usr/share/applications` - For...
Yeah, I think updating the script as @Epik-Whale463 suggests is a good plan.