Jon Vuri
Jon Vuri
Ramda was only used in a single place - replace it with equivalent logic and remove the lib, so it doesn't take up undue space in the output bundle.
# Merge Checklist ## :wrench: Issue(s) fixed: - [ ] Author referenced issue(s) fixed by this PR: - [ ] Fixes #0 ## :smoking: Smoke Test - [ ] Works...
Fixes behavioral issue in https://github.com/mapd/mapd-immerse/issues/3942, by short-circuiting a change to the start value and end value inputs on a continuous legend if the start value is greater than the end...
I set a global rule to allow all for youtube.com and ytimg.com to allow Youtube embeds on all pages. However, if I have the "Auto create temporary domain scope" setting...
This plugin runs Flow in the directory containing the current file, rather than the root project directory Atom is open to, or the project root as defined by the first...
Ref #1. Should do this for two reasons: 1. Reduce work for user (previously deemed less important than keeping the transform focused and simple). 2. Ensure that the same version...
Since iron-ajax / -request simply proxy down to XHR, even if a body attribute is set, it will simply be ignored, and not sent with the request. This isn't indicated...
Sandrbox's semicolon splitting includes no logic for semicolons inside strings: ``` require 'sandrbox' p Sandrbox.perform(['"str; with; semis"']).output[0] ``` This results in "SyntaxError: sandrbox:2: unterminated string meets end of file" being...
Simple example: ``` require 'sandrbox' p Sandrbox.perform(['Object.instance_method("cla" + "ss").bind(STDOUT).call']).output[0] ```