Brad Vogel

Results 82 comments of Brad Vogel

@chris-askbrian mind fixing the CI failure? Amend your commit message to something like `chore(types): add types for saveAll()`

@Rua-Yuki Mind reviewing https://github.com/bee-queue/arena/pull/459 that is similar to this implementation? If that looks OK, I'd like to merge it.

Add @roggervalf per https://github.com/bee-queue/arena/pull/545#issuecomment-1211442168. Keeping this issue open in case others want to join.

The easiest way to fix this is just to write `document.write(new Date(timestamp))` when rendering the page. That will localize the time to the browser

Once this issue is fixed, the time will also be localized when run in docker.

cc @roggervalf - I think he uses it.

You're right - this package is very large for what it does. Your ideas are great. PRs would be appreciated!

@oyvindneu Thanks for the ping and apologies for not responding before. Mind adding a quick unit test for this function? @Rua-Yuki Mind taking a look at this? It's similar to...

Some of our queues are 3GB, so sending all that data to the client for filtering won't work. Why not have the server just read each job from redis, perform...