Andrei Borisov

Results 63 comments of Andrei Borisov
trafficstars

> Attributes which I think should not be configurable: color scheme, font family I would like to customize syntax highlighting color scheme and font to make it consistent across my...

Vue basically consists from a number of core components: 1. [Vue.js](https://vuejs.org/v2/guide/) (which what we have now) 2. [Vue Router](https://router.vuejs.org) 3. [Vuex](https://vuex.vuejs.org) 4. [Vue Server Renderer](https://ssr.vuejs.org) They are all integral part...

@Kapeli what’s your perspective on this? Should all core Vue libraries integrated in one docset or managed separately? Are you willing to add core libraries to main docsets or should...

> Are you sure you’re not overstating how many Vue developers are using Vue Router, Vuex and Vue Server Rendered? I don’t have numbers, unfortunately, maybe someone from the @vuejs...

**As a compromise you can add them bundled, but separately from Vue.js docset and call it “Vue Core Libraries”**. That should satisfy everyone. That’s how they are called in Vue.js...

Should be closed

I had the same setup on my own plugin and was surprised by its behaviour😅 https://github.com/andreiborisov/sponge/commit/2ff7d9941b2095311771bb29942958e571e7080e

> One the other hand, i agree that persisting them after plugin update should be the expected behaviour, which is not the case right now. Yes, I believe Fisher fires...

> In fact, fisher emit a [separate event for update](https://github.com/jorgebucaran/fisher#event-system), so you can have different logic for both update and uninstall. Ah, so it was fixed, nice, I wasn't aware!...

Ugh, that's disappointing... I wish Apple would be more friendly for the dev and automation community.