-
First of all, thanks for your work!
## About backstage
* [Backstage](https://backstage.io/) - in a nutshell, tool for managing large development workloads in a scalable and reliable way.
* One of…
dimkk updated
2 years ago
-
I think it could useful to allow us to add custom functions to events like `post question`, `post answer`, `post reply`, `upvote`, etc. In our case, we used the `patch-package` library to add a POST r…
-
Hi,
Thanks for the plugin, its awesome :).
Is there a way to configure multiple Grafana Instance on the app-config.yaml?.
-
### 📜 Description
Given the following configs:
```yaml
# Main config
app:
watch:
exclude:
- node_modules
```
```yaml
# Fallback
app:
watch: true
```
### 👍 Expected …
-
If you use Jackson v 2.16.x, you get this exception (in this case, updating a Company). Reverting to Jackson 2.15.4 works.
```
Caused by: io.intercom.api.IntercomException: Local exception calling…
-
The following project https://github.com/ch007m/ch007m-quarkus-app generated via backstage Quarkus plugin contains duplicated entities and resources. It comes from the recently generator code added fo…
-
### Steps to reproduce
Steps:
1. Git clone this project and PR: https://github.com/q-shift/backstage-playground/pull/2
2. cd plugins/quarkus
3. yarn install; yarn tsc
### Current behavior
…
-
Hi,
Trying to build my app in Windows 10 I get this error:
Building nsis target starts...
Processing config: C:\Users\XXXXXXXXXX\STAFF-nw\node_modules\nwjs-builder-phoenix\assets\nsis\nsisconf.nsh
…
-
### Have you searched for this feature request?
- [X] I searched but did not find similar requests
### Problem Statement
Currently, the idpbuilder patterns are limited to showcasing local developme…
-
Hi @dweber019 thanks for the great plugin!
btw I am getting this error when running yarn tsc
```
packages/app/src/App.tsx:147:3 - error TS2322: Type '(Partial & { ...; }) | undefined' is not…