Michael Kühnel

Results 29 issues of Michael Kühnel

Hej, I would love to add a version switcher for the yeoman docs: https://github.com/yeoman/yeoman/issues/1485 ## Proposal Add a `versionSwitcher` property into the template settings like: ``` "templates": { "name": "Doc...

Type: Enhancement

Hej, here’s the implementation of option 3 of the version switcher as proposed in #5. Must say that I prefer it over the implementation of option 1 in #9 Pros:...

Type: Enhancement

Sadly it isn’t as easy as lifting `os-name` to the latest version which supports Ventura which is ^5.0.0` as people tried to do over here: #80, #82 Because: `os-name` is...

bug
help wanted

Hej, after triaging just a few issues today I wish people would leave at least info about their OS, Node version and npm version. I’m not sure, but I hope...

enhancement
to-confirm
easy
meta

The [codelab](https://yeoman.io/codelab/index.html) example generator is broken so codelab needs a major update. The FountainJS generators are unmaintained for quite a while and now they seem officially abandoned. See https://github.com/FountainJS This...

bug
Codelab
to-discuss

Follow up of #754 I know that the navigation won’t be sticky for [IE Users](https://caniuse.com/#search=position%3Asticky), but that’s not our target group, right? So with using `position: sticky`, we could get...

enhancement
actionable
easy

Will [:has()](https://developer.mozilla.org/en-US/docs/Web/CSS/:has) make it to your reference? It’s still behind a flag in Firefox, but the other modern browser are ready for using it: ![image](https://github.com/codrops/css-reference-issues/assets/441011/9ebf7b82-9bdf-4bf0-8774-5876dd2a1252) See: https://caniuse.com/?search=has

Hej, I would love to use this Alfred workflow 💖 Sadly I’m not abele to install it using Alfred 3.5.1 on Mac OS 10.12.6 Tried to double-click `tldr.alfredworkflow` as well...

Right now we more have something like integration test. The tests are calling the CLI and checking the output. This takes some time and current tests don’t cover the whole...

enhancement