Adam Denenberg

Results 14 comments of Adam Denenberg

same here. OSX 10.6

Do you have this workign with React16 ? I just keep getting errors about PropTypes ``` TypeError: _react.PropTypes is undefined ./node_modules/react-modal-dialog/lib/CloseCircle.js node_modules/react-modal-dialog/lib/CloseCircle.js:48 ```

Does React16 work yet ??

Is there a status on this? Would be curious to help where I can, just not sure what has been done.

Just checking in, is this possible ?

No worries, I know that someone did this with typeahead , see here https://github.com/tcrosen/twitter-bootstrap-typeahead. Basically this enables you to load a json payload of ID/NAME and display NAME for autocomplete...

FWIW i integrated pickling on my own and it was pretty easy with this library. if you have a case class SomeClass val x = SomeClass you can quite easily...

It does not, which was what confuses me. And yes it's writeable, bc it has written other files in there for other Goals, I triple checked that

@geoffdutton how do you conditionally include macOS vs Windows components ? I noticed you are including the macOS ones, but what happens when you build for windows?