Joined February 2012
·
Posted to
The single most useful thing in bash
over 1 year
ago
Its a good tip, but yeah - zsh has this and soooo much more.
Posted to
JavaScript: Assign value to object from string
over 1 year
ago
I would be very interested indeed to see your implementation.
Does it create the object if it doesn't exist in the context?
Posted to
Retrieve property in nested objects by Index
over 1 year
ago
@dpashkevic - I'm aware. This is most useful in a situation where the order doesn't matter, you just need to grab an object at X, but dont know the key used for X.
Achievements
477 Karma
71,500 Total ProTip Views
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Charity
Fork and commit to someone's open source project in need
Forked
Have a project valued enough to be forked by someone else
Mongoose
Have at least one original repo where Ruby is the dominant language
Cub
Have at least one original jQuery or Prototype open source repo
Nephila Komaci 3
Have at least three original repos where PHP is the dominant language
Nephila Komaci
Have at least one original repos where PHP is the dominant language
one caveat I've found with ngResource is that you cant pass params to
DELETE
in the body.I'm integrating an api where we do filtering on our DELETE for an object but dont want to supply query params.
The api developer eventually broke the pattern and made the Object delete method a
POST
- blech