-
In gitlab by @hibooboo2 on May 18, 2017, 09:55
So my thoughts on the whole functions idea of dev is:
* The following should be drop dead simple:
* Create a function
* Testing the functions
…
-
I wonder if user profiling can be done at low cost from the user's follows or followers list.
It should be possible to automate the build a social graph and list the interests of a user from this.
…
ghost updated
6 years ago
-
Hallo, irgendwie müssten wir mal alle Kommentare (Klassen, Methoden,...) ins Englische Übersetzen oder die wenigen Englischen ins deutsche.
Das geht ja garnnicht mehr.
-
We need to add some more ad spaces so we get more impressions. And this step would be so much easier to do if we built this site from scratch using GitHub Pages and Jekyll. With Jekyll, ~~life~~ desig…
-
even running your example, poll.url returns a blank string.
-
Coins Coins Coins repeatable Quests make the game to easy.
What we can do against it or what we can changed in code?
Disable repeatable quests at all. (possible)
Every time you buy this item it g…
-
Using http://strawpoll.me
Syntax:
!poll | | | etc...
Output
URL of strawpoll.
-
https://api.strawpoll.guillaumeperes.fr/api/poll/64
Les dates created, updated et published qu'on obtient lorsque l'on récupère les données d'un sondage sont au format timestamp.
Il faudrait les…
-
Instance admins should be able to easily disable the trending hashtag feature.
* * * *
- [x ] I searched or browsed the repo’s other issues to ensure this is not a duplicate.
-
```js
const snekfetch = require('snekfetch');
snekfetch
.post('https://strawpoll.me/api/v2/polls')
.send({ title: 'Cats', options: ['1', '2'] })
.then(res => console.log(res.body))
…