Michael Bolin
Michael Bolin
I am trying to use regenerator with jstransform and I am getting the following error when transpiling one of my files: ``` Message: regenerator error while transforming : did not...
I feel like `pidpath()` should return `Result` since a path is not required to be UTF8, no?
Because of the changes in how the chrome.manifest file is written, the logic to create a clone of the Chickenfoot extension (with different ids) needs to be updated to support...
# Bug report **What is the current behavior?** A string value for `banner` that is a JS comment does not appear to work with `raw: true`. For example, if I...
I believe the relevant code is here: https://github.com/bazelbuild/buildifier/blob/7679b82ab766294a27b3b439160277286d8efa1d/differ/diff.go#L96-L113 I suspect `tkdiff` is installed by default at Google on Goobuntu, but `tkdiff` isn't available by default on OS X, and I'm...
If I run `console.log(55)`, the Jupyter message I get back is a stdout stream with the contents `"\u001b[33m55\u001b[39m\n"` because of the ANSI escapes for colorization. I was hoping to get...
Please complete the information below: # Where is the problem? Key Existence vs. Value Existence # What is the problem? `1` and `3` are both valid keys and values. Use...
If I create an `` and want to get support from the `SymbolProvider`, I should not have to put it under the DOM structure `atom-pane > .item-views > atom-text-editor` in...
The file `./syntaxes/cabal.json` does not exist: https://github.com/JustusAdam/language-haskell/blob/c71c5d06452ec63c525cd6de27a16689302af5c5/package.json#L139 The file `syntaxes/literateHaskell.json` does not exist: https://github.com/JustusAdam/language-haskell/blob/c71c5d06452ec63c525cd6de27a16689302af5c5/package.json#L154
https://github.com/bungcip/better-toml/issues/10 added support for "front matter" syntax highlighting in Markdown files. I'm not that familiar with it, but I see it is some sort of metadata format that must appear...