philn5d-ar
philn5d-ar
try updating the list on the readme to what's here: https://github.com/redhat-developer/yaml-language-server/issues/77#issuecomment-511768680
After some review of the code and debugging, this is caused by the event registration `componentWillMount` lifecycle of the NotificationContainer. This is not the correct place to register events and...
Are you guys going to PR this and do another release soon? This is causing issues with SSR since your event registration happens on the server (it causes a memory...
But even in React 15, it is not the right place for registering events. https://react-legacy.netlify.com/docs/react-component.html#componentwillmount
I have the same issue: `android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed: pending_ops.tag, pending_ops.target_class, pending_ops.target_package, pending_ops.user_id (code 2067 SQLITE_CONSTRAINT_UNIQUE)` not calling any db methods or even using SqlLite ourselves. Probably another package enabling...
Thanks @schmidt-sebastian! Any pointers on how to track it down to the root? I'm only working with a contract dev to get some Android app work done, not well-versed in...