Saverio Trioni

Results 9 issues of Saverio Trioni

The ActiveModel::Errors class has changed, keeping most of the high level API compatible, but some of the underlying implementation are not working anymore. The class `ActiveData::Model::Validations::NestedValidator` is not compatible with...

Could you tag it? Otherwise bower (and other downstream package managers like rails-assets) can't find it. :heart:

Hi. I'm using this amazing library, with a custom backend, and I'm also using Ecto for entities (without a SQL backend either). The library, when compiling, complains that ``` warning:...

The function `node_stats(N, Interval, FoldFun, Init)` has an issue with the returned number of reductions. This is because `erlang:statistics(reductions)` returns a tuple with `{Total, Count_since_last_call}` but those calls are global....

As of now, the middleware for the generated `_entities` field is hardcoded to be the `Absinthe.Federation.Schema.EntitiesField` module (https://github.com/DivvyPayHQ/absinthe_federation/blob/v0.3.2/lib/absinthe/federation/schema/entities_field.ex#L80). Is there a way to plug another middleware there in its place?

question

When the TOC'ed content is inside a positioned element, animating HEAD and BODY doesn't help much. The use case for me is loading some content from a markdown file into...

If for some reason (external and temporary) a job needs to be released, there could be a way (other than raising an `Interrupt`) to catch some exception and interpreting it...

The following spec fails in master, I'm working on a fix, but it will be quite invasive (prepending modules generated at runtime, and aliasing the user-provided `:call` method so we...

Since 3.0.0, the library documentation is only partially rendered. Neither SimpleDelegator nor the `DelegateClass` kernel method appear in the documentation. https://ruby-doc.org/stdlib-3.0.0/libdoc/delegate/rdoc/Delegator.html https://ruby-doc.org/stdlib-3.0.1/libdoc/delegate/rdoc/Delegator.html https://ruby-doc.org/stdlib-3.0.2/libdoc/delegate/rdoc/Delegator.html I'm not sure if splitting it into...