Frank Pimenta

Results 14 comments of Frank Pimenta

@abortu this was fixes with pull request (https://github.com/cschiewek/devise_ldap_authenticatable/pull/164)

There it goes a test in a function update defined in viewmodel from manuel:viewmodel. ........ console.log(editedPlayer.isModified()); editedPlayer.set('name', "name"); console.log(editedPlayer.isModified()); .. "false" "true" .. console.log(editedPlayer.isModified()); editedPlayer.set('name', "name"); console.log(editedPlayer.getModified()); console.log(editedPlayer.isModified()); .. false...

Hi. I think it has to do with (this) context of viewmodel. I will take a look at that and come back.

V1. I was checking the code and it might be weird but: Players list has one Player with name "whatever". ---1 let player = Players.findOne(); player.set('name', "whatever"); player.isModified() // true...

My questions to you might seem strange and weird but this is my day to day life in development 💨 I always find myself in these dark places 👻 I...

I understand better now. I think it might solve the problem. It looks like you have a solution. 👍

Are there new functions published? Thank you for your work :)

@Lepozepo I would require to have the remove tag helper. If you tell me where to start with it would make things easier to me and I would do the...

Would this (from http://cloudinary.com/documentation/image_upload_api_reference#api_example_12) as meteor call: ``` javascript "c.remove_tag": (tag, publicIds) -> @unblock() check tag, String check publicIds, Array if Cloudinary.rules.delete @public_id = public_id auth_function = _.bind Cloudinary.rules.delete,this if...

any news regarding this? :)