-
Updated
Sep 13, 2020 - Elixir
Elixir
Elixir leverages the Erlang VM, known for running low-latency, distributed and fault-tolerant systems, while also being successfully used in web development, and the embedded software domain.
Here are 6,202 public repositories matching this topic...
-
Updated
Aug 17, 2020 - TypeScript
-
Updated
Jul 12, 2020
-
Updated
Sep 12, 2020 - Elixir
-
Updated
Aug 19, 2020 - Elixir
-
Updated
Sep 10, 2020 - Elixir
-
Updated
Sep 11, 2020 - Elixir
-
Updated
Jul 22, 2020 - Elixir
-
Updated
Sep 13, 2020 - SCSS
-
Updated
Aug 24, 2020 - Elixir
-
Updated
Feb 21, 2020 - Elixir
Right now we only set the ip and last_seen_at fields when a customer record is created. Let's update the customer update_metadata endpoint (https://github.com/papercups-io/papercups/blob/master/lib/chat_api_web/controllers/customer_controller.ex#L58) so that it also handles this.
(I think we can just default the last_seen_at field to the current timestamp for now.)
-
Updated
Sep 9, 2020 - Elixir
Below is a list of all the known Erlang standard library functions found in Elixir's Standard Library that have not been implemented in some way yet in ElixirScript. Implementations should go here
For anyone looking to implement a function the steps would be to:
- Pick a function or functions from
Fix Lints
-
Updated
Sep 2, 2020 - Elixir
-
Updated
Sep 12, 2020 - Elixir
-
Updated
Sep 10, 2020 - Java
-
Updated
Sep 3, 2020 - Elixir
When using the logger middleware and using https://hexdocs.pm/tesla/Tesla.Middleware.Logger.html#module-custom-log-format you should be able to print the query params.
Query should be added here:
https://github.com/teamon/tesla/blob/master/lib/tesla/middleware/logger.ex#L30
-
Updated
Aug 23, 2020 - Elixir
Created by José Valim
Released September 8, 2014
- Organization
- elixir-lang
- Website
- elixir-lang.org
- Wikipedia
- Wikipedia


Steps to reproduce
Run
asdf. In help output a line is printed for theasdf envcommand:I would assume
<command>is an arbitrary command. But from what I can tell needs to be a plugin name or a shim name? I'm also not sure how this differs from executing the shim directly.FY