verybigelephants

Results 13 issues of verybigelephants

When trying to apply the pixelate filter at the end of the drawing loop like this `fx.render().pixelate(i).compose();` on a scene with some 3d mesh with some `tint()` applied to it...

bug

When trying to apply transform i get a deprecated warning: ``` DeprecationWarning: inkex.deprecated.main.transform_mul -> Use @ operator instead transf = Transform(transf) * Transform(node.get("transform", None)) ```

it would be really cool if the plugin provided a public method for manual momentum trigger, by providing two tracking points also, i really miss a way to halt the...

``` waterfall('.container'); ``` creates waterfall instance only for the first of the `.container` classes. It could create instances for all of the selector's elements, so you don't have to do...

**Describe the bug** `dompdf/src/Img/Cache.php ` method `resolve_url` tries to validate paths. however, it uses `dompdf/src/Helpers.php`'s `build_url` method and on line 115 there is this nasty bug ` $filepath = realpath($ret);`...

**This is just a Dompdf wrapper!** I understand that this package is just a Laravel wrapper for https://github.com/dompdf/dompdf Any issues with PDF rendering, CSS that is not applied correctly, aligning/fonts/characters...

### Describe the Bug Hello, when trying to read a .doc file with central european characters (file example here [srncik.zip](https://github.com/PHPOffice/PHPWord/files/14139698/srncik.zip) ) the reader messes up all the diacritics ### Steps...

Bug Report

i am migrating a fieldset with this asset field: ``` hero_image_video: container: main folder: entries/images-videos restrict: false mode: grid type: assets localizable: true display: 'Hero image/video' validate: 'ext:jpg,jpeg,gif,png,svg,mp4' max_files: 1...

bug

when using a statamic2 website in multiple languages, all routes for collections end up being empty as for taxonomy urls, i still haven't figured out if they actually work in...

bug
multisite

Kinect 2 can track up to 6 people, the values returned by getRawBodyTrack are 0..5, not 0..6 (which would be 7 people)