wallslide

Results 5 issues of wallslide

### Environment **Vuetify Version:** 2.3.14 **Vue Version:** 2.6.12 **Browsers:** 85.0.4183.121 **OS:** Windows 10 ### Steps to reproduce 1. Toggle the "Hide archived messages" switch off. a new item at the...

T: bug
P: high
C: VList
C: VListGroup

Sometimes new vercel cli versions break things. I'd like to be able to lock the version instead of always using the latest release.

Type: Feature
good first issue

When using `PageHelper.nextPage()` (code [here](https://github.com/fauna/faunadb-js/blob/v4/src/PageHelper.js#L172)), the final page isn't handled correctly. Internally, the helper fails to mutate its state if the `after` cursor is `undefined`. This means `nextPage()` endlessly repeats...

When passing a size to `Client.paginate()`, and then running `nextPage()` on the generated `PageHelper` I get the following error: `TypeError: Cannot assign to read only property 'after' of object '#'`...

If I create a job with a two-hour delay, and an hour later wish to add an extra hour of delay, what is the best way to accomplish that?

question