Andrew Thauer
Andrew Thauer
I believe this is called native tabs in macOS. You can enable the desired behaviour for macOS (which vscode respects) in `Settings > Desktop & Dock > Windows > Prefer...
@O5ten - Out of curiosity have you looked at [AsynAPI](https://www.asyncapi.com) as a way to document these? The existing API docs plugin supports AsyncAPI already and some of this information at...
I'm also not convinced rendering notion pages in Backstage would make sense given it might technically be quite difficult to do in a way that provides a nice enough experience...
Hmm, we use `glean` which is like an omni search over a bunch of tools. It can index pages in Notion, but I'm not sure exactly how. I suspect there...
Just spit balling here, but what about providing building blocks for creating a Backstage CLI in the same way that Backstage is a platform for building developer portals? So rather...
I'm still interested in some of the use cases this could unlock. However, I still believe this is ideally achieved in a way that you can integrate into an existing...
A good reference implementation is the `inflector` / `inflections` APIs in ruby on rails. It handles the inverse `singularize` and even more. I personally haven't dug into the code and...
It's quite common for multiple progress bars (ie docker) and less so for spinners. Minikube is an example that uses multiple spinners on setup to show a series of async...
I came up with the following to work around this. It works decently well, although you lose out on the `text`, `json`, etc. helpers on `CommandBuilder` since they essentially spawn...
@dsherret Any advice on how to move forward with building something into `dax` itself to help deal with this? I'd like to use it more broadly, but it can be...