patodevilla

Results 11 comments of patodevilla

this might help https://github.com/aktsk/octoball/

I am also experiencing this problem, I need to unload models when a user changes the "project" context of our app and it seems to work only once and even...

Found the error, it appears that if the key name is a subset of a valid key the validator does not detect it, It this case 'mail' is a subset...

https://github.com/dry-rb/dry-schema/issues/325#issuecomment-818309219 This is another unexpected behavior I encountered

@solnic is this bug already reported? It appears empty hashes are not detected by `validate_keys` ```ruby schema = Dry::Schema.JSON do config.validate_keys = true end schema.({hello: {}}) => # schema.({hello: 1})...

I am also having some trouble with this, some attributes return source and some don't. I am using the deserializable_resource method.

Is there any fix on this? I do not want the scroll event to be propagated to the map, my issue comes when zooming in multitouch or trackpad over popups...

Is there any progress on this feature? I'm building a indoor 3D application and need to have markers or popups to offset from the terrain when the map is pitched....

What is the syntax to get this to work with rails? https://github.com/jsonapi-rb/jsonapi-renderer/blob/daa95d830a6f71a39304c8db20c8acd89e34b7a7/lib/jsonapi/include_directive.rb#L12