Christian
Christian
Blizzard has recently changed their API format - if work is already being done to transition this package to use the new format, great, if not, I'm forked and ready...
`{return/^(?:(?:https?|file)\:)?\/\//.test(e)}` becomes: `{return/^(?:(?:https?|file)\:)?\/\}` When it's compressed. As you can see, not just the end of the regex, but the following function call, are removed. Based on the fact that the...
Added support for the ability to skip specific files and have them render normally regardless of the assets compression. Example: ``` 'assetsAutoCompress' => [ 'class' => '\skeeks\yii2\assetsAuto\AssetsAutoCompressComponent', 'enabled' => TRUE,...
Is there a reason for this? A few of the services only operate within the states, sure, but should that really affect whether this package even works? Surely it could...
Hi there -- I'm attempting to use ComfyScript with the ComfyUI package in a Docker image. I've followed the Readme as best I could, paired with a little reading of...
Currently, there doesn't appear to be any way to export JSON of the keypoints in COCO 18 format exactly as they appear in the renderer. The closest is the "copy...