Liav

Results 6 issues of Liav

``` def test_two_sum(self): solution = Solution() assert_raises(TypeError, solution.two_sum, None, None) assert_raises(ValueError, solution.two_sum, [], 0) target = 7 nums = [1, 3, 2, -7, 5] expected = [2, 4] assert_equal(solution.two_sum(nums, target),...

needs-review

``` python In [90]: d.next_second() Out[90]: Delorean(datetime=2014-03-01 05:00:01+00:00, timezone=utc) In [91]: d.next_minute() Out[91]: Delorean(datetime=2014-03-01 05:01:00+00:00, timezone=utc) In [92]: d.next_day() --------------------------------------------------------------------------- TypeError Traceback (most recent call last) in () ----> 1...

It's possible I'm missing something here, but it seems like Delorean doesn't handle fractional seconds correctly in the `next_second`/`last_second` methods: ``` python In [115]: dt Out[115]: datetime.datetime(2015, 1, 1, 0,...

Hi. I'm not really a rubist, so am not sure about the best way to investigate this. On starting a new bash session, I get: ``` /Library/Ruby/Gems/2.0.0/gems/colorls-0.1.7/lib/colorls/load_from_yaml.rb:4:in `load_from_yaml': undefined method...

Installation

I realize there hasn't been a peasycam release in about five years, **but!** If you feel like blowing the dust off the code... ``` add_library('peasycam') def setup(): size(800, 600) def...

Eg, I'd like the ability to say that modules in `utils` may not import from from any path that matches `apps.*.models`.