Dorian
Dorian
Hi, If xdomain is enable to load the proxy.html, then no more request can be sent, which is a problem. Is there a way to totally disable xdomain if there...
Hi, This code: .cls { padding-top: 1rem; padding-top: calc(1rem + constant(safe-area-inset-top)); padding-top: calc(1rem + env(safe-area-inset-top)); } is reduced in: .cls { padding-top: calc(1rem + env(safe-area-inset-top)); } the problem is that...
Hi, I encountered an issue when I resize the map. The map container size is programatically resized, then i use the "updateSize" function. If I resize slowly, the size of...
Hi, clearSelectedRegions or selectedCountries doesn't unselect regions. 1) map.selectedCountries({ RU: true, FR: false }) => FR won't be unselected, OK to select RU 2) map.clearSelectedRegions() works if regions have been...
Hello, It seems that "listenTo" doesnt have the same behaviour as "on". My code: ` var Model3 = Backbone.AssociatedModel.extend({}); var Model1 = Backbone.AssociatedModel.extend({}); var Model2 = Backbone.AssociatedModel.extend({ relations: [ {key:...
Hello, I use webpack 3.8, and i can't use the given configuration as I have error "Module build failed: Error: Cannot find module 'jshint'". Nevertheless, the directory "jshint-loader" is in...