-
Updated
Dec 2, 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,454 public repositories matching this topic...
-
Updated
Nov 26, 2020 - Python
-
Updated
Nov 21, 2020
-
Updated
Nov 30, 2020 - Elixir
-
Updated
Dec 2, 2020 - Elixir
-
Updated
Aug 19, 2020 - Elixir
-
Updated
Nov 28, 2020 - Elixir
-
Updated
Nov 30, 2020 - SCSS
-
Updated
Oct 6, 2020 - Elixir
Problem
I want to add private notes to a customer so in case there is a reoccurring issue next time I have more context. A private note is only shown to the company and not to the customer
Additional context
On the side bar there should be a private note section where you can add the note
On the side bar:
It should show private notes related to a customer
It should show private
-
Updated
Dec 1, 2020 - Elixir
-
Updated
Nov 1, 2020 - Elixir
-
Updated
Feb 21, 2020 - Elixir
-
Updated
Dec 1, 2020 - Elixir
-
Updated
Nov 30, 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 12, 2020 - Elixir
-
Updated
Nov 30, 2020 - Elixir
-
Updated
Nov 23, 2020 - Java
Finch adapter
A tiny adapter for https://github.com/keathley/finch - a HTTP client with built-in pooling.
Instead of building own mint+pooling adapter we could nicely integrate with Finch.
Something like this:
defmodule Tesla.Adapter.Finch do
@behaviour Tesla.Adapter
def call(env, opts) do
opts = Tesla.Adapter.opts(env, opts)
case Finch.request(name, env.method, env.url,
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 env
command: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