Awlexus

Results 10 issues of Awlexus

As mentioned in #192, this adds chosen-js to the dashboards. I haven't added any options to the `.chosen()`-call, as I'm not sure if there are any settings relevant to Kaffy,...

I have the following schemas: ``` defmodule AnimeApi.Anime do use Ecto.Schema schema "animes" do field :title, :string field :url, :string has_many :themes, AnimeApi.Theme end end defmodule AnimeApi.Theme do use Ecto.Schema...

Hi, I've been investing a bug that caused multiple discord clients to malfunction. I think I've tracked the reason to the fact that the task that is started in [`open_connection/3`](https://github.com/Azolo/websockex/blob/master/lib/websockex.ex#L1007)...

Is it possible to add a parameter to `/api/get_beatmaps`, which returns a list like the one you can find in `/feed/ranked`? if possible, even return only one beatmap per set?

This removes the sorting of the message parts when rendering the email with the RFC2822 renderer. I've tested the generated email in the Apple email client, and it seems like...

### Describe your suggested feature I would appreciate if we could get feature back. For me personally this is something like a replacement for https://github.com/tachiyomiorg/tachiyomi/issues/7394, because I could just set...

Feature request

We've been receving lots of errors like the following one in the last hour ``` File lib/ueberauth/strategy/twitter/oauth.ex line 20 in Ueberauth.Strategy.Twitter.OAuth.access_token/3 (ueberauth_twitter) args File lib/ueberauth/strategy/twitter.ex line 29 in Ueberauth.Strategy.Twitter.handle_callback!/1 (ueberauth_twitter)...

This PR adds support for the new response types `:modal` and `:premium_required`. It also allows you to supply an integer instead of an atom. This way you don't have to...

Hi, I've been trying to get GPU support running, but I keep running into this issue. I was first looking at [this issue](https://github.com/elixir-nx/xla/issues/58) to get it running. I added the...

**Describe the bug** As the title says, sometimes `ftp:recv_bin/2` returns `ok` for me instead of `{ok, Content}` **To Reproduce** This is how I connect to the ftp server and send...

team:PS
bug