Jure Triglav

Results 51 comments of Jure Triglav

Thanks again, @vincentfretin! Released as version 0.4.1.

Thank you so much, Ada! Apologies for the late response - to try and make it right I've now also released a new version of aframe-blink-controls.

In the mean time, I've solved it by modifying the permission object using loops going two levels down (recursion works but is not needed): ```js const addOverrideRule = permissions =>...

Ah, it's the same cause as this: https://github.com/mapbox/node-sqlite3/pull/1034, namely https://github.com/nodejs/node/issues/21063 Users with all versions of node above 10.3.0 are affected. This was a fun trip. 🙈 Opened #25 to fix...

Thanks for opening the issue, @mastermissing! Could you provide a file that fails to convert, so that we can add it to the test fixtures? @sbulka, have you encountered record...

Interesting, this would match our use case exactly. Would love to see this fleshed out a bit more. @immanuel192, did you make any additional progress on this?

The search now works with the above changes. I'm stuck at the Cite tool not doing anything, or rather, just inserting ??? instead of opening the CitePanel and allowing me...

I can confirm this also happens outside of the PubSweet context, i.e. by running `npm start` for Lens.

this.context.surface is undefined: Uncaught TypeError: Cannot read property 'transaction' of undefined doc.create actually works just fine, for some reason... ? The remaining issues which I had is addressed in: https://github.com/substance/substance/pull/571...

I think this is good to go now.