Andrea Vanini

Results 23 comments of Andrea Vanini

+1 (+2 if I could!) I'd be happy to contribute with the italian locale!

Sure! I initialize autosize inside a componentDidMount react function. Autosize triggers this error: `Uncaught InvalidStateError: Failed to execute 'dispatchEvent' on 'EventTarget': The event provided is null.` on line 153 ```...

@ceo-ooo-ooo it works! Nice! Thank you!

Sure ```javascript TypeError: source.subscribe is not a function at new Executor (RelayModernQueryExecutor.js:97) at Object.execute (RelayModernQueryExecutor.js:48) at RelayModernEnvironment.js:270 at _subscribe (RelayObservable.js:580) at RelayObservable.subscribe (RelayObservable.js:281) at RelayObservable.js:196 at _subscribe (RelayObservable.js:580) at RelayObservable.subscribe...

Hello @simukappu! Any reasoning about this?

Sure thing, in the fork master branch I already migrated tests and methods to the new naming (would be a breaking che change tough). If you want I can draft...

Sure, did you take a look at https://github.com/uidu-org/activity_notification? I renamed the association there, fixed the tests, but couldn't make it configurable. I'll open a PR so you can take a...

What's the status of this? It seems still broken, isn't it? ```ruby @taggable.tag_list = ['one', 'two'] @taggable.skill_list = ['react', 'rails'] @taggable.save ``` only saves one of the two lists

@seuros any clues on this? Thanks!

I confirm this! (or maybe we both make the same mistake)