Rob Rodriguez
Rob Rodriguez
``` module.exports = function(grunt) { // Do grunt-related things in here require('load-grunt-tasks')(grunt); grunt.initConfig({ convert: { plist2json: { files: [ { expand: true, src: ['PushKit-Info.plist'], ext: '.json' } ] } },...
Can't use handlebars that require strings without getting escaped. The internal strings have to double-quoted. We would need some mechanism to ignore anything inside of the ```{{``` ```}}``` **Jodit Version:**...
JSON-RPC and other RPC-like APIs often only have a single URI with the method defined in the body. It would be nice to be able to define multiple actions on...
This PR provides support for: 1. Alternate parameter symbols (i.e. `$` rather than `?`) 2. Position parameters in the `FilterExp`, i.e. (name = $1, age = $2). There are set...
In the "On this page" drop down the properties and class methods display, but are disabled. All properties and methods are just dumped in the Overview Section.
I am trying to use this control and everything works fine accept the block setDidChangeValidState is never called and I don't get the snazzy popups on my textfields. Is there...
1) If you can, please include a screenshot of your problem When connected to a remote workspace, you cannot use Search and Replace.  2) Please include the name of...