Eric Fuhrmann

Results 16 issues of Eric Fuhrmann

As it stands, I rarely currently use the following gulp config: ```js 'use strict'; const gulp = require('gulp'); const when = require('gulp-if'); const babel = require('rollup-plugin-babel'); const commonjs = require('rollup-plugin-commonjs');...

I came across your netlify function and was curious about how you went about whitelisting MongoDB with netlify functions? At the moment I can only get it working by whitelisting...

**Is your feature request related to a problem? Please describe.** While many gradients are linear, some are also radial. Is there any way to easily convert these code snippets into...

The ability to include color decorators in the output would be quite nice. Here is an example of what a color scale looks like in code: ![image](https://user-images.githubusercontent.com/8878152/129804210-ca66d458-914b-4dff-a82b-b44190e6098e.png) vs the CodeSnap...

I followed your guidance in #71 and got `node sitemap-builder` to run, however I'm running into the issue of it having trouble with it parsing my `Styled Components` library. See...

It seems like `topSpacing` and `bottomSpacing` are not being calculated into the height of the sidebar. I have a sidebar that has `topSpacing: 150px`, and if my sidebar falls within...

Just giving a heads up that the latest Travis CI build seemed to have failed: https://travis-ci.org/que-etc/resize-observer-polyfill

I understand the issue, but am unsure of how to resolve it short of switching to a different, more absolute value (`px`). The issue is that I change the base...

With the following component: ```js const Foo = styled.p` margin: 0; text-transform: uppercase; ${font("sans-serif", 14, 600, #000)}; `; ``` I receive this error: ```console Expected -styled-mixin0 to come before text-transform...

help wanted

If I have the following formatted code: ```pug +link({ name: 'Solutions', subnav: { sublinks: [ {name: 'WISP', url: '#', icon:'wisp'}, {name: 'Fiber', url: '#', icon:'fiber'}, {name: 'MDU', url: '#', icon:'mdu'},...

type: enhancement