caewok
caewok
 ## *What* is wrong? When dividing a negative number by a negative number, the result is rounded to an integer. For example: -1045000 / -2042500 = 0. ## *Where*...
Related: #607 I was testing `concave_hull` and ran across a potential bug. The following set of points are basically two polygons combined: a square, and a four-sided polygon that overlaps...
Not sure if this is a feature request or a bug. I would like to be able to [coalesce](http://www.imagemagick.org/Usage/anim_basics/#coalesce) an imported animation. For example, `convert koala.gif -coalesce xx_%05d.png` using the...
In long-running Rscripts (several hours at least) it appears that the MonetDBLite database may be shutting down. As a result, a new connection cannot be made as it gives the...
Fixes #407. Backblaze S3 will return bucket lists without Owner:DisplayName. This causes `as.data.frame.s3_bucket` to fail when parsing the contents for `get_bucket_df.` This PR corrects that issue by ensuring that NULL...
Backblaze S3 will return bucket lists without Owner:DisplayName. This causes `as.data.frame.s3_bucket` to fail when parsing the contents for `get_bucket_df` because there is a null field causing `rbind.data.frame` to throw an...
When importing multiple csv files using `csv_to_disk.frame`, you can specify the number of chunks to output using nchunks. Then it looks like the import happens in two stages: (1) each...
When passing multiple files to `csv_to_disk.frame`, a warning is always thrown about needing column classes, even if column classes are provided as a parameter. This is ultimately confusing to the...
### Environment Details > Please share the following basic details about your setup. * Foundry VTT Version: v.10.273 * Operating System: macOS 12.4 * How Are You Using Foundry: Chrome...
### User Experience Currently, Foundry allows the GM to select multiple walls by holding shift while selecting walls. It would be nice if holding shift also allowed the GM to...