Brad Vogel

Results 19 issues of Brad Vogel

What's the license?

For our use case, we'd like to implement custom expressions that make database calls. An example of what we'd like to do (that doesn't work today): ``` sift.use({ $existsInDb: async...

feature

I'd like to implement middleware that returns formatted json in the response when `pretty_ouput` is present on the query. I attempted this with the following code: ```js // This code...

ideas

I noticed this library isn't parsing user agents for email clients. Would you be open to us submitting PRs to handle them? One example: ``` $ node > var parser...

Open Discussion
Feature Request

We ran into a situation where a single job kept stalling over-and-over because the work it happened to be doing was crashing the instance. Although it's not the queue's fault,...

enhancement
help-wanted

Hey everyone! The [Mixmax Engineering team](https://mixmax.com/engineering) can no longer maintain this repo. We're moving away from Bee Queue over to SQS and have no need to run Arena any more....

help wanted
discussion

My current understanding of Segment's API: 1. `analytics.track()` supports passing _properties_ associated with the _event_. 2. `analytics.identify()` supports passing _traits_ that are associated with the _user_. 3. #1 and #2...

It was already published. This is just updating the changelog.

Adding the basic infrastructure for a Mixmax project, including: * Flow * Automatic builds via Jenkins * Jest unit tests * Sublime project file There should be no functional changes...

It'd be nice to have an API to automatically pull ALL responses, without needing to write code to query each page. See Stripe's API library that has a convenience function...

enhancement