undergroundwires
undergroundwires
Thank you for this very simple but also powerful project. I started to use it to host my calendar application AWS. It is publicly accessible. I plan to open-source the...
### Clear and concise description of the problem Vite 5 is [released](https://vitejs.dev/guide/migration.html) but this package requires maximum of Vite 4.x as peer-dependency, blocking migrations to Vite 5. ### Suggested solution...
**TL;DR:** Please checked the **Proposed solution**, I'm looking for community feedback on the proposed ID format and the overall approach. ### Problem description The absence of IDs for scripts and...
Hi, First of all thank you for this super easy-to-use plugin. It has been a joy to use it without any issues and it empowers [privacy.sexy](https://github.com/undergroundwires/privacy.sexy). I'm using a lot...
As @nklayman recommends Vite and declared this project unmaintained/dead and Vue CLI is also dead, is there any official recommendation for us who will migrate? Or what setup did others...
### Vue version 3.3.8 ### Minimal reproduction This test fails: ```javascript import { nextTick } from 'vue' test('triggerRef with watch', async () => { const a = shallowRef(1) let aTriggered...
Cannot send outbound requests using node fetch, failing with IPv6 DNS error UND_ERR_CONNECT_TIMEOUT
### Description Sending more than one (sometimes two or three) requests using `fetch` results in DNS errors. I get `UND_ERR_CONNECT_TIMEOUT` errors which is related to IPv6 issues in node. Related...
@rhazdon I see that you reverted back theme toggle logic, button and even all styles with `data-theme=dark` 🥳. So the only thing we're missing is the old simple switch on...
Add: - Ability to header on home page. - Ability to add CSS classes on header. - Ability to disable on individual pages with a page parameter.
This allow theme users to add page specific headings without overriding whole `baseof.html`. It gives more flexibility to theme and maintainability to users. `extra-head` solves global `` injection, but sometimes...