Blake Kostner

Results 74 issues of Blake Kostner

Bluebird has a lot of great functions, like `map` and `filter`, but we can get the same functionality using `await` and native functions. We should start migrating (considering?) to use...

Priority Wishlist
Subject Houston

There is a lot of action going on in the backend, let's not use a static connection because that will get out of date really easy. We can use socketio...

Priority Wishlist
Subject Houston

If someone doesn't have a changelog, we shouldn't need to have a new release to test the project again. ## --- Want to back this issue? **[Post a bounty on...

Subject Houston

This happens way too often. ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/32649532-add-spell-check-to-unit-tests?utm_campaign=plugin&utm_content=tracker%2F27692469&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F27692469&utm_medium=issues&utm_source=github).

Priority Wishlist
Subject Houston

Sometimes the cycle gets stuck on the `queue` status, and does not get updated past it. I have a hunch this is with the mongodb queue thing we have going...

Bitesize
Priority Low
Hacktoberfest

Inspired from the [Google Analytics debugging](https://developers.google.com/analytics/devguides/collection/analyticsjs/debugging), it would be nice to see what events are being sent. ## Detailed Description Basically, add a `console.debug` statement in `sendEvent` that would output...

enhancement

Basically, it would be nice to have an `enabled` option that defaults to `true`, but can be set to `false` that disables sending any event. Similar to how the localhost...

enhancement

## Description This adds an `enabled` `bool` option that would disable sending any events to Plausible, but keep all functions working. ## Related Issue Fixes https://github.com/plausible/plausible-tracker/issues/9 ## Types of changes...

This adds a `Dockerfile` that will build and host the website. This moves the actual PHP running from `nginx` to `apache` mainly because there is no _official_ php nginx image,...

Status: In Progress