Ross Bender

Results 26 issues of Ross Bender

Since there's some weird whitespace that would make merging difficult, this PR combines changes from a few other requests: * https://github.com/akofman/cordova-plugin-add-swift-support/pull/64: - Support multiple/various application targets (e.g. today extension). *...

Resolves https://github.com/akofman/cordova-plugin-add-swift-support/issues/65. See [Cordova Javascript doc](https://cordova.apache.org/docs/en/latest/guide/appdev/hooks/#javascript) for sample/example. This will allow the swift plugin to correctly run concurrently with other plugins that run on the same hook that also modify...

This PR resolves #63. In the case of something like a Today Extension, an Xcode project can have multiple targets, each of which will have a Debug/Release build stage. These...

The plugin [uses `glob`](https://github.com/akofman/cordova-plugin-add-swift-support/blob/80289f8654027b4d447ada5ae55fac9dd5ae0e49/src/add-swift-support.js#L100) in an asynchronous manner by defining a callback. Because of this, the plugin can cause issues with other Cordova plugin hooks that are trying to run...

I am integrating a "today extension" into our app, and I noticed some funky behavior with the Swift version not being set correctly by this plugin. I believe this is...

I'm setting up a new Mac laptop and I installed `cd to` in my Applications folder. However, when I'm in Finder and open `cd to` via Spotlight, it opens the...

wontfix
alternatives

## Description This PR fixes an issue where response-based middleware is not able to delete headers before the response is returned to the client. ## Related Issue Resolves https://github.com/TykTechnologies/tyk/issues/4192. ##...

**Branch/Environment/Version** - master / 4.0.3 - Environment: on-prem **Describe the bug** When using a coprocess middleware for the "response" hook, Tyk does not delete headers which have been removed from...

bug

**Describe the solution you'd like** It'd be nice to have a keyboard shortcut to open the URL for an entry. I can copy the URL or click on it with...

enhancement

**Issue description** I am seeing the following compilation error after updating to Angular v9 along with latest `@agm/core` version: ``` Compiling @agm/core : module as esm5 Error: Error on worker...

stale