-
Updated
Mar 10, 2022 - Elixir
elixir-lang
Here are 1,404 public repositories matching this topic...
-
Updated
May 17, 2022
-
Updated
May 9, 2022 - Elixir
-
Updated
Nov 9, 2018 - JavaScript
-
Updated
Apr 1, 2022 - Elixir
-
Updated
May 8, 2022 - Elixir
-
Updated
Mar 17, 2020 - Elm
-
Updated
May 5, 2021 - Elixir
-
Updated
Feb 9, 2022 - Elixir
-
Updated
Apr 25, 2022 - Elixir
-
Updated
Aug 4, 2021 - Elixir
-
Updated
May 17, 2022 - Elixir
-
Updated
Mar 9, 2021 - Elixir
Nice entry issue:
Add pagination to the series index page, by reusing the existing pagination component.
Movies index page example:
https://github.com/midarrlabs/midarr-server/blob/master/lib/media_server_web/live/movies_live/index.html.heex#L27-L32
https://github.com/midarrlabs/midarr-server/blob/master/lib/media_server_web/live/movies_live/index.ex#L15-L35
As a first time Pheonix user I followed the Step 1 in the readme and created the app, but when checking to see if I had done it properly I received the following error message numerous times, filling my terminal.
[error] Postgrex.Protocol (#PID<0.363.0>) failed to connect: ** (Postgrex.Error) FATAL 3D000 (invalid_catalog_name): database "chat_dev" does not exist
I understand that
Table of Contents?
-
Updated
Apr 20, 2022 - Erlang
-
Updated
Feb 16, 2021 - Elixir
-
Updated
Oct 1, 2020 - Elixir
-
Updated
Apr 10, 2022 - Elixir
-
Updated
Feb 16, 2022 - GDScript
-
Updated
May 17, 2022 - Elixir
-
Updated
Oct 14, 2019 - Elixir
-
Updated
May 13, 2022 - Elixir
-
Updated
Nov 24, 2020 - Elixir
-
Updated
May 16, 2022 - Elixir
-
Updated
Dec 21, 2021 - Elixir
Given an elasticsearch target, namespaced into a sub-path by nginx,
when I pass the full host+path into Elastix.Search.search (and other functions also)
then the path component of the elasticsearch url is stripped away.
I believe this code is problematic, in search.ex
def make_path(index, types, query_params, api_type \\ "_search") do
path_root = "/#{index}"
When the inde
Improve this page
Add a description, image, and links to the elixir-lang topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the elixir-lang topic, visit your repo's landing page and select "manage topics."
Currrently , the CLI outputs "No such file or directory" but should be more verbose and explain which file could not be found.