liebrand
liebrand
Just found that any half decent sized file for upload will fail, because amplify storage falls over if the s3 bucket does not have the etag exposed. Simple fix to...
We are using binding to get both pathArguments and search parameters as attributes on our elements which works great! However, when the app/elements on the page change these values, the...
I would like to be able to use a regex on not just the url path, but also the search parameters (eg ?foo=bar vs ?foo=eggs) However, the line where it...
Currently the open-, close- and togglePanel functions only work on mobile (eg narrow mode). I want to be able to open/close the drawer on desktop as well. In other words,...
The following code shows a bug, where the original feature collection contains a multipolygon with two shapes, but the resulting buffered output only has one of those polygons ``` var...
First I found out the hard way that the default version of turf-buffer inside turf is an old one, which is buggy. After locally installing the latest version (1.1.0) of...