Skip to content
#

elixir-phoenix

Here are 346 public repositories matching this topic...

nmohoric
nmohoric commented Nov 26, 2018

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/

bug
oyeb
oyeb commented Dec 22, 2017

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:

  1. 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.
  1. Our examples invoke calls
geekflyer
geekflyer commented Oct 19, 2018

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
StarWar
StarWar commented Oct 14, 2019

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

bug

Improve this page

Add a description, image, and links to the elixir-phoenix topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.