Raine Virta

Results 54 issues of Raine Virta

Hello, Thanks for a great library. I want to log an error object along with a message that describes the context of the error. ```js log.error('Error while doing x', err)...

The bot works in a room but doesn't respond when using commands privately. Nothing seems to appear in the log either.

I noticed that both the hubot shell and Flowdock adapter prepend the user's name to the message when using `res.reply`. I'm pretty sure this adapter should do the same.

Similarly to TextMate's Cmd-n for switching buffers.

feature

**Describe the solution you'd like** When using bulk move (`bmv`) to move files, it would be great if the directory on the line where cursor is located would be set...

feature request

Any ideas what could make it this slow? From a quick glance to the code I couldn't see anything obvious. It should be just building a http client, correct? ```rust...

bug
help wanted

The existing `download_workflow_run_logs` method in `actions()` allows downloading logs for the full run. It would be great to be able to download logs for a job: `https://api.github.com/repos/:owner/:repo/actions/jobs/:job_id/logs`

enhancement
help wanted
good first issue

I'm trying to use the conditional workflows addition proposed here in a real project but I'm finding that it is really inflexible due to only allowing single value truthiness evaluation....

Added `require('node-jsx').install()` to my app and getting `Illegal return statement` when it tries to parse node libs under node_modules/. I'm guessing `{ extension: '.jsx' }` fixes it but I don't...