sustained

Results 49 comments of sustained

I've noticed the same issue on a ton of websites. Technically, I suppose it's the fault of the web developers who work on the site, for not specifying which colours...

WRT removing slashed getters, as I mentioned in [this issue](https://github.com/vuejs/vuex/issues/1258), what'd be wrong with just deprecating them? So, if you were to write `.getters['foo/bar']` then you'd get something along the...

It's been nearly a year since this PR was made and it hasn't even been discussed by a single member of the Vuex team let alone merged. :frowning:

Also in the above Fiddle, as in the original issue, if you remove some elements above/below and make it so that the textarea is the first-child or the last-child then...

Hey, are there any updates relating to this issue?

Yeah, it does look rather complicated indeed, especially the sub-pagination issue, that boggles my mind to even think about. I'll have to use some kind of helper based on the...

There seem to be a lot of pagination-related issues. I'm happy to try to help get this sorted but I might need a bit of help/guidance because I don't know...

Ah. It's relating to all these pagination issues. # Workaround ```js const all = await repo._requestAllPages( `/repos/${repo.__fullname}/pulls?state=all`, ) ```

I don't know. But I found the `_requestAllPages` workaround in another issue relating to pagination. So presumed it was that.

Any updates? Need some help?