Eliza Milburn
Eliza Milburn
Riptide is designed to be easy to add new transports to, have you considered trying to make the transport yourself and submitting a pull request?
I think this would be a good idea
it's .Net Standard, it should work with .Net 5 and 6. It's working fine in my .Net 6 projects
> I've put making it a nuget package on my todo list, so I'll look into it at some point. Any updates on this?
It's been a year, guess that's a no.
I had this issue, I solved it by creating a browser FontFace for it. ```ts // assets: AssetsManifest assets.bundles.forEach((b) => { b.assets.forEach(async (a) => { // If the asset is...
Any reason why this is still hasn't been merged yet?
Yes, it would, if it wasn't for the fact that Jeff forgot to prevent the default behaviour of the form, causing it to refresh before it sends the request.
Even before that, you could have just used one of the countless tools to convert the file to a C file, and compiled it into the binary. the `#embed` preprocessor...