-
Updated
Jun 6, 2020 - Elixir
elixir-lang
Here are 1,096 public repositories matching this topic...
-
Updated
Nov 9, 2018 - JavaScript
-
Updated
Jun 17, 2020 - Elixir
-
Updated
May 19, 2020 - Elixir
This is a good, easy entry point to contribute!
-
Updated
Mar 14, 2020 - Elixir
Describe the bug
Not necessary a "bug", nor a feature. More aesthetics. The color of "charging" on the pie chart is green, which reflects "sleeping" in the states dashboard.
This might be a feature :) Could we also add a pie chart to the "States" dashboard instead of the boxed legend under the continuous bar?
To Reproduce
Steps to reproduce the behavior:
- Go to Trip da
Add CONTRIBUTING.md
If you are running an existing and older version (pre 168cfb88bab2ae8f3eb556164978389261bac0a4) of Thesis, you will already have a thesis_auth.ex
file in ./lib/
.
Running mix thesis.install
after upgrading to a newer version of Thesis will duplicate the file in ./lib/YOUR_APP/
.
This results in a CompileError:
** (CompileError) lib/thesis_auth.ex:1
-
Updated
Oct 26, 2016 - Elixir
-
Updated
Jun 23, 2020 - Elixir
-
Updated
Oct 23, 2018 - Elixir
-
Updated
May 30, 2020 - Erlang
-
Updated
Mar 17, 2020 - Elixir
Checkout the Git protocol capabilities documentation.
both
- Support 'ofs-delta' capability:
Server can send delta referring to its base by position in pack rather than by an obj-id. That is, they can send/readOBJ_OFS_DELTA
(aka type 6) in a packfile. - Support 'side-band-64k' capab
With the recent release of Phoenix 1.5
Now is a great time to go through this example/tutorial with a fresh pair of eyes and completely update it (including) links to code snapshots. We can also extend it to include auth_plug
#25
- Checkout
master
- Create new branch e.g: `update-t
More Backends
We should have more backends, because this project aims to be maximally useful in a variety of architectures. Perhaps:
- Mnesia
- Postgres (or a generic SQL backend? Probably Ecto)
- MongoDB
- ???
Improve docs
Would be nice to improve the docs, make it clearer, simpler and easy to understand.
-
Updated
Oct 14, 2019 - Elixir
The README contains REPLACE_OS_VARS in Distillery, but it links to a 404 Not Found
page.
Maybe https://hexdocs.pm/distillery/config/runtime.html#option-2-vmargs could be the correct new link target?
-
Updated
Jun 10, 2020 - Elixir
The README states:
Type casting. Mnesia can store any data in any field, including strings, numbers, atoms, tuples, floats or even PID's. All types in your migrations will be silently ignored.
I just tried to migrate a Postgres-app over to Ecto_Mnesia, and it was unable to run my migrations because I had references("table_name")
fields in there. Since this is also 'just a type', I think b
I would like to be able to search multiple indices. I suggest the search
function is extended so that the index
parameter can be an array.
-
Updated
May 29, 2017 - Elixir
-
Updated
Sep 24, 2016 - Elixir
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."
This is something that I'm currently working on, but this should allow people like me that learn from example better than from documentation and standalone examples to grasp the idea of the lang easier. I'm creating a fork in which I will implement this in the english version.