Brian Phillips
Brian Phillips
This is a rebasing/fixup of #151. One feature added after the original PR was submitted was the `rpOptions` configuration option which allows any option to be passed through to `request-promise`...
Loading a brew-installed `nvm` was previously broken. This PR fixes it. ## Description This reverts to the original (working) version from 2017. During the most recent refactor to use the...
I'm working with an OpenAPI spec that uses nested query string parameters (i.e. `page[number]=2`). [By default](https://expressjs.com/en/api.html#app.settings.table), this is parsed by Express using the [qs](https://www.npmjs.com/package/qs) module which converts that to a...
## Hey, I just made a Pull Request! As discussed over in #24794, the backend search plugin needs to have two phases during initialization: build and start. The build phase...
### 📜 Description When attempting to search after upgrading to Backstage 1.27.0, a generic error is displayed: > Error: Error encountered while fetching search results The details of the error...
I recently submitted a PR that was merged (#58) but it appears that the contents of the change were almost entirely ripped out in a subsequent commit (see [here](https://github.com/drodil/backstage-plugin-toolbox/commit/4425521b11d61a9c83f87979c89a18630ef6dd5d#diff-22a09ef64d4d1647612c997db2336d97772895d402a2eb6bc63d9eda02957c34)). I'm...