-
## Description
Using code example in Floki's documentation generates the following warning from Dialyzer:
`
[ElixirLS Dialyzer] [W] The call 'Elixir.Floki':filter_out
({,
[…
-
I'm trying to integrate dlex to a new fresh Phoenix project.
These are my deps:
`defp deps do
[
{:phoenix, "~> 1.5.4"},
{:phoenix_live_view, "~> 0.13.0"},
{:floki, ">= 0…
-
unknown flag: --link alongguid:floki-docker
See 'docker run --help'.
07:04:50 [ERROR] A problem occured: Running container failed: docker run exited with return code 125
-
Thanks for this wonderful library! I'm very new to Elixir and OTP and it has been a great experience so far.
I'm parsing RSS feeds from a few links (one example is this [url](https://feeds.megaphon…
-
i had tried many methods .
then i downloaded new repository and run still show this error, i don't know what to do
soo please help ,thankyou
npm run build:ssr && npm run serve:ssr
> angular…
-
### Environment
* Elixir version (elixir -v): 1.11.1
* Phoenix version (mix deps): 1.5.6
* NodeJS version (node -v): 12.19.0
* NPM version (npm -v):
* Operating system: macOS
### Actual …
-
- [x] Выбрать сервер для BTCPayServer (Floki Romania VPS II в целом подходит) - подробности [тут]
(https://youtu.be/x6hqTFgHqhA)
- [x] выяснить поддерживают ли они Docker
- [x] Создать поддомен pay…
-
#### Affected Version
```
tata@floki ~ % yay -V
yay v9.4.7 - libalpm v12.0.1
```
#### Issue
`yay -Sc`
#### Output
```
tata@floki ~ % yay -Sc
Packages to keep:
All …
2tata updated
4 years ago
-
## Description
When using Floki.find(fragment, "#name) where name is the name of an attribute of type="hidden", an empty list is returned.
## To Reproduce
Steps to reproduce the behavior:
…
-
I'm working on migrating an app from using the old way to the new way.
Old way: `import PhoenixInlineSvg.Helpers`
New way: `use PhoenixInlineSvg.Helpers, otp_app: :phoenix_inline_svg_example`
…