#htmlrendering — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #htmlrendering, aggregated by home.social.
-
Hox 1.3.0 is out today!
You can now specify children in the h parsing function like
"li.cls > a.list-item" this will reduce your nesting and parenthesis count for wrapper elements!
https://github.com/AngelMunoz/Hox/releases/tag/v1.3.0
#fsharp #dotnet #htmlrendering -
Hox 1.3.0 is out today!
You can now specify children in the h parsing function like
"li.cls > a.list-item" this will reduce your nesting and parenthesis count for wrapper elements!
https://github.com/AngelMunoz/Hox/releases/tag/v1.3.0
#fsharp #dotnet #htmlrendering -
Hox 1.3.0 is out today!
You can now specify children in the h parsing function like
"li.cls > a.list-item" this will reduce your nesting and parenthesis count for wrapper elements!
https://github.com/AngelMunoz/Hox/releases/tag/v1.3.0
#fsharp #dotnet #htmlrendering -
Hox 1.3.0 is out today!
You can now specify children in the h parsing function like
"li.cls > a.list-item" this will reduce your nesting and parenthesis count for wrapper elements!
https://github.com/AngelMunoz/Hox/releases/tag/v1.3.0
#fsharp #dotnet #htmlrendering -
Hox 1.3.0 is out today!
You can now specify children in the h parsing function like
"li.cls > a.list-item" this will reduce your nesting and parenthesis count for wrapper elements!
https://github.com/AngelMunoz/Hox/releases/tag/v1.3.0
#fsharp #dotnet #htmlrendering -
Lol my realization today:
"I wonder if I could serialize all of the nodes, pick the async ones and rather than wait for their individual content to render, send a marker element instead, so when those async nodes finish working they can be sent via server sent events or any other means available."
Oh wait, I'm reinventing poor's man astro in F#🫠
Welp that won't stop me from trying out stuff!
It is nice to see that This kind of technology is not JS only, other ecosystems simply don't care... There's so much potential down there!
#fsharp #backend #serversiderendering #experiments #webdev #htmlrendering -
Lol my realization today:
"I wonder if I could serialize all of the nodes, pick the async ones and rather than wait for their individual content to render, send a marker element instead, so when those async nodes finish working they can be sent via server sent events or any other means available."
Oh wait, I'm reinventing poor's man astro in F#🫠
Welp that won't stop me from trying out stuff!
It is nice to see that This kind of technology is not JS only, other ecosystems simply don't care... There's so much potential down there!
#fsharp #backend #serversiderendering #experiments #webdev #htmlrendering -
Lol my realization today:
"I wonder if I could serialize all of the nodes, pick the async ones and rather than wait for their individual content to render, send a marker element instead, so when those async nodes finish working they can be sent via server sent events or any other means available."
Oh wait, I'm reinventing poor's man astro in F#🫠
Welp that won't stop me from trying out stuff!
It is nice to see that This kind of technology is not JS only, other ecosystems simply don't care... There's so much potential down there!
#fsharp #backend #serversiderendering #experiments #webdev #htmlrendering -
Lol my realization today:
"I wonder if I could serialize all of the nodes, pick the async ones and rather than wait for their individual content to render, send a marker element instead, so when those async nodes finish working they can be sent via server sent events or any other means available."
Oh wait, I'm reinventing poor's man astro in F#🫠
Welp that won't stop me from trying out stuff!
It is nice to see that This kind of technology is not JS only, other ecosystems simply don't care... There's so much potential down there!
#fsharp #backend #serversiderendering #experiments #webdev #htmlrendering -
Lol my realization today:
"I wonder if I could serialize all of the nodes, pick the async ones and rather than wait for their individual content to render, send a marker element instead, so when those async nodes finish working they can be sent via server sent events or any other means available."
Oh wait, I'm reinventing poor's man astro in F#🫠
Welp that won't stop me from trying out stuff!
It is nice to see that This kind of technology is not JS only, other ecosystems simply don't care... There's so much potential down there!
#fsharp #backend #serversiderendering #experiments #webdev #htmlrendering -
And it is out! NuGets are indexing but you can start checking out the repo or the documentation :)
https://hox.tunaxor.me
https://github.com/AngelMunoz/Hox
NuGets:
https://www.nuget.org/packages/Hox
https://www.nuget.org/packages/Hox.Feliz/
#dotnet #fsharp #csharp #vbnet #webdev #html #htmlrendering #library -
And it is out! NuGets are indexing but you can start checking out the repo or the documentation :)
https://hox.tunaxor.me
https://github.com/AngelMunoz/Hox
NuGets:
https://www.nuget.org/packages/Hox
https://www.nuget.org/packages/Hox.Feliz/
#dotnet #fsharp #csharp #vbnet #webdev #html #htmlrendering #library -
And it is out! NuGets are indexing but you can start checking out the repo or the documentation :)
https://hox.tunaxor.me
https://github.com/AngelMunoz/Hox
NuGets:
https://www.nuget.org/packages/Hox
https://www.nuget.org/packages/Hox.Feliz/
#dotnet #fsharp #csharp #vbnet #webdev #html #htmlrendering #library -
And it is out! NuGets are indexing but you can start checking out the repo or the documentation :)
https://hox.tunaxor.me
https://github.com/AngelMunoz/Hox
NuGets:
https://www.nuget.org/packages/Hox
https://www.nuget.org/packages/Hox.Feliz/
#dotnet #fsharp #csharp #vbnet #webdev #html #htmlrendering #library -
And it is out! NuGets are indexing but you can start checking out the repo or the documentation :)
https://hox.tunaxor.me
https://github.com/AngelMunoz/Hox
NuGets:
https://www.nuget.org/packages/Hox
https://www.nuget.org/packages/Hox.Feliz/
#dotnet #fsharp #csharp #vbnet #webdev #html #htmlrendering #library -
Here's the async html rendering thing I got distracted this week, if anyone in F# (or from outside) land is interested in HTML Streaming, they're welcome to poke around and ask
I'm not particularly an expert here so any help/feedback is appreciated!
https://github.com/AngelMunoz/Htmelo
#fsharp #dotnet #html #bacend #library #htmlrendering #htmlstreaming -
Here's the async html rendering thing I got distracted this week, if anyone in F# (or from outside) land is interested in HTML Streaming, they're welcome to poke around and ask
I'm not particularly an expert here so any help/feedback is appreciated!
https://github.com/AngelMunoz/Htmelo
#fsharp #dotnet #html #bacend #library #htmlrendering #htmlstreaming -
Here's the async html rendering thing I got distracted this week, if anyone in F# (or from outside) land is interested in HTML Streaming, they're welcome to poke around and ask
I'm not particularly an expert here so any help/feedback is appreciated!
https://github.com/AngelMunoz/Htmelo
#fsharp #dotnet #html #bacend #library #htmlrendering #htmlstreaming -
Here's the async html rendering thing I got distracted this week, if anyone in F# (or from outside) land is interested in HTML Streaming, they're welcome to poke around and ask
I'm not particularly an expert here so any help/feedback is appreciated!
https://github.com/AngelMunoz/Htmelo
#fsharp #dotnet #html #bacend #library #htmlrendering #htmlstreaming -
Here's the async html rendering thing I got distracted this week, if anyone in F# (or from outside) land is interested in HTML Streaming, they're welcome to poke around and ask
I'm not particularly an expert here so any help/feedback is appreciated!
https://github.com/AngelMunoz/Htmelo
#fsharp #dotnet #html #bacend #library #htmlrendering #htmlstreaming -
@schestowitz
Thanks for this,#EmailClients are crawling with bugs.
You might wonder whether it is intentional. For example, look into #K9Mail, people have been asking for years for them to remove #HTMLrendering yet they circuitously avoid doing it - even when people find bugs in the image fetching process.