turbobuilt

Results 36 comments of turbobuilt

I had this issue, and upon looking at the source of the package, I don't think it can be done securely. As a workaround, I created another collection called "messages"....

The best way is to allow the user to show all rows at once - say set the number of rows to 500. Then they will all get checked at...

@seiyria good point. But the default behavior of the CHECKBOXES is to only select what's visible. It would be very easy to just put a little link like the one...

I'm having this issue too. Is there any form of the xls spec that doesn't require zipping? That might be a workaround till the zip issue is taken care of.

The jszip api offers the ability to not compress the zip file. Would that help? https://stuk.github.io/jszip/documentation/api_jszip/generate.html

This doesn't work anymore because of this code in response.js ```javascript assert(Number.isInteger(code), 'status code must be a number'); assert(code >= 100 && code

Ah, good idea. I think that it is very important as well for UX, because it really frustrated me getting 404s when I was starting simply because I didn't return...

+1. I'd really like to see this feature too.

Here's a similar workaround that works as long as there are no clusters with exactly the same latlng. ``` javascript var decluster = false; function clusterMarkers() { if(pruneCluster){ pruneCluster.Cluster.Size =...