Salomone Baquis

Results 4 issues of Salomone Baquis

## Expected Result When I enter `https://rollingstone.com`, Blacklight tests `https://rollingstone.com`. ## Actual Result When I enter `https://rollingstone.com`, Blacklight tests `http://rollingstone.com`. ## Description It looks like all urls, even ones specified...

## Expected Behavior `amplitude.Types` should be immediately defined after the browser SDK snippet is inserted. Example: ```html !function(){"use strict";!function(e,t){var r=e.amplitude||{_q:[],_iq:{}};if(r.invoked)e.console&&console.error&&console.error("Amplitude snippet has been loaded.");else{var n=function(e,t){e.prototype[t]=function(){return this._q.push({name:t,args:Array.prototype.slice.call(arguments,0)}),this}},s=function(e,t,r){return function(n){e._q.push({name:t,args:Array.prototype.slice.call(r,0),resolve:n})}},o=function(e,t,r){e._q.push({name:t,args:Array.prototype.slice.call(r,0)})},i=function(e,t,r){e[t]=function(){if(r)return{promise:new Promise(s(e,t,Array.prototype.slice.call(arguments)))};o(e,t,Array.prototype.slice.call(arguments))}},a=function(e){for(var t=0;t

bug

## Description [Quill has](http://quilljs.com/docs/modules/toolbar/) an `align` option. Specifying this creates a button which allows you to choose a text alignment. I added this to my inline form input like so:...

## Description It looks like there's inefficient garbage collection happening when we call [`amphora.components.get`](https://github.com/clay/amphora/blob/master/lib/services/components.js#L16), which may indicate a memory leak. **Background:** our team created [this script](https://gist.github.com/salomoneb/b619a64ada78e0417178a760bec16ab2) to batch update all...