Adrien Lavoillotte

Results 9 comments of Adrien Lavoillotte

In the meanwhile: some of hayaku's features are implemented in [Emmet](/mattn/emmet-vim). E.g. (in a CSS block of a CSS file) `btw:1` then `,` expands to `border-top-width: 1px;`.

Hmm maybe this is actually more of a domtosource issue? Or even further down the dependency tree…

Indeed: domtosource -> cheerio -> htmlparser2. Trying this in htmlparser2's live demo yields the incorrect DOM tree.

But actually it seems that there is [a `recognizeSelfClosing` option for this in the parser](https://github.com/fb55/htmlparser2/wiki/Parser-options#option-recognizeselfclosing). ~Not sure if it's exposed by cheerio though.~ Yes it is! The load function accepts...

Also reported on Chromium http://code.google.com/p/chromium/issues/detail?id=81244

I know what it's like, whenever you can is fine :ok_hand:

This issue seems caused by the presence of ASM 3.x in the classpath, causing a conflict. In this earlier version, `ClassVisitor` was an interface instead of an abstract class. The...

I confirm that this solved at least my instance of this issue. Used [jar jar links](https://code.google.com/archive/p/jarjar/) to relocate inside an assembly (fat / consolidated) jar that had a dependency on...

Hello, We indeed have a bug in the way that we expose the `dataiku` package for external use, the package lacks some files in this case. We will fix this....