Thomas Gossmann
Thomas Gossmann
> we have a heuristic for detecting a package manager ... and I think, this heuristic has a problem. The detection mechanism isn't detecting the proper package manager - that's...
More info on this: https://gos.si/blog/say-hello-to-theemo-the-yordle-powered-theme-automator/
That's fine, if you cannot properly detect the expected package manager, then throw an error ๐ I was about to close, but then saw this issue is reference, so keep...
The more I use that, the more I think, "border" is the wrong word, instead "stroke" is more appropriate: - A ruler (``) is a stroke - A border is...
I'm not sure if I fully understand what you are doing ๐ but from what I grasp is to make a link that changes its query params, based on some...
I found the context later ๐ I'm never using QPs, because they are deadly to me, so I avoid them ๐ I see the original issue is by @buschtoens itself....
As Jan didn't respond here. The idea is this: - If it needs to be handled by `ember-link` (internally), please continue with the PR and I think, the best would...
Which APIs are you using? Might make sense to check their stability and consider making them public and adding your idea to the contributions section of the guides
Thank you, that's it. My custom code was in the type `string |ย string[]`. I had a false positive verification though. In the tina admin, I checked the admin UI...
Looks like this line doesn't widen the support for version 5 and above: https://github.com/storybookjs/storybook/blob/5a83f53ee2040e2a60af83999ad574c8c29ad208/code/frameworks/ember/package.json#L54 should be: ``` "ember-source": "~3.28.1 || >=4.0.0", ```