-
Hi! I'm using Floki to traverse an update a document where I'm generating URL previews.
Since I'm unfurling those URLs while traversing the document, this operation can get quite expensive if done s…
-
Add philss/floki repo:
https://github.com/philss/floki
Floki is a simple HTML parser that enables search for nodes using CSS selectors.
-
I ran into an issue with Dependabot updating an Elixir repo. It was previously working. (I'm unsure exactly when it stopped working but the last open Elixir Dependabot PRs are from [19 Mar](https://gi…
-
**System Name:**
DSA5
**System Repository or Foundry VTT address:**
https://github.com/Plushtoast/dsa5-foundryVTT
**Does the system has the languages set up on Foundry?**
No
**Does the sys…
-
Je prépare le terrain avec des ressources et notes.
Ressources utiles:
* [phx-1.5-upgrade.md](https://gist.github.com/chrismccord/e53e79ef8b34adf5d8122a47db44d22f)
* [PhoenixDiff](https://www.pho…
thbar updated
3 years ago
-
The new`traverse_and_update` has been quite helpful, thank you, we are making extensive use of it in LiveView to optimize some traversals!
Given its introduction, it may be worth even visiting othe…
-
## Feature goal
It would be nice to be able to filter out text nodes. `:text` (in comparison to `:comment`) could be used.
```elixir
Floki.filter_out(doc, :text)
```
-
### New Issue Checklist
- [x] Updated fastlane to the latest version
- [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md)
- [x] I read …
-
I am unable to build docker image using the command `docker build --file docker/Dockerfile .` I also tried with `COIN=DAI ETHEREUM_JSONRPC_VARIANT=ganache ETHEREUM_JSONRPC_HTTP_URL=http://host.docker…
-
Hey, why the extra newline inside ``? This seems like a regression. Our unit tests started failing.
```
iex(1)> Earmark.as_html("# Title")
{:ok, "\nTitle\n", []}
```