Daniel Bretoi

Results 41 comments of Daniel Bretoi

``` javascript ObjectPath.mv = function (obj, src, dst) { const data = ObjectPath.get(obj, src); if (!data) { return; } ObjectPath.set(obj, dst, data); ObjectPath.del(obj, src); }; ```

would be great to see this

OK, after playing around it seems there's a bug around the hyphen in the library name. `require 'my-project'` didn't work either despite there being a `lib/my-project` So I tried removing...

same problem occurs with underscores.

I ended up using this fork instead which works fine: http://github.com/yzhang/ar_mailer_rails3

Hey I found an issue in the other code which will affect you too ( does already ) and is specifically for Rails 3 so I will mention it (...

npm is a constant let down, and npm shrinkwrap isn't working according to docs. I was hoping ied would have something that allowed me to update things

Same issue when using https://www.messenger.com/

I don't know what's wrong with that. I thought I was fairly forward with indicating that there may be some way but I just don't know. I'm new to eclipse....