Francisco Gutierrez

Results 4 issues of Francisco Gutierrez

country_name_by_addr(addr) fails when the record is not found: /usr/local/lib/python2.7/dist-packages/pygeoip/**init**.pyc in country_name_by_addr(self, addr) 489 return const.COUNTRY_NAMES[country_id] 490 elif self._databaseType in const.CITY_EDITIONS: --> 491 return self.record_by_addr(addr).get('country_name') 492 else: 493 message = 'Invalid...

gem only changes behavior of integer division in ruby versions < 1.9, because it includes mathn in order to use Prime. But mathn has the side effect of changing integer...

When including the gem, division of two integers returns a rational, whereas normally it would return another integer. Is there a way to turn this off? I would like to...

**Describe the bug** I was trying to test Rambda in a deno app to see if I want to replace Ramda with it, but the deno.land download is not working....

bug
in progress