-
### Steps to reproduce
Create a release (MIX_ENV=prod mix release --env=prod) should include the priv/static directory and files
### Verbose Logs
==> Packaging release..
==> Archiving pay_pip-1.0.3
…
-
```
iex(1)> "xxx" |> Floki.find("ns:tag")
Unknown token ':'. Ignoring.
[]
```
The jQuery can do as follows:
`$("ns\\:tag")`
-
consider this case:
`Floki.parse("text1text2") |> Floki.text`
returns
`text1text2`
If we give the consumer the possibility to add a separator
`Floki.parse("text1text2") |> Floki.text (separator: " …
-
- Example: .test nth-child(2)
- message: `Unknown token '('. Ignoring.`
-
## mix.exs
```
defp deps do
[{:phoenix, "~> 1.2.0"},
{:phoenix_pubsub, "~> 1.0"},
{:phoenix_ecto, "~> 3.0"},
{:postgrex, ">= 0.0.0"},
{:phoenix_html, "~> 2.6"},
{:phoenix…
-
Seems to parse & generate description of http://minikanren.org/ alright, but crashes when rendering response.
```
Request: POST /api/page/fetch
** (exit) an exception was raised:
** (FunctionClau…
-
e.g. ``
-
I'm trying to get a simple hound test working with my app, I figured out its an error with chrome_driver. I got it works perfectly fine with selenium + firefox and even with selenium + chrome.
Howeve…
-
- [ ] Include example of what SEC Recent Filings RSS Feed looks like
- [ ] Include explanations of how Floki was used here
- [ ] Include explanation of how this library can be used
-
For example:
``` elixir
panel "Children" do
table_for(category.children) do
column :name
end
markup_contents do
h3 "Test"
end
end
```
…
romul updated
8 years ago