Pete Nykänen
Pete Nykänen
This PR fixes an deprecation warning by using thirdparty/mustache instead of the global Mustache. ``` js Use brackets.getModule("thirdparty/mustache/mustache") instead of global Mustache. at Object.defineProperty.get (file:///C:/Program%20Files%20(x86)/Brackets/dev/src/brackets.js:123:32) at init (file:///C:/Users/Pete/AppData/Roaming/Brackets/extensions/user/brackets-display-shortcuts/main.js:514:13) at Object....
Currently the default [comment syntax](https://github.com/mikaeljorhult/brackets-todo#comment-syntax) is defined by the `.todo` file as C-style comments: > Todo will by default recognize C-style comments using the tags TODO, NOTE, FIXME, CHANGES or...
I am catching an error and sending a response with Express + DoqmentDB like this: ``` foo.create({ foo: bar }).then(function () { res.json("Success"); }).catch(function (err) { res.status(500).json(err); }); ``` The...
This is an rather small issue with route parameters and ES6 default parameters that I just ran into and thought I would just bring it up (semi-related to #3828 I...
I noticed that the current version according to `package.json` is `"version": "2.1.0"`, while the version on the registry is `2.0.1`: ``` Show Whitespace 2.0.1 by Dennis Kehrig / DennisKehrig on...
A [new JSX transform](https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html) was introduced in React 17 and backported to React 16.14.0, 15.7.0, and 0.14.10, which enables people to use JSX features without having React in the scope....
The credentials link was pointing to `headers` instead of `credentials`
Small fix for the responsive-styles doc, the link pointed to non-existent location
This PR fixes a small broken link in `examples/error_percent/README.md`
The README.md states that > Tested with Ruby 1.9, 2.0, 2.1, 2.2 and 2.3. However, installing `gelf` on 1.9. leads to ``` gem install gelf ERROR: Error installing gelf: json...