Stephen Bussey
Stephen Bussey
I think that this is called "strict variables" and "strict filters" mode in Liquid: https://www.rubydoc.info/gems/liquid/4.0.1#undefined-variables-and-filters The stateless nature of Elixir can make the error accumulator difficult. I'd personally be okay...
It looks like this is just how modules work: https://github.com/elixir-lang/elixir/issues/4832#issuecomment-227099444 It may be necessary for me to add this to `application.ex`: `Code.ensure_loaded(My.CustomFilters)`
For anyone that stumbles onto this, `newValue` and `oldValue` arguments are switched, at least in angular 1.5. The code snippet worked for me. Thanks @Gillardo !
Erlang bug tracker has indicated this as "not a bug" because the interface was internal https://bugs.erlang.org/browse/ERL-982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14803#comment-14803 Statix will need to conditionally support the new driver format, or use gen_udp. I'd...
I'd be happy to help out here as well.
My biggest concern with a fork is how it will handle inclusion in `Instruments` package. We'll need to probably keep the statix package name and set `override: true` in order...
I made a very basic module based on Elastix.Mapping that works to create an index in 7 without warnings: ``` defmodule Elastix.NewMapping do import Elastix.HTTP, only: [prepare_url: 2] alias Elastix.{HTTP,...
In my use case I am willing to accept the caller timing out and then just saying "there's listeners" as a safe default. The 5 second timeout is longer than...
Something like this would be really helpful for me, since I'm having a hard time getting makeRequest to work, but JS `fetch` would be easy to get setup
I receive this error when calling makeRequest with a valid authentication and the request fails. For example, if I have a API that accepts POST and I send a GET,...