-
On 32-bit arm, using stable rust 1.5.0, I'm getting the following error:
```
Compiling floki v0.1.0 (file:///tmp/floki-master)
src/server.rs:109:23: 109:25 error: mismatched types:
expected `server:…
-
At the moment the tests for the templates are written using regexes mostly, which is brittle and very sensitive to things like space changes, simple addition of a class.
I suggest we use an html pars…
-
- 日時 2015-12-17 19:00-21:00
- 場所 札幌や,思い思いの場所
[スターバックスコーヒー札幌グランドホテル店](http://www.starbucks.co.jp/store/search/detail.php?id=333)にいます.
[#サッポロビーム](https://twitter.com/search?q=%23%E3%82%B5%E3%83%83%E3%…
-
Hi guys, if I do `Floki.find(html, "#wrapper")` for instance I very likely will get a lot of sub DOM elements, can't I convert it to HTML? I just saw `Floki.text`, but I dont want just text.
Somethin…
-
See https://github.com/philss/floki/blob/master/.travis.yml
-
Created a new Elixir project (`mix new floki_test`), added `{:floki, "~> 0.4"}` to `mix.exs`, successfully ran `mix deps.get`, but when I run `mix test` on this blank project, Floki fails to compile a…
sllvn updated
9 years ago
-
See https://github.com/philss/floki/pull/26/files for possible solution to the issue I was trying solve which was to have the hex package work once it was installed.
-
The current implementation does not allow searching for elements using a multi selector, like `a.some-class` or `.some-class.another-class`. This is because it is coupled to the idea of one search per…
-
I get this trying to `mix deps.compile floki` on my OS X machine:
```
/usr/local/Cellar/erlang/18.0.2/lib/erlang/lib/parsetools-2.1/include/leexinc.hrl:47: attribute 'dialyzer' after function definit…
-
With `@html` markup from `test/floki_test.exs`:
```
Test
Google
Elixir lang
Java
```
I am trying to search for an element with multiple classes (on the same element) with the…
sllvn updated
9 years ago