Boerme84
Boerme84
When creating a single point, an 32 byte empty envelope is also created in the GeoPackage header: ``` var GeometryFactory = NetTopologySuite.NtsGeometryServices.Instance.CreateGeometryFactory(25832); var coord = new Coordinate(10, 20); var pnt...
**Describe the bug** when using option importFormat: "array" for responsiveLayout: "collapse", data gets shifted left in relation to columns **Tabulator Info** - version 6.3.1 **Working Example** https://jsfiddle.net/v36z0fw8/1/ **To Reproduce** A...
It seems like animate.css changed their class names. They prefixed names with "animate__". So the example: className: 'rubberBand animated' should now be: className: 'animate__rubberBand animate__animated'