Rob Durst

Results 36 comments of Rob Durst
trafficstars

Cool @lnicola ! I'll keep my eyes peeled. Thanks @AndyGauge !

Is this good to begin? @lnicola A bit swamped in work today but will do have this done by Thursday Night/Friday.

@AndyGauge and @lnicola I will have to "unclaim" this. Got very busy and will not quote have time :(

Sure, Ruby is dynamic... but come on, no Boolean class :( `true.class = TrueClass` `false.class = FalseClass` Thus, we cannot really enforce sort on `Boolean` super cleanly... StackOverFlow pointed out...

It was fairly straight forward to add tests for `QuizScoreFilter` and `BrownJellyBeans`, so that's a plus. However, the following has become clear: 1. my implementation is inconsistent between class methods...

Can confirm we use https://github.com/stellar/xdrgen.

@correlator nope, none of our codebase is rust -- at least not until I get good enough to push for change 😁 @kbacha so I talked to one of our...

Awesome! I skimmed the code and it looks quite doable -- while I have never written any ruby, this is quite easy to read. Happy to collaborate, the goal here...

Cool, checked out the `repeat` method for `iter`: https://doc.rust-lang.org/std/iter/fn.repeat.html Is the idea here to basically poll an endpoint, sort of like I do for the meetup bot here: https://github.com/robertDurst/tipmebch/blob/master/meetup_bot/src/meetup/stellar/mod.rs#L14