undermark5

Results 33 comments of undermark5

Ah, I found the issue, your regex for checking the dependencies doesn't work 100% of the time. For example, my mod pack of my QOL mods is nothing but dependencies,...

It'd be really nice if you could configure your own custom annotations to be excluded. Being able to supply a list of excluded annotations via setting `excludeAnnotations` would be wonderful....

I also have this issue, using git worktree seems to break spotless. 6.23.3 was checked, along with 7.0.0.BETA1

Maybe the parameter isn't actually doing what I think it is, turns out our issue was solved by adding a `clipToBounds` modifier to the Lottie itself, but I feel as...

I'm my instance I'm trying to avoid tests having side effects/conflicting with each other. Granted, there's probably a better architecture solution than using properties on a companion object, but until...

Hey, not sure how active this repo is anymore, and I'm also not a maintainer, just saw this issue and thought I had some insights to share. I believe supporting...

Checking out your branch and trying your update results in the following output ```js { quantity: '1', unit: 'pound', ingredient: 'chicken', minQty: '1', maxQty: '1' } ``` while some output...

@nsafai the multiplication is an option, however, for things like cans where they are uniform discrete units and doesn't make sense in all situations. In the case of chicken or...

>The problem with the expected behavior above is that it could prove a bit challenging to generate the code for defaults that are not literals, but complex functions that depend...

Not stale, and issue #148 is effectively a duplicate of this (Unless I'm misunderstanding)