Skip to content
#

elixir-phoenix

Here are 383 public repositories matching this topic...

papercups
reichert621
reichert621 commented Nov 11, 2020

Problem
This query could be made more efficient. We currently fetch all conversations ordered by :inserted_at, while in the UI we display them based on how recently a message was sent within it (i.e. message.sent_at).

Solution
Optimize this query to order the results by the most recently sent message associated with the conversation.

It might also be helpful to write a query to

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

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.