Daan van Vugt

Results 7 comments of Daan van Vugt

Interestingly the changelog and decorators/autoregister.js both state since version 3.0.0, but it's already out of 2.1.15. I'm getting this kind of error: ``` The relationship relation_alias? (type event) cant be...

> Interestingly the changelog and decorators/autoregister.js both state since version 3.0.0, but it's already out of 2.1.15. > > I'm getting this kind of error: > > ``` > The...

Hi Xenolf, That is to work around a bug with ionicons-sass (in meteoric/meteor-ionic). The build process always crashes the first time because those files are not there, because they are...

I have created a solution using `ActiveSupport::CurrentAttributes` instead, fearing thread-safety issues with the approach mentioned above. ```ruby # app/models/current.rb class Current < ActiveSupport::CurrentAttributes attribute :signed_global_id_expires_at end ``` ```ruby # app/controllers/application_controller.rb...

I appreciate the use of CMake, and it seems like a nice workflow. However, I would like it to also be available to people compiling it 'manually' with Make. Perhaps...

Thanks! Perhaps we don't need to do much in that case, if people would use their existing build system and just adjust the include path, it could suffice just to...

I have no preference there, since its really small it might be better as a static library. Originally I thought making a shared library would help with portability across compilers,...