Steven

Results 7 issues of Steven

## What's going wrong? For production servers, it is often important to put pids in specific locations (SELinux concerns) and logging on specific mount points. You folk nicely added PM2_LOG_FILE_PATH...

While object projections are useful, they are not easily done with deeply nested objects. You usually are forced into one of the three camps: 1. The uber-query. You build conditional...

enhancement

`atom.project.getRepositories()` is fundamentally broken as an atom feature since it demands the user to load each git project as the top most directory. If you have many repositories and prefer...

### The Problem Right now it appears `at` only supports a single string value, where I would like it to support multiple values if it can do it's magic that...

Right now, SanityBlockContent handles the `className` attribute, but not, for example handle `style` attribute (very common attribute, surprised me className was accepted but not style). It's confusing that in cases...

### How do you envision this feature/change to look/work like? [Related Chrome documentation](https://developer.chrome.com/docs/extensions/develop/concepts/content-scripts#static-declarative) Two flags are missing from `PlasmoCSConfig` in 0.84.2 that affect inject-ability of content scripts into related frames:...

enhancement

### What happened? In cli/plasmo/src/features/background-service-worker/bgsw-messaging.ts#getHandlerList there is a glob that inadvertently includes external messages when given `getHandlerList(manifest, "messages")`. The glob should not enter the `messages/external` folder because `messages` should only...

bug