Matt Shwery

Results 25 issues of Matt Shwery

`[email protected]` seems to hang when run as a local devDependency. ## Description I've installed `[email protected]` as a local devDependency.: `yarn add -D np`. When running `yarn np` (with or without...

Because `paused` is not in the [accepted list of bull queue states](https://github.com/bee-queue/arena/blob/master/src/server/views/helpers/queueHelpers.js#L27), it is treated as [an individual job](https://github.com/bee-queue/arena/blob/cbfa82ac09c12ae074a5fe8c23d52c64ee178de2/src/server/views/dashboard/index.js#L10-L11) which fails on `hgetall` with a `WRONGTYPE` error from Redis: >...

help wanted
bull

https://github.com/nettofarah/property-validator/blob/f0c8e31f5d68470cb7c2a1020bca4601dd71375a/lib/validations.js#L221 https://github.com/validatorjs/validator.js/issues/1130

Do you want to request a *feature* or report a *bug*? ----------------------------------------------------- **Bug** What is the current behavior? ----------------------------- I'm seeing _all commands_ being required, both with ts-node and when...

Right now you must authenticate via the UI – enable this behavior to get an auth token via the api directly.

Add single-sign-on (gmail, twitter, facebook?) so users can remember lists (without stacks). The basic premise is this: 1. Created lists are remembered by client-side storage solutions like localStorage and cookies....

Need a disclaimer to tell people that empty lists will be removed after a certain time of inactivity. ``` ruby class Stack has_many :lists end class List belongs_to :stack end...

enhancement

Rather than passing around the original direct link to a list all over the place, it might be better to generate shortened "tokenized" links. It's a bit overkill, but you...

question

Not sure if we should whitelist only app-specific domains, or if that's even possible. But should look into it regardless.