Marley

Results 7 issues of Marley

There seems to be an issue with running `ngcc` postinstall Angular version: 10.2.3 Ivy compiler enabled in tsconfig.json with: ``` "angularCompilerOptions": { "enableIvy": true }, ``` Error Reported: ``` Error:...

## Hey, I just made a Pull Request! added `eventsServiceFactory` to `defaultServiceFactories` to resolve issue where different instances of the EventsServices could be used related to #24319 #### :heavy_check_mark: Checklist...

area:events

### 🔖 Feature description The [@backstage/core-compat-api](https://github.com/backstage/backstage/tree/master/packages/core-compat-api) package seems to exist to provide compatibility for the new frontend system. It seems like the bridge for existing plugins is missing. This may...

enhancement
frontend-system

It looks like there's no support for using the Kiota CLI for private Azure Devops repositories where API schemas are stored.

enhancement
generator

We don't want to accidentally use features that are in Developer Preview or Experimental. There doesn't seem to be a way to stop this other than through manual review. This...

### What happened? This condition: https://github.com/stalwartlabs/stalwart/blob/8cee757d7f7a07ea29f32323ec7feed9a7c6f252/crates/smtp/src/inbound/rcpt.rs#L105-L114 Means that this doesn't run if you haven't configured a sieve script, milter or rewrite: https://github.com/stalwartlabs/stalwart/blob/8cee757d7f7a07ea29f32323ec7feed9a7c6f252/crates/smtp/src/inbound/rcpt.rs#L151-L155 Temporary workaround is to just create a noop...

bug