Todd Humphrey
Todd Humphrey
MIddleware idea/ request: redirect www requests to the same host without www. Alternatively the same middleware should support redirecting non-www requests to www requests.
The auto tracking fills both keen.timestamp keen.local_time_full with the same, UTC value by using `new Date().toISOString()` which always produces a UTC time. https://github.com/keen/keen-tracking.js/blob/master/lib/browser-auto-tracking.js#L122 It appears that the local_time_full is redundant...
This is an example of a use case, not an issue. Wanted to use reactive modal with autoform (https://github.com/aldeed/meteor-autoform), but not be restricted to only quickForm with https://github.com/yogiben/meteor-autoform-modals I wanted...
When specifying an endpoint, an error is produced: ``` beforeEach(() => { cy.server(); cy.mockGraphql({ schema: Cypress.env("GRAPHQL_SCHEMA"), endpoint: "/api" }); }); ``` produces error: ``` CypressError: cy.get() could not find a...
## Hosted Backend support for separate apps on subdomains of a common apex domain ### Problem We have separate environments running at subdomains: dev.example.com staging.example.com preproduction.example.com app.example.com Each site is...
When setting up a collection for PDF files, they upload OK and are downloadable via a link like this: ``` download ``` When trying to get the PDF to open...