Joe Flateau

Results 27 comments of Joe Flateau

I'd also be interested in this and willing to submit PR

https://github.com/julienXX/terminal-notifier seems to be dead, https://github.com/vjeantet/alerter seems to be a reasonably active fork alerter doesn't release m1 binaries but I was able to compile it fine on m1

I use this simple helper bash function: ``` function sawtailf(){ group=$1 saw get $group --pretty --start -1h saw watch $group } ```

@reslear agree it would be good to add the "addScope" function, but I don't believe that would close #158, they seem unrelated.

@butaminas, once you have signed the user in with the birthday read scope, then you need to make an api call to the relevant endpoint (people.get) requesting the birthdate field...

@LeaVerou I would like to use jsep in a library with a custom binary operator but I cannot because of the singleton nature of it might lead to transient, hard...

@meeroslav no worries, if @maaagik's solution doesn't work out tag me and i'll send a PR

I don't disagree that the warning should be generated by default if the element is not in the dom, but there should also be a way to suppress the warning...

Hey @alvissraghnall please include in your example how you insert a User. Remember: BeforeInsert is NOT called if you use methods like `.insert` or `.update`. You need to use `.save`...

Okay, I've confirmed the issue thanks for the demo. If you save a plain object instead of an Entity class instance the Entity class listeners are not called.