Devin Rhode

Results 293 comments of Devin Rhode

The goal stated in the readme is to get "as close to an idealised pure functional language as possible" ... "without becoming a subset of itself." However, I think it...

This should definitely be included in the addon, at least a note in the README to add this

Basically, sentry should be the first thing that's loaded in the app, to make sure any issues loading are identified

I'm going to try hacking around with putting this addon's code in app.js... maybe just transform my service into a global wrapper around raven/sentry... although the most bulletproof way to...

What do you think is the best way to go about this @Turbo87?

While I started to screw around with putting the ravenjs cdn tags in the index.html and then considered forking this addon and making it reference the global window.Raven, it seems...

I believe in strict mode, arguments.callee is no longer going to be available, precisely because functions should be named. As I understood it, this was a bad idea for security...

Doesn't matter what the rebase state is. The state that matters is the value of `$GIT_SEQUENCE_EDITOR` when `github .` is run.

When the github app runs rebase commands, it should probably set `sequence.editor` and/or `GIT_SEQUENCE_EDITOR` to point to itself. https://stackoverflow.com/questions/29094595/git-interactive-rebase-without-opening-the-editor

I believe this would repro: Precondition: 1. When you run `git commit --allow-empty` it opens vscode. When you run `git rebase -i master` it opens vscode. (Set `EDITOR` and/or `GIT_EDITOR`...