stoically
stoically
Currently, when setting defaults with `ConfigBuilder::set_default` there's no type safety when used in combination with `Config::try_deserialize`. Meaning, that if I change the type I'm serializing to, I might miss adjusting...
### Please describe your bug My media files with HVEC 4K HDR video tracks and DTS audio tracks aren't switching my device into HDR mode any longer. All of those...
Hey, I've noticed that you mention that TC is redundant with TCP / FPI. From my perspective that is not the case. I've written down my thoughts on that here...
v0.9 API
Follow-up from https://github.com/stoically/syn-rsx/pull/23 Issue for general API discussion of the upcoming v0.9 release, which will have a rather large breaking change upcoming: `Node` will be converted to an `enum`, and...
- JSX is `` (https://zhenyong.github.io/react/docs/jsx-spread.html#spread-attributes) - Yew went with ``, inspired by Rust's functional update syntax (https://doc.rust-lang.org/stable/reference/expressions/struct-expr.html#functional-update-syntax) This might already be possible with the `transform_block` configuration, but not exactly sure...
Should run on creating a tag. Makes maintenance easier. Ideally also add https://github.com/orhun/git-cliff#github-actions to automate updating the CHANGELOG and adding the changelog entries to the github release accordingly.
Currently requests to youtube will still hit their servers and only then the content script is loaded, which in turn redirects to invidious. Consider to instead register an [onBeforeRequest](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/onBeforeRequest) listener,...
In my use case I'm providing a library that helps with parsing a specific kind of token stream syntax, namely something HTML/JSX-ish: [`syn-rsx`](https://github.com/stoically/syn-rsx). I'd like consumers of the library to...
Hey, your macro is probably feature complete and there's no interest in changing it – but in case you have to expand functionality: I just wanted to leave an hint...
Currently omitting credentials by setting [`credentials: "omit"` on `Request`](https://developer.mozilla.org/en-US/docs/Web/API/Request/credentials) isn't supported by `stream-http`. It'd be nice if there were a way to do that. Maybe either allowing `withCredentials` to be...