Ceci
Ceci
My changes in this PR shouldn't be merged due to it breaking backwards compatability. I.E. storing roles separate from the users
@jszaszvari @dberzano @alFReD-NSH I recall the breaking change was due to us moving the location redis would store the users roles. Previously we would store them directly on the user...
Something like the following should work for migrating roles from the old format. ```coffeescript module.exports = (robot) -> robot.brain.on 'connected', () -> roles = robot.brain.get('roles') for id, user of robot.brain.users()...
@sokoow AFAIK this should work with `hubot-hipchat`. You can get your user id by saying: `@hubot what is my id`. The reason we don't support getting the id of another...
@Ferrari I'm having a few issues reproducing this. Can you let me know what OS and Adapter you're using?
@patcon I'd recommend just reverting the commit. The given functionality doesn't really work in the case of hubot-auth due to how the roles are stored we need to have the...
@Ferrari Can you verify if this is still an issue?
**EDIT: Added a link to my working example below** [Source Code](https://github.com/rain-cafe/devkit.lgbt/blob/main/src/components/Editor.tsx) [Live Example](https://devkit.lgbt/#/notes) I do have a [PR](https://github.com/bangle-io/bangle-editor/pull/272) open to fix this issue, but for those of us that want...
Just posting this for visibility, but here's a [workaround](https://www.reddit.com/r/pop_os/comments/rptdf3/comment/hqyi2xg/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button) for anyone that wants to disable the functionality. **The only change I'd make is instead of restarting your PC you can...
Seems like this is fixed in the latest version?