Nick Kezhaya

Results 10 issues of Nick Kezhaya

(As opposed to being forced to use addict/addict.html)

enhancement

Interesting idea I had for some filters: say you have a list of documents and you're currently on the index view for them. The schema is defined as: ```elixir defmodule...

Thoughts on us adding support for this? Something Active Admin has supported for a long time. This is something I could start working on if you'd be willing to merge...

As discussed in PR #312: `filter [posts: [label: "Posts", order_by: [asc: :name]]]`

enhancement

Would it be possible to remove the `ENABLE_BITCODE` flag set in the podspec? It's not possible to compile it alongside other libraries that use bitcode.

``` [info] ['TLS', 32, 'client', 58, 32, 73, 110, 32, 115, 116, 97, 116, 101, 32, 'hello', 32, 'received SERVER ALERT: Fatal - Handshake Failure', 10] [error] [APNS] #PID failed...

`The pattern {'ok', {__filename@1, _binary@1}} can never match the type {'error',_}` Using Elixir 1.7.3 and Elixlsx 0.4.0: ```elixir defmodule Foo do require Elixlsx alias Elixlsx.Sheet alias Elixlsx.Workbook @spec generate_report() ::...

Hi! Thanks for the work on this library! Instead of requiring `TemplateId` to be passed in, this allows `TemplateAlias` to be used instead, via: `email |> template({:alias, "my-template-alias"})` This PR...

The primary changes are: - Removed dependence on old JSON libraries; the JSON library can be configured via `config :mandrill, :json_library` - Switched from HTTPoison to Tesla - Removed the...

Env: InstantClient 12.1/12.2 MacOS Erlang 22.0.7 Calling `:erloci.new([])` results in: ``` 20.07.2019 00:01:03.657197 [debug] [_OCI_] {oci_logger,,72} ---- ERLOCI PORT PROCESS LOGGER ---- [error] GenServer :"data-source:c3995bc9-6db5-4af3-915b-8f3373a58367" terminating ** (ArgumentError) argument error:...

enhancement