Maxime Demers
Maxime Demers
if you are using an ajax loader such ``` $.ajax({ type: "GET", url: "/basqui/layer/shapefile/attributesTable/loader/1/", success: function(r) { dataView.beginUpdate(); dataView.setItems(r); dataView.setFilter(filter); dataView.endUpdate(); }, }); ``` with those standard dataview events subscribed:...
Since I upgraded nodejs v0.11 to v4.2.6, supervisor is always crashing child after every request render. There is no error message in the server console but in the client browser...
What is the proper way to use simplifier.from_threshold() with the GDALSimplifier. I see there is no build_threshold method in this class. What is the threshold arguments that is needed by...
```python import ujson ujson.loads("test") >>>ValueError: Unexpected character found when decoding 'true' ujson.loads("foo") >>>ValueError: Unexpected character found when decoding 'false' ujson.loads("bar") >>>ValueError: Expected object or value ``` It seems that every...
I don't know what is going wrong but the demos are not working correctly. When I click to **export to xlsx** the table is plain without any format or style...
In my point of view, collapse should resize to 0 even if the minSize is superior. The minSize should affect the size when dragging/resizing only. Then we could use the...
Enable a .on("click") over button with data-role='pause' and data-role='resume' see: https://github.com/sorich87/bootstrap-tour/issues/432
Permit to put the label on multilines would be really useful.
Im trying to use toHaveCss() matcher with integer values: ``` expect($('').toHaveCss({bottom: 0, top: 0}); >>>TypeErroTypeError: value.replace is not a function in http://localhost:8080/tests/lib/jasmine/jasmine-jquery.js (line 394) ``` Ok, I understand the error,...
**Describe the bug** mim raise Windows Access Denied error in conda **Reproduction** 1. What command or script did you run? Install openmim in a conda environment: ```none pip install -U...