Xavier Damman

Results 24 comments of Xavier Damman

Sorry I haven't been touching this repo in more than a year. I've shifted my attention to the climate emergency 🌍🔥⏳(if other open source developers want to join, please ping...

Yes, yes, yes. There is a hack which is creating a free tier, but this is something we should design for /cc @cuiki Maybe add a "subscribe" or "follow" or...

This looks like a highly requested feature. Also in https://github.com/opencollective/community/issues/2 Maybe worth considering for a bounty @znarf ?

What about considering each section of the edit collective page separately? It feels overkill to download/upload all info of the collective if you just wanted to edit the description. It...

Just append .json to their open collective url: https://opencollective.com/vuejs.json You can also do: ``` $> npm install -g opencollective $> opencollective webpack ``` ![](https://cl.ly/220J251t382X/Screen%20Shot%202017-10-02%20at%204.12.22%20PM.png)

There is a `settings.githubRepo` or `settings.githubOrg`, e.g. https://opencollective.com/fuse-box.json But this is not a stable API, it will probably change in the future. But we can ping you if/when we will...

I know, I tried to push a fix for it and I broke the internet :-/ https://twitter.com/xdamman/status/914906059692756992 In the meantime, just run the opencollective command within a project that has...

I like @btkostner but I think the type shouldn't be used to say "opencollective" or "patreon" because those can be easily figured out from the url. Instead the type could...

Alternatively, we could use the key as the type: ``` { "donation": { "url": "https://opencollective.com/vuejs", "opencollective": "vuejs", "btc": "14MEpy5a9MwDZa9CUzrfDhTU8dy2KKJ5mU", "bch": "15gftB3fwumFRWGWFhVzTgc4nhM5w1F2Tu", "eth": "0x3411356C1f0Bf5D859464eD2AC54DD2C222519B7", "ltc": "LUcHis3B8SFtEeZtuCaZoqsyN9XFAKmbCP" } } ``` Btw, those...

That looks much more verbose. An array of just types and values really sounds like an object with attribute and value no? Also, an object makes it much easier to...