Matthew Kim
Matthew Kim
#84 Adds middle layer to the `provide_hotkeys` scheme. Note, I didn't do the options with the derived `Builder` trait like Mr. leptos-use, but I plan on doing that but have...
The current demo showcases the features that this library provides, however, we can style this better, plus add some code snippets. This can probably be punted till v.0.3.0.
I think it's time to offer some guarantees of the library since more people are using it. This means writing up unit tests and e2e tests. Maybe we can even...
fixes: https://github.com/google/mdbook-i18n-helpers/issues/68 **markdown-gettext binary** You can execute this binary by the following: ``` markdown-gettext --dir=(directory path) --po=(lang.po path) --out=(output path) ``` or ``` markdown-gettext --f=(file path) --po=(lang.po path) --out=(output path)...
The `wtransport` server is not terminating the session upon receiving a closed `CONNECT` stream. According to the [WebTransport Internet Draft:](https://datatracker.ietf.org/doc/html/draft-ietf-webtrans-http3/#section-2) > WebTransport sessions are initiated inside a given HTTP/3 connection...