David Bruant

Results 79 issues of David Bruant

I didn't find any. Hmm.... This repo is a super good idea and very well executed. Thanks a lot!

Example code: ```js import htm from "htm" const e = htm`` // element is not closed ``` Being used to write HTML and not having to close every element (especially...

enhancement
question
proposal
debugging

I'm not sure whether this is just a question or a feature request, but here it is: We've got training material at http://ants.builders/training/#/ that I've been working on converting to...

enhancement

For rollup support https://github.com/rollup/rollup/wiki/pkg.module

enhancement

Are you aware of JSZap from Microsoft? https://www.microsoft.com/en-us/research/publication/jszap-compressing-javascript-code/ Seems very close to the purpose of this proposal

Test case: ```js import lunr from "lunr" import stemmerSupport from 'lunr-languages/lunr.stemmer.support.js' import lunrfr from 'lunr-languages/lunr.fr.js' stemmerSupport(lunr) lunrfr(lunr) const docs = [ { text : "équipement, barrage", id: '1' }, {...

[Browserify](https://www.npmjs.com/package/browserify) emits en error message: `Error: Cannot find module 'lapack' from '/node_modules/sylvester/lib/node-sylvester'` One way to fix the issue would be to add `lapack` as dependency of `sylvester`. In the meantime,...

enhancement

Pour répondre aux [besoins du Carrefour des Innovations Sociales](https://github.com/entrepreneur-interet-general/CIS-front/issues/282), il va être nécessaire de relancer règulièrement (tous les jours ? semaines ? mois ?) les mêmes spiders afin de mettre...

?
XL

La destruction des identifiants casse les liens côté front-end. Voir https://github.com/entrepreneur-interet-general/CIS-front/issues/144

tech
M

# Description du problème Cette section ne décrit que ce que j'ai compris du problème. J'invite les lectrice.eur.s à compléter avec ce que je n'ai pas compris Le [Carrefour des...

foundations