David Dernovoj

Results 13 comments of David Dernovoj

Can confirm, but #48 fixed it for me.

@swcisel I have tried reproducing that on windows but couldn't get it to work either

Have you tried using [this](https://github.com/widget-/slack-black-theme/issues/39#issuecomment-356698404)? I am definitely using 3.0.5 and it's working on Windows 10.

I tried but I failed badly trying to do the same thing, that helps a lot! I think an improvement label for the documentation would be appropriate.

@stevenlordiam this is what the bottom of my `ssb-interop.js` file looks like: ```javascript // First make sure the wrapper app is loaded document.addEventListener("DOMContentLoaded", function() { // Then get its webviews...

@stevenlordiam you're welcome!

@Arezhik I appreciate the effort, but you have to fix your formatting 😄

>Also "We are considering the best way froward for dark mode native to Slack, but I'm sorry to say I don't have a timeline I can share." Fingers crossed They've...

Possibly. But middlewares are not yet implemented. @GochoMugo couldn't we pass another optional options parameter or so that would also listen to images?

I have that exact issue with my bot. It dynamically accepts new listeners and should be able to remove them, too. Here is my dynamic adding of handlers: https://github.com/david1602/1337/blob/master/utils.js#L108-L123 And...