Danny Guo
Danny Guo
Hey, thanks for the suggestion. There are actually other extensions that set the theme to match the current container. I haven't tried them myself, but see [Containers Theme](https://addons.mozilla.org/en-US/firefox/addon/containers-theme/) and [Container...
Hey, I'm sorry for taking so long to get to this. I do appreciate all the work you put into it. I know you requested that I not ask you...
Hi! That sounds interesting. Do you think you would need to pull in any other crates to implement it?
Yep, I'm aware that it's `O(n)`. The reason we have to use it anyway is that `string.len()` returns the number of bytes, not the number of characters. See this [StackOverflow...
@vvrably, thanks for the heads up. I released the fix as v0.9.3.
Hi, should the tests be showing up in the CI output? I don't see them.
Based on the `eval`s in the error message, it might have been due to [Chrome disabling eval by default](https://developer.chrome.com/extensions/contentSecurityPolicy#JSEval).
Did you [set up sessions](https://github.com/jaredhanson/connect-flash#express-3x)?
Hi, thanks for the suggestion. Is the motivation to stop someone else from turning off the add-on? One issue is that the user can always just remove the add-on through...
It would be possible to add a password for turning the functionality off from within the extension, but the user could always disable or uninstall the extension from the browser's...