Farhat Haythem
Farhat Haythem
## Describe the bug Animation duration is stretched when using pixijs Ticker (update loop) as driver. ## How to reproduce Create a driver that adds the update method to the...
Context: I'm trying to define a custom inline embed blot to display something similar to [repo shields](https://github.com/badges/shields). The way, I'm currently implementing it as an IMG tag and setting an...
##Here is my code const elasticLunr = require('elasticlunr'); require('lunr-languages/lunr.stemmer.support')(elasticLunr) require('lunr-languages/lunr.fr')(elasticLunr); let index = elasticLunr(function () { this.use(elasticLunr.fr); this.addField('title'); this.addField('body'); }); index.addDoc(data); console.log(index.search('recueille les informaions')); I get this error when i...