JD Isaacks

Results 16 issues of JD Isaacks

I have `[email protected]` installed as a dependency for `[email protected]` in my create-react-app with `[email protected]` It will not compile, and I get errors like this: ``` ERROR in ./node_modules/popmotion/dist/es/utils/interpolate.mjs 1:0-152 Module...

@r-stein @rchl Hey guys, I have been really appreciating the all the hard work you have been doing. In light of all the recent activity. I wanted to discuss on...

In my editor, when you add an image. It adds placeholder text like `{{image}}` and applies an immutable entity to that with the `url` set to the image URL. I...

I keep getting: > No style rules found on passed Component I have been able to trace it to this line: https://github.com/styled-components/jest-styled-components/blob/4b07fde2607516db407a6215d17dfb461b90b491/src/utils.js#L25 ```javascript const getHTML = () => (isServer() ?...

I have this gem in my Gemfile (bundled) and `*= require font-awesome` in my application.css Rails is not loading the icons though. It seems to be because of [this line](https://github.com/FortAwesome/font-awesome-sass/blob/master/assets/stylesheets/font-awesome/_variables.scss#L5)...

In your example you were not accessing data from the `.data` property which it will be stored on. Also I was having trouble figuring out where to inject the helpers...

Example: ``` import { Properties } from 'csstype' const style: Properties = { color: 'white', paddingRight: 'anything allowed here', // Should be a type error but not } ``` When...

I pushed some binary data from my local sqlite3 db to a postgres db on heroku. The data integerity was not maintained. The data is very long so I wont...

I really love `Promise.resolve("some value")`, however if you want to delay this resolving you have to do something much uglier like ``` javascript new Promise(resolve => setTimeout(() => resolve("some value"),...

addition/proposal
needs implementer interest