maxlath
maxlath
Now that #487 was merged, the basic OAuth server infrastructure is there, and used in prod for authentication on https://wiki.inventaire.io . What's missing for third party apps to use it:...
First, welcome to Wikidata and Inventaire :D That's a [known issue](https://github.com/inventaire/inventaire/issues/145), but not exactly trivial to solve I'm afraid, as our local entities don't currently have concepts of qualifiers and...
followed by/follows are still expected to be qualifiers, so it still depends on #145 to do it properly in Inventaire
ok, great! Working on that soon. Any article/conference video to recommend on the subject?
I think I would prefer to accept the use of special P50 values such as [anonymous (Q4233718)](https://www.wikidata.org/wiki/Q4233718) ([4077 uses in Wikidata](https://query.wikidata.org/#SELECT%20%28COUNT%28%3Fsubject%29%20AS%20%3Fcount%29%20WHERE%20%7B%0A%20%20%3Fsubject%20wdt%3AP50%7Cwdt%3AP58%7Cwdt%3AP110%7Cwdt%3AP6338%20wd%3AQ4233718%20.%0A%7D)) and [collective (Q13473501)](https://www.wikidata.org/wiki/Q13473501) ([46 uses in Wikidata](https://query.wikidata.org/#SELECT%20%28COUNT%28%3Fsubject%29%20AS%20%3Fcount%29%20WHERE%20%7B%0A%20%20%3Fsubject%20wdt%3AP50%7Cwdt%3AP58%7Cwdt%3AP110%7Cwdt%3AP6338%20wd%3AQ13473501%20.%0A%7D)), as that...
Related Wikidata RfC: https://www.wikidata.org/wiki/Wikidata:Requests_for_comment/Cleaning_up_the_ontology_of_anonymous
@Swizz it could be that you got to drop the leading `_` on the partials path, and probably also the `.scss` at the end: see in the [doc example](http://sass-lang.com/guide#topic-5) how...
4d5495f focuses on killing all uses of `fs.exists` but mostly keeping the sync flow
Then, getting those to work async seems to require some heavy rewriting. That could make sense in an effort to get the whole project into promises flow but I can't...
For anyone considering decaffeinating this project, I can warmly recommend using the awesome [`bulk-decaffeinate`](https://github.com/decaffeinate/bulk-decaffeinate). See this [write-up on using it to migrate from CoffeScript to TypeScript](https://dropbox.tech/frontend/the-great-coffeescript-to-typescript-migration-of-2017) or did everyone move...