Eduard Bess

Results 3 issues of Eduard Bess

Hi @ericmartel Great job first of all. On guzzle 6 there is no `setDefaultOption` method, so I passed the options via constructor.

counter: ```vue ``` example component: ```vue export default { props: ['value'], mounted() { console.log('Component mounted.') }, }; ``` On inputting something (there is an input in the example component) the...

When processing the url, the aduster removes single quotes from urls. it destroys inline svgs. **source** ``` css background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974...