Nemo

Results 567 comments of Nemo

Sounds like a good idea. Could you file it using `cycleShortHand` (See `sles` or `visualstudio` for example). It won't show up in the UI yet, but we're working on a...

+1. Would love for this to happen, but I couldn't find a nice and easy way to do this in Ruby/SVG. Suggestions welcome. This would also make for great `og:image`...

Started some work on this: at #285. Preview is available at https://deploy-preview-285--endoflife-date.netlify.app/centos, but it's still a WIP.

Tags:https://github.com/phpmyadmin/phpmyadmin/tags

Now Microsoft has one too: https://devblogs.microsoft.com/java/announcing-preview-of-microsoft-build-of-openjdk/. >Microsoft will support Java 11 until at least 2024. Ref: https://www.microsoft.com/openjdk Not yet recommended for production usage.

The AdoptOpenJDK page says: >As a general philosophy, AdoptOpenJDK will continue to build binaries for LTS releases as long as the corresponding upstream source is actively maintained. The Eclipse OpenJ9...

Seems like our CSP blocking (blocking eval) does not allow this to work. Will have to file a bug upstream.

Our theme supports it, but not [automatically or easily](https://just-the-docs.github.io/just-the-docs/docs/customization/). There's a ready implementation at https://www.aronsommer.com/just-the-docs-dmt/#, https://github.com/just-the-docs/just-the-docs/issues/234, https://github.com/just-the-docs/just-the-docs/pull/302 We could probably read the browser preference in JS and set it automatically:...

See https://github.com/endoflife-date/endoflife.date/blob/master/HACKING.md#development for setting up the site locally. The [approach from this comment](https://github.com/just-the-docs/just-the-docs/issues/234#issuecomment-770099584) seems reasonable. You can use https://github.com/scikit-hep/scikit-hep.github.io/pull/114 as a reference.

If you need help filing a pull request, see https://jarv.is/notes/how-to-pull-request-fork-github/