Adam Berger

Results 6 issues of Adam Berger

This allows you to proxy APNs connections through an http proxy like Squid.

Currently, only description is captured from meta. It would be super helpful to capture any string meta field.

### Describe the feature you'd like to request My package structure is: - root - package.json - turbo.json - tsconfig.json # global tsconfig - packages - package1 - package.json -...

area: ergonomics
area: prune

Do you see value in separating the ability to access a promise's value from the ability to set its value? This would essentially be adding a capability-based model with independent...

It would be great to know that an event has a property (e.g. `name`). Then a step could be generated as: "When I enter the name {name}". Then, it would...

``` for feature in features: feature.background = longestCommonPrefix(scenario steps) feature.steps = removePrefix(feature.background) ``` [Background docs](https://cucumber.io/docs/gherkin/reference/#background)