Results 96 comments of Dennis Ploeger

Is this still relevant? I'm starting to implement Prometheus-based metrics at our site and my first tries didn't show this problem. Also, the PR is already merged. So, @bastelfreak is...

Oh, okay. Then I'll just have to try. Thanks. 😄 I will send you an update if everything goes smooth so you can close the issue.

Hm. Can neither attach the aseprite nor the zip of it. If you need an example, give me a hint and I'd share it on my gdrive.

Thanks a lot. I'm using the automatic importer.

btw: I used multiple layers and tags to organize the file like this: ![image](https://user-images.githubusercontent.com/203453/129612271-0ba6f9c5-dce0-4dc9-835a-27c458328e2f.png) I'd want the result to be in one SpriteFrames resource with the animations named like -...

Maybe you could rewrite the export to use the `--save-as` command using templates like `--save-as sprite-{layer}-{tag}-{frame}.png`. This would circumvent exporting it to a sprite sheet with too big dimensions.

Although... that would result in a very large amount of files...

Using `--split-layers` with `--sheet` doesn't seem to work properly. See aseprite/aseprite#2889

> Currently in this plugin you are able to split by layers (right.res, left.res, etc) but not by tags. I wonder what would be the benefit of having right-idle? (besides...

The problem for this is based on the Kubernetes API deprecating the used apiVersion in the last versions. The correct apiVersion is now `apiextensions.k8s.io/v1`. I'll try to send a PR...