Simon Escobar Benitez

Results 12 issues of Simon Escobar Benitez

Hi, i'm upgrading from coherence 0.4 to 0.5 and running `mix coh.install --reinstall` but now i'm getting the following error: ``` == Compilation error in file lib/twd_web/controllers/coherence/session_controller.ex == ** (CompileError)...

Hi, i'm trying to modify the text for select options without success, is there a way i can do that? my use case is the following I have a `City`...

The Facebook pixel has an advanced matching feature that enables you to send your customer data through the pixel but to enable this feature, we need to modify the default...

hi, I would like to have a custom hook to get notified when a download is finished or have access to the caching layer from the downloader, something like the...

``` ruby class User include Mongoid::Document include Mongoid::Paranoia include Mongoid::Timestamps::Created has_many :reviews end class Client < User end class Customer < User end class Review include Mongoid::Document include Mongoid::Timestamps::Created belongs_to...

### Environment * Elixir & Erlang versions (elixir --version): ``` Erlang/OTP 22 [erts-10.5] [source] [64-bit] [smp:12:12] [ds:12:12:10] [async-threads:1] [hipe] Elixir 1.10.2 (compiled with Erlang/OTP 22) ``` * ExAws version ```...

hi I would like to see something like pub/sub when deploying changes, so when a `didDeploy` event happens this add-on can exec a `PUBLISH ${keyPrefix}:deploy ${revisionKey}` and a fastboot-notifier can...

hi, i'm doing some integration testing in my app using your lib but i'm having some issues triggering `changeDate` event when filling the delivery date input, here is code: ```...

Content-Length Header Fix and Fix js2xml Dependency

Hi, i'm getting errors when doing parallel http request that are responded from a cassette. I'm fetching some records from an API and then fetching details for each record from...