-
Updated
Mar 26, 2021 - 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,821 public repositories matching this topic...
-
Updated
Mar 15, 2021 - Python
-
Updated
Mar 26, 2021 - Elixir
Language Settings
Hey DogeHouse Community,
I've loaded the Page, my system language is german and the dropdown showed English. I think, that the Dropdown is defaulted to English, maybe set the dropdown to whatever the users system language is on page load. It's a minor detail i know, but at first i was a bit confused. :)
-
Updated
Jan 22, 2021
-
Updated
Mar 23, 2021 - Elixir
-
Updated
Dec 22, 2020 - Elixir
Problem
Now that we have the APIs set up for canned responses, we should build out a simple UI where our users can create/view/edit/delete them :)
Solution
Set up a UI! Design TBD, but we can probably use Intercom for inspiration:
<img width="1276" alt="Screen Shot 2021-03-17 at 3 18 18 PM" src="https://user-images.githubusercontent.com/5264279/111525682-3e683d00-8734-11eb-8266-027
-
Updated
Mar 4, 2021 - Elixir
-
Updated
Mar 19, 2021 - SCSS
-
Updated
Mar 10, 2021 - Elixir
-
Updated
Mar 25, 2021 - Elixir
-
Updated
Jan 12, 2021 - Elixir
-
Updated
Jan 9, 2021 - Elixir
-
Updated
Mar 26, 2021 - Elixir
-
Updated
Mar 5, 2021 - 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
Mar 23, 2021 - Elixir
-
Updated
Mar 17, 2021 - Elixir
I was running it to a situation where I set the log_level of a Logger middleware to always be :debug, but I was still seeing log output with the Logger log_level set to warn.
Looking at the code, it does something slightly different than was the documentation says.
If the request returns {:error, whatever}, the log level is always set to :error, the custom log level function is never cal
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