-
### Environment
* Elixir version (elixir -v): 1.17.3
* Phoenix version (mix deps): 1.7.14
* Phoenix LiveView version (mix deps): tested on 0.20.17 and the latest 1.0.0-rc.7
* Operating system:…
-
https://kamal-deploy.org/
via: https://elixirforum.com/t/deploy-your-phoenix-app-on-digitalocean-in-30-minutes/65738/3
Related to: #94
-
https://medium.com/@boydm/integration-testing-phoenix-applications-b2a46acae9cb
Looks interesting. sadly I don't have "_time_" to read it now ...
-
## Further Notes
From the phoenix_html 4 changelog:
> This version removes deprecated functionality and moved all HTML helpers to a separate library. HTML Helpers are no longer used in new app…
-
# Bug Report
## Describe the bug
When attempting to retrieve traces or spans from a Phoenix server using the Python client, a 500 Internal Server Error is encountered. This occurs when executing `…
-
**Is your feature request related to a problem? Please describe.**
I'd like to get quick access to use Phoenix's awesome UMAP embedding visualization for embedding vectors from a specific span name. …
-
I can only see how to test an existing LLM directly - eg openAI etc.
what if i want to test the results of my own app, which includes RAG etc features.
is there a way to connect to an API endpoint…
-
**Operating system**: Ubuntu Linux 20 & 22
**wxPython version & source**: 4.1.1 & 4.2.1 & 4.2.2, pypi
**Python version & source**: 3.8 & 3.10, distro
**Description of the problem**:
Starting …
-
### Issue Type
bug
### MiLoPYP version
v0.5.0
### Description
When initiating the 3D interactive session **locally** in Cellular Content Exploration by running the code below:
```
python ph…
-
I am trying to use the library in a Elixir project and also use [Dialyxir](https://hexdocs.pm/dialyxir/readme.html).
As indicated in the doc, I specified `:systemd.ready()` as:
```elixir
# Elix…