Rob Rodriguez

Results 7 issues of 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' } ] } },...

bug

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...

type (1): Question

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...

Question

1) If you can, please include a screenshot of your problem When connected to a remote workspace, you cannot use Search and Replace. ![image](https://github.com/user-attachments/assets/6d49e498-498b-40e4-b476-a0023b7b2216) 2) Please include the name of...

bug
user-support