Penar Musaraj

Results 29 comments of Penar Musaraj
trafficstars

I pulled this locally, looks good generally. I see some issues on smaller widths though: Test failures seem relevant too, but I'm surprised it's actually just a few failures.

Should we close this PR @jordanvidrine ?

Should we close this PR @fzngagan ?

Solved this using the following code: ``` pruneCluster.PrepareLeafletMarker = function(leafletMarker, data) { leafletMarker.setIcon(L.divIcon({iconSize: [28, 28],className: data.className})); // only bind click event if there are no events, prevents bubbling if (leafletMarker._leaflet_events...

Thanks @yellowiscool for the quick feedback. Reducing the size of the grid can probably do this, that's what I was thinking at first. My scenario is the following: I have...

Quick update: for now, I have fixed this issue by changing the maxZoom on the map. It used be set at 19, which was a little too deep, and now...

There are 6 related dependabot PRs now: Are you planning to merge this one soon @CvX?

Can you address @tgxworld's comment here, @CvX?

For most oauth providers, logins should work, but you need to whitelist the correct URLs so the authentication happens in the webview. See https://github.com/pmusaraj/discourse-mobile-single-site-app/blob/master/default.variables.js#L24 If you run into issues when...

@renato it so happens that I am updating this repo. Might take another few weeks, but it is not dead!