DBarratt (WMF)
Joined 30 May 2017
Latest comment: 4 years ago by DBarratt (WMF) in topic Yarn package manager
This page used the Structured Discussions extension to give structured discussions. It has since been converted to wikitext, so the content and history here are only an approximation of what was actually displayed at the time these comments were made. |
- It seems like the task is a little stalled; who is able to setup Wikimedia wikis on phabricator ? Or anyone I should subscribe to the task ? CreativeC (talk) 19:48, 21 January 2019 (UTC)
- To answer your original question, anyone can setup a Cloud VPS, once created, would just need to install MediaWiki and Wikibase. It would not be a production Wiki, but would be a good place to test things out. DBarratt (WMF) (talk) 21:04, 21 January 2019 (UTC)
- or are you asking how to get a new project in phabricator? You could also request a new production wiki (i.e. a clone of test.wikidata.org) DBarratt (WMF) (talk) 21:06, 21 January 2019 (UTC)
- I requested it here CreativeC (talk) 21:10, 21 January 2019 (UTC)
- I don't think having a Structured Wikiquote is as simple as creating a copy of test.wikidata.org DBarratt (WMF) (talk) 20:47, 21 January 2019 (UTC)
- The setup and extensions are exactly the same; the only differences are properties. CreativeC (talk) 21:00, 21 January 2019 (UTC)
- True. I mean I think there might be some UI changes... for instance, the description and alias are no longer needed, so the label can be brought full-width, not too dissimilar from Common's new structured file captions.
- I think it would be better if this new project (when ready) replaced Wikiquote, otherwise it will become a situation like Wikidata's Lexemes, where Wikidata takes over Wiktionary. DBarratt (WMF) (talk) 21:03, 21 January 2019 (UTC)
- WD UI also lacks support of paragraph.
- I see that test wiki as an Incubator for multilingual/structured Wikiquote; that might one day become a real Wikiquote (and even replace other WQ ?) CreativeC (talk) 21:12, 21 January 2019 (UTC)
Yarn package manager
editHi David!
I've seen in a comment you've been using yarn besides npm. I'm investigating the possibility of using Pnpm and Yarn 2, currently using mostly pnpm for development.
Both can co-exist with npm, thus there's no migration pressure. The only thing I had to do is to add some missing peer dependencies and custom resolutions.
Is there an interest in making these tools an option on the developer side in the future? —Aron Man.🍂 edits🌾 00:08, 20 June 2020 (UTC)
- Interesting! I used Yarn for a hot minute, but then npm added
package-lock.json
and that was really the only reason I was using Yarn in the first place. I think it's good to have competition for npm (and I'm glad deno decided to not include a package manager). I hope these improvements make their way back into npm. DBarratt (WMF) (talk) 15:24, 22 June 2020 (UTC)