Joshua Clark

Results 57 comments of Joshua Clark

I stumbled on a partial solution, it fixes overflow for tooltips while retaining the blur effect ![Tooltip Overflow - Light Mode](https://user-images.githubusercontent.com/1580378/186471045-5081a2c0-1466-4f35-827c-a0b24884507d.png) ![Tooltip Overflow - Dark Mode](https://user-images.githubusercontent.com/1580378/186471366-8fc2dd3e-ee0a-4ccc-ae8c-337ab5185488.png) ```yaml card-mod-more-info-yaml: &card-mod-more-info-yaml |...

Dropdowns seem to have been almost fixed with Home Assistant v2022.9.0 when using the overflow fix ![image](https://user-images.githubusercontent.com/1580378/189273980-9a595f5e-45d9-4f58-b3cb-d477c80a8b71.png) Without the overflow fix, dropdowns cause scrollbars to show, but still show (almost)...

We might need a rebase on the current `main` branch at this point in time.

Neat. If I ever get the chance to try docker I'll try this.

Overviewer is an external tool that is not installed as part of MSCS. The instructions to install Overviewer are on their site: http://docs.overviewer.org/en/latest/installing/ And general setup for using Overviewer with...

This is the only reference to this error I have found from Google https://www.spigotmc.org/threads/cant-connect-to-new-server-return-value-of-java-util-map-get-object-is-null.569250/ From the post: > Edit2: Issue was resolved after using apt to purge all java* packages,...

Glad it's working, once again proving this solution works https://youtu.be/nn2FB1P_Mn8?t=11

Either this or allow launching another script

That works too, the only advantage I can see with having a separate config option is that it makes it more obvious if someone is looking for the functionality

From: http://php.net/manual/en/function.set-magic-quotes-runtime.php > **Warning** This function was DEPRECATED in PHP 5.3.0, and REMOVED as of PHP 7.0.0. Are you using PHP 7?