Mac Lockard

Results 9 issues of Mac Lockard

Currently get this stack trace when calling a function with a conditional chain operator upon initialization: ``` [Error - 10:22:26 PM] TypeError: Cannot read property 'hasValue' of undefined Occurred while...

### Describe the bug When using the option `"decorators": true`, using the name `export` for class fields and methods is no longer allowed, returning this error: ``` × `export` is...

C-bug

I wanted to get your thoughts on a potential feature, if its something that you are open to, I would be more than happy to work on it! ## Overview...

This makes it possible to manually set callbacks for `onDisconnected`, `onReconnected` etc. The advantage here is end users will be able to better handle network blips rather than having apollo...

I've attached a screenshot so you can see, but for some reason a line of carets appear at the bottom when Goyo is activated. I thought it might be caused...

CSS modules lets you import like so as well: ``` import { myClass } from "./MyComponent.module.css"; ``` it would be nice if the plugin offered autocomplete for this case as...

feature request

Related to https://github.com/smeijer/unimported/issues/66. Unfortunately `pathTransforms` doesn't seem to work well when dealing with both `.ts` and `.tsx` files. With the new typescript module import path stuff, I believe that the...

It is not an uncommon pattern for 3rd party component libraries to take multiple different css class props beyond just `className`. Currently styled-components only supports styling via the `className` prop...

When trying to install, I get the following error: ``` checking for freetype-config... no **************************************************** Error: freetype-config not found. Please install FreeType with freetype-config script. If you have not installed...