Marc Littlemore
Marc Littlemore
* Update README * Update to use PHPUnit v9 (with a dependency on PHP 7.3+)
Need to add some more tests for `AmazonAPI` * Test data transformations work as expected * Test double for HttpRequest * Check expected Amazon signature for signed requests
By default Next.js will redirect urls with trailing slashes to their counterpart without a trailing slash. For example `/about/` will redirect to `/about`. This has caused issues (see below). @ascorbic...
### Summary This is a proof of concept to rewrite the `createMetadataFileAndCopyDatastore` unit tests using mocked file operations. Previously, the `createMetadataFileAndCopyDatastore` tests copied the whole Gatsby demo directory to a...
**Which problem is this feature request solving?** For a few recent pull requests there have been some difficulties with broken CI builds. This is due to incorrect synchronisation of the...
### Summary This improves the readability of the code by moving the build hooks into their own directory. It'll allow us to better see the responsibility and intent of each...
- Add a link to `botkit-middleware-typing` which adds the typing indicator for all Botkit responses, including conversations.
**mapbox-gl-js version**: v1.9.0 ### Question I'm using Mapbox in a Facebook Messenger chatbot which renders the map inside an HTML webview. When dragging a draggable marker, the `touchmove` event also...
## Summary Adds a missing changelog entry for #10331. ## Related Linear tickets, Github issues, and Community forum posts https://linear.app/n8n/issue/PAY-1671/enable-linking-instance-to-website-activity ## Review / Merge checklist - [x] PR title and...
## Summary This PR introduces initial unit tests for our LDAP service. Since our LDAP implementation currently lacks good test coverage, these tests are my first step in understanding and...