Matt Hamann
Matt Hamann
### Problem When running multiple workers locally, the first wrangler process to start becomes the host for the dev registry. All other wrangler processes then register their workers with this...
I'm using ReSwiftThunk via SPM. In my test file, I try to import the testing helper like this: ```swift import ReSwiftThunk import ReSwiftThunkTesting ``` but when I do, Xcode shows...
When calling `instance.save()` on an existing record, CouchDB returns a `409 Document update conflict` when the model definition has the `strict` property set to `true`. It appears that `BaseModel.applyProperties(data, instance)`...
Although in this case, `undefined` might end up being interpreted the same way as `false`, it's technically still a bug.
Upgraded React and React Router to the latest versions and then fixed the issues caused by the upgrades. I also replaced the use of Bower by just grabbing Foundation for...
Enables the nconf argv loader to receive a second argument of options (e.g., `parseValues`, `transform`, etc) when passing in a custom or pre-configured `yargs` instance. Example: ```js let yargs =...
There are some breaking changes in moving from the `0.x` version to the `1.x` version that need to be documented to make upgrading easier. Those need to be listed here...
Convert existing `vows.js` based test suite to something a bit more common and well-known. This will help newer contributors understand how to write an effective test, which will lower the...
*If you want to see App Mesh implement this idea, please upvote with a :+1:.* **Tell us about your request** In EKS, certificates are stored in secrets which are mounted...