elixir-phoenix
Here are 346 public repositories matching this topic...
-
Updated
Dec 20, 2019
We've moved a command from one bundle to another, but you need to fully qualify the command still.
This shows up in two separate places, when trying to get help on the new command (https://github.com/operable/cog/blob/master/lib/cog/repository/commands.ex#L20 due to not checking for enabled I'd imagine) and when trying to run the new command (https://github.com/operable/cog/blob/master/lib/cog/
This is a good, easy entry point to contribute!
Add CONTRIBUTING.md
https://www.accent.reviews/guides/service-integrations.html
The doc link above only lists Slack, however, the demo (screenshot below) seems to show support for Discord & Github. Should Discord and Github be included in the marketing/documentation?
Cool project by the way, plannin
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
Hello, I am a beginner in Elixir/Phoenix and I am having a look at your project for learning purposes.
I want to create/migrate the database but I have an error:
$ mix ecto.create
** (RuntimeError) connect raised KeyError exception: key :username not found.
One can quickly see that there are missing parameters specifying username/password:
https://github.com/thoughtbot/constable/blo
-
Updated
May 20, 2020 - Elixir
-
Updated
Oct 23, 2018 - 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
Setup doctests
doctests will help us catch any stale examples in the documentation, in case the examples break due to changes in code.
The following need to be resolved for doctests to work:
- The outputs also have to be written down in the documentation
- Typical response objects are huge (will take up a lot of space).
- Responses are unique and can't be tested against.
- Our examples invoke calls
kubernetes template
Hi,
It'd love to try out alloy_ci . We run almost everything in kubernetes (incl. gitlab runner) and I think it would be awesome if there was a template / manifests to deploy alloy on kubernetes.
This would make trying it out for evaluation purposes much easier.
Have no strong opinions on how a k8s example templates should be packaged but these are some options that come to my mind:
- simpl
-
Updated
Feb 21, 2020 - Elixir
-
Updated
Apr 30, 2020 - Elixir
-
Updated
Apr 6, 2020 - Elixir
-
Updated
Feb 16, 2020 - Elixir
-
Updated
May 13, 2020 - Dockerfile
The library marks all page links except for next & prev as canonical. Which I think is wrong? It should only set the current page as canonical and make it a disabled link. However, this lib makes the current link a simple li element but tags all other links as canonical.
Currently, it outputs the following links:-
**I'm on the page 4. However, it doesn't mark page 4 as canonical. It marks page
-
Updated
Feb 13, 2019 - Elixir
-
Updated
Nov 7, 2018 - Elixir
-
Updated
Aug 17, 2017 - Elixir
-
Updated
May 25, 2020 - Elixir
-
Updated
Oct 10, 2018
-
Updated
Sep 19, 2018 - Elixir
-
Updated
Dec 2, 2019 - Elixir
-
Updated
Apr 4, 2019 - Elixir
Found through review of dwyl/phoenix-ecto-append-only-log-example#11
Link currently points to https://github.com/dwyl/phoenix-ecto-append-only-log-example/pull/2/files#diff-db55bfd345510f8bbb29d36daadf7061R21, which at the time was part of a PR.
Should we now update this to https://github.com/dwyl/phoenix-ecto-append-only-log-example/blob/3eb130e103cef05ef57e5d1fcd2
-
Updated
Oct 30, 2017 - JavaScript
Improve this page
Add a description, image, and links to the elixir-phoenix topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the elixir-phoenix topic, visit your repo's landing page and select "manage topics."

SendGrid api has the following properties for emails:
https://sendgrid.com/docs/API_Reference/Web_API_v3/Mail/index.html
See the
dispositionandcontent_idproperties under attachments.These turn out to be pretty important when you're sending .ics files (calendar invites). By default SendGrid populates the disposition value with "attachment" if it isempty, but Microsoft Outlook requi