Pablo Cantero

Results 55 comments of Pablo Cantero

@ioquatix, Unfortunately, I'm not currently active with Ruby or Shoryuken. I'm mainly merging maintenance pull requests. It would be nice to have input from an active user. Can you try...

@alaksandarjesus I've made some changes to prevent this from happening. Can you try it again? There's something very confusing going on with these requests. With `cURL`, the body is received...

I'm facing a similar issue. I want a custom Array attribute, that ignores `nil` entries: ``` ruby class CompactedArray < Virtus::Attribute::Array def coerce(value) super&.compact end end class Foo include Virtus.mode...

It might be https://github.com/highsource/jsonix/issues/255#issue-928850020

@Joshdw thanks for researching on this 🍻 Could you add some specific examples of calls that fail and what they should return? So we can add those [here](https://github.com/phstc/jquery-dateFormat/blob/master/test/issues_spec.js#L68). That will...

Hi @nev-tuannm4 Thanks for the contribution 🍻 Would you mind adding some test cases? https://github.com/phstc/jquery-dateFormat/tree/master/test

Hi @nev-tuannm4 Can you merge the tests #106 with in the same PR #104 with the implementation?

Hi @GianlucaVagnoni Unfortunately, your input format does not seem to be in [the expected input list](https://github.com/phstc/jquery-dateFormat#expected-input-dates-formats). From where is that format coming from?

Hi @jasongornall Could you give me a more specific example?