-
Apologies if this is something earmark can already do, or there is a way around it but I couldn't find anything on it.
I'm woking on an application that is using earmark, and I want to be able to a…
-
```
[] = Floki.find(html, ".class-has-dash")
list = document.querySelectorAll(".class-has-dash")
13 == list.length
```
Basically if the class has a - in it, Floki breaks and cannot find it.
-
Hello,
Looking at [the initial commit](https://github.com/denisidoro/floki/commit/88fd66e75ba4770c0fc134948aa335bc4c81af3d#diff-0fff143854a4f5c0469a3819b978a483R20) I see floki is based on my [hell…
-
Thanks for this library. I'm keen to use it! We have noticed issues when using deeply nested `` tags. For example:
```
…
-
**Describe the bug**
After the last updates of the CSGO I have been finding a problem in the plugin.
The players that have privileges and should receive the TAGS does not receive and neither the p…
-
```sh
iex(1)> Paasaa.all "hello world"
** (Protocol.UndefinedError) protocol Enumerable not implemented for nil. This protocol is implemented for: Ecto.Adapters.SQL.Stream, Postgrex.Stream, Floki.HT…
-
Hello,
as you can tell from [the initial commit](https://github.com/denisidoro/floki/commit/88fd66e75ba4770c0fc134948aa335bc4c81af3d#diff-0fff143854a4f5c0469a3819b978a483R20), floki is based on my …
-
First, I really want to say this is an amazing project. When I first saw your post on reddit my mind was completely blown. I had always wanted to write really rich terminal-user-interface apps but fou…
-
While adding NSFW filtering, I noticed that the Monova crawler wasn't actually scraping any torrents.
This is because the URL format for torrent info pages has changed to look like `//monova.org/DC…
-
First of all, thanks for the library.
The plug sometimes throws an error when handling IE11 errors. Here is the elixir error I'm getting:
```
Protocol.UndefinedError: protocol Enumerable not im…