Herman Torjussen

Results 13 comments of Herman Torjussen

this would be nice to have in kaleido-picker in the metadata editor. for instance the "Emneknagger" field.

Hi! I think at the time it was decided to use protractor because jsdom (used by some other testing frameworks) did not support custom elements. https://static.nrk.no/core-components/latest/index.html#testing. That might have changed,...

Yes this is an issue here too. Source maps are just plain and simple wrong. Running version: ^0.28.0

> I'm working on the new document branch right now. There is a generated TypeDoc site for each package, but it still doesn't look very good. It is kind of...

hi! curious about this new socket architecture. but first, how does supercolliderjs work with sclang today? is there an intro somewhere? would the overall architectural difference using sockets for i/o...

thanks for the explanation. now i get it. > Making this work won't be too hard. i see, do you plan to make a new pr the sockets, or do...

or you can use your own mongoose instance with `keystone.set('mongoose', require('mongoose'))`. at least until the dep is updated in keystone.

yes, there is a file type https://github.com/keystonejs/keystone/tree/master/fields/types/file and no, not a files type yet. take a look at the readme on how to use the file type: https://github.com/keystonejs/keystone/blob/master/fields/types/file/Readme.md

While I definitely support the feature request for a diff function, it will not be sufficient alone to provide a useful version control experience. One would also need branching, staging,...

I'm getting this error too, on my Debian 8.2 box. Didn't get it when running locally on my Mac. Using node v5.10.1 and npm 3.8.3. Used `npm install unicode` as...