-
When Lexical boots up and starts building the user's project, code in mix.exs is being executed from each dependencies directory so that File.cwd!() returns "project_root/deps/phoenix" for example. So…
-
Hello again!
I hate to be a bother--would you happen to know offhand an easy way of splicing HTML back in during AST traversal? I have a blob, and my current best guess was to feed it into Floki (w…
-
I am trying to use EctoSQLite3 in a phoenix project:
```
{:phoenix, "~> 1.7.1"},
{:phoenix_ecto, "~> 4.4"},
{:ecto_sql, "~> 3.6"},
{:postgrex, ">= 0.0.0"},
```
I am …
-
Duplicate of https://github.com/jacoco/jacoco/issues/1547, didn't have permission to reopen this.
### Steps to reproduce
* JaCoCo version: 0.8.11
* Operating system: Mac OS
* Tool integration…
ch-kp updated
11 months ago
-
**Describe the bug**
whatever new build or migrate from 0.7.33, once update or change or add rule, container firezone will crashed.
**To Reproduce**
1. new build
2. access success
3. update lo…
-
**Describe the bug**
On 0.9.5 I was able to edit both my resources (yea, I only have 2), after upgrading to 0.9.8 one of my resources just renders a blank page when I try to edit it. I can still ed…
-
### Elixir and Erlang/OTP versions
Erlang/OTP 25 [erts-13.2.2.2] [source] [64-bit] [smp:2:2] [ds:2:2:10] [async-threads:1] [jit:ns]
Elixir 1.15.5 (compiled with Erlang/OTP 25)
### Operating sys…
-
```
(.venv) jannetta@Floki:/media/jannetta/WORKDRIVE/DATA/GitHub_Repositories/Carpentries/screenscrape$ offlinedatasci install all .
Destination: R/R-4.3.1-win.exe
Download path: https://cran.…
-
It would be nice to be able to remove items from the HTML tree. It could do this by delegating to `Floki.filter_out`. Or maybe this would be better named `reject` or something.
-
### What happened?
After installing liveview native using
```elixir
{:live_view_native, "~> 0.2.0-beta.1"},
{:live_view_native_swiftui, "~> 0.2.0-beta.1"},
```
and
```elixir
mix lvn.instal…