Marián Hello
Marián Hello
I really like berryboot. I'm using it with openwrt and it's working just fine, even though berryboot uses newer kernel then stock openwrt. I've related question and don't want to...
I'm begging for tagged release for exactly same reason. :) Thank you reachability.
The problem seems to be hardcoded collectionType: Backbone.Collection ``` Backbone.HasMany = Backbone.Relation.extend({ collectionType: null, options: { reverseRelation: { type: 'HasOne' }, collectionType: Backbone.Collection, // HARDCODED collectionKey: true, collectionOptions: {} },...
Adding test scenario into Backbone-relational test suite: https://rawgit.com/mauron85/Backbone-relational/issue-536/test/index.html
Thank you. But my reverseRelation is HasMany. Or in words User can have many Routes.
Thank you. That solved my problem. Actually I thought I have tried to use collectionType some time before. Apparently I did some mistakes, because this example works: http://jsfiddle.net/mauron85/8uhvyq9L/12/ I'll leave...
@Lucifier129 Great work. But I also have an issue with material-ui. In chrome (ff seems ok). Switching tabs doesn't work well. Usually first click is not registered. Repeaded clicks are...
>the iconCreateFunction will never be updated. since I don't see any specific handler for iconCreateFunction, isn't this react-leaflet problem? EDIT: I'll answer this myself. No it isn't. This plugin just...
I've came out with following addition. It requires id prop (must be same as key) to be added to the Marker ``` updateLeafletElement(fromProps, toProps) { const { children: fromChildren }...