Jakub Skałecki
Jakub Skałecki
Maybe some kind of a `floki_opts` keyword list that will allow to pass any options to underlying floki parse_document call?
The best approach would be to "steal" test suite from readability and try to make it pass with an Elixir version 🤔 It would require quite a lot of changes...
This one's tricky as it impacts the internal heuristic of deciding which part of the page is an article. Solving this case might break some others... 🤔 Would be best...
Hi guys, I wanted to add my 2 cents here. When working with LiveVue, I was exploring HEEX introspection options - currently it's very limited. Ideas I'm toying with: 1....
I wanted to add my 2 use-cases: 1. Rendering page navigation in root layout. If we do it (eg to optimize the payload on "navigate"), that part can't be updated...
I was curious as well, here's the answer of Gemini analysis this repository (packed using gitingest) --- Based on an analysis of the provided source code, **all file formats are...
Would be great to get this!
The default implementation of `NodeJS` package [clears import cache on each call](https://github.com/revelrylabs/elixir-nodejs/blob/master/priv/server.js#L10). It kills performance and possibly introduces memory leaks. I'm not exactly sure what's the best way to set...
Hi @frenicohansen , thanks for your PR! I'm sorry having a bit of a tough period in a personal life, will try to review both PRs soon (hopefully over the...
Thank you @frenicohansen 💜 💚 I will release it as 1.0, probably no more RCs needed anymore as project seem stable. Just looking for a bit of a time to...