Mauro Rocchi

Results 5 issues of Mauro Rocchi

A property with "internal" visibility is serialized with the unexpected "$backend" suffix, i.e.: ``` open class Identifiable { internal var identity: Long? = null } ``` is serialized as: ```...

Given an existent element, there is a way to insert it as a child of an another element during the DOM build process so it can be referred in follow?...

Hello @hauleth, we at [Prima.it](https://github.com/primait/) are trying to introduce mix_unused in our Elixir services. We found some issues with the current implementation, which marked as unused lots of code, depending...

scope/tasks
scope/test
scope/test/fixtures
invalid/commit-messages

As far as I understand, it's not possible to derive the validation trait and define a validator at struct level at the same time (for example, to check that different...

enhancement

Hello @hauleth, we at [Prima.it](https://github.com/primait/) are using mix_unused in our Elixir services. This is a simplified PR that excludes all the discovery modules included in the [previous one](https://github.com/hauleth/mix_unused/pull/37). We found...

scope/tasks
scope/test
scope/test/fixtures
invalid/commit-messages