Guilherme Garnier
Guilherme Garnier
@vmalaga does it make sense to set a range for the node version in an app, instead of setting a specific version? According to [npm docs](https://docs.npmjs.com/files/package.json#engines), `this field is advisory...
I don't think it's worth the effort to try parsing different types of ranges (it could also be `` and so on). We can show a specific error message, as...
+1 truncate by word boundary would be great!
Maybe you could let word boundary as optional, and keep the current search method when word boundary is disabled. That way, the performance would remain unaffected on the default case.
I had a similar issue, but only when the `src` attribute is a URL. Looking at the source code, it should work: https://github.com/privateOmega/html-to-docx/blob/2ae805da708e2b3c332cacfe63d0fc55b1c06c89/src/helpers/render-document-file.js#L34 But if I use `imageToBase64` and replace...