Mikael Brassman

Results 10 issues of Mikael Brassman

Doesn't seem to work on hyper 2.0 (neither stable nor canary). Hitting the shortcut keys Ctrl/Cmd+G does nothing. No errors on console. I can see that the plugin is loaded...

bug

This PR adds keybinding through decorateKeymaps export.

The rendered text from a markdown sample does not encode the text. E.g. providing the following text: ``` Entré ``` It should escape the accented characters like this: ``` Entre´...

Is it possible to use omelette to create a [completer function for the `readline` module](https://nodejs.org/api/readline.html#readline_use_of_the_completer_function)?

`FlxMouseControl` only looks at `FlxG.mouse.pressed` which indicates left mouse button clicks. For right and middle button, there currently is the `FlxG.mouse.pressedRight` and the `FlxG.mouse.pressedMiddle` available. It'd be nice to have...

**Describe the bug** Installing storybook on a create react app based project appears to crash on Windows due to usage of `fsevents`. `*snip-snip*` added in logs below for NDA reasons....

question / support
compatibility with other tools
cli

Add grunt-bower and a grunt task to download the knockout dependency so that the project is easy to bootstrap... and update the readmes.

enhancement

**Description of the problem being solved** I find myself in situations while developing a Slack app that I need to check what payloads are being sent into functions etc. [Deno...

feature request

### Question The main question is if it is allowed to **NOT** call `client.function.completeError/Success` in a `ViewClosedHandler` callback in order to stop a Slack workflow early? ### Context Normally a...

question

### Question Is there a way to get a log during `slack run` on why a ViewSubmissionHandler failed using the `response_action` method? It currently does not print any errors on...

question