Jure Triglav

Results 51 comments of Jure Triglav

Thanks, I'll take a look!

No worries, Shinji, you're doing great work with OpenEHR and Ruby! I looked at the `adl15parser-ruby` repository and it looks like it's just a skeleton at this point. Any reason...

Oh, OPT is the template parser. But 1.5 archetypes will be able to be templates as well? Won't that make the OPT parser unnecessary? It looks like @aanastasiou is trying...

I'm definitely in favour of a way to enable/disable `blink-controls`! Is this something you could make a PR for?

Builds were failing due to an issue with `nan` that was resolved in 2.11.0: https://github.com/nodejs/nan/issues/766, so I updated that too.

This is passing on Node versions > 4 on Travis, but seems to be failing on AppVeyor Node version 5. 🤷‍♂️

Both of the failures are not related to the content of this PR: ``` C:\Users\appveyor\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js:85 let notifier = require('update-notifier')({pkg}) ^^^ SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported...

No, sorry. This SCSS stuff is quite confusing. So SCSS does not have a way to distinguish relative paths from other imports: https://www.npmjs.com/package/sass-loader#imports ``` It's important to only prepend it...

This is how I configure font-awesome for Lens now: https://gitlab.coko.foundation/pubsweet/substance-components/blob/master/styles/reader.scss#L1 This works for NPM < 3, but will fail for NPM > 3. I can't see how we can make...

Quick question: What's the state of this work? I'm in the process of looking at a number of Docx to HTML converters and came across PyDocx.