Rob Johnston
Rob Johnston
I'm hoping that what @Casimodo72 said in https://github.com/aspnet/LibraryManager/issues/389#issuecomment-449877677 also gets addressed as well. Use the local cache if all else fails. Related to #370 and #234.
Addressed, at least in part, in https://github.com/aspnet/LibraryManager/pull/563.
Duplicate of #57 , but this has a better description.
Related to https://github.com/aspnet/LibraryManager/issues/407, needs a way to specify the destination for individual files.
I echo what @xzegga suggested about a git repo provider. However, there is a work-around for this via jsdelivr. See https://www.jsdelivr.com/features#gh For example, [WET-BOEW](https://github.com/wet-boew/) is not available on any provider:...
Duplicate of #249, created 3 weeks prior, tagged with "P3" and "bug".
Link to upstream issue: https://github.com/jquery-validation/jquery-validation/issues/2322
There's a WET 4 intranet theme here: https://wet-boew.github.io/themes-dist/theme-gc-intranet/docs/ref/theme-gc-intranet/theme-gc-intranet-en.html However, as noted on the "[Themes and styles](https://wet-boew.github.io/wet-boew/docs/ref/themesstyle-en.html)" page, it's no longer being maintained. As for best place to download them, I'm...
I'll also note here "[Tooltips & Toggletips](https://inclusive-components.design/tooltips-toggletips/)", that I found from https://github.com/w3c/aria-practices/issues/127. This approach is said to handle screen readers, keyboard users, and touch screens as well.
1. If I understand the problem, when the server does its validation, it reloads the page, so anything done is lost. If you could do validation without the server redirect,...