Fernando Sar

Results 9 issues of Fernando Sar

Hi, thanks for this service! I might be wrong but the no-IP request `https://api.ipgeolocationapi.com/geolocate` should return a response based on the requester's IP, right? The response says that I am...

Hey! I was all day trying to get AC on this problem but I kept getting WA. Since it looks like a very easy problem, I thought there could be...

Please provide a setup.py and a .tar.gz in pypi.org like most packages so that it can be built from source easily. This will also help egg-based install systems it was...

Hi! Thanks for this package! I was looking around and couldn't find a way to change the format of the logs but I thought you probably have a way to...

### Description I have been trying to run Ray on our YARN cluster (where we run Spark apps) and recently discovered that it might be easier to use `Ray on...

enhancement
triage

removing old import that's not needed since py 3.3

Currently `'second one'` gets converted into `'21'` ``` >>> t2d = text2digits.Text2Digits() >>> t2d.convert('Those were my friends. Particularly the second one there') 'Those were my friends. Particularly the 21 there'...

Hi, I think support for negative numbers is not yet here, but the hyphens seems to be messing the string up and adding an extra space. Might be related to...

### What happened + What you expected to happen When trying to use Ray on Spark (docs here: https://docs.ray.io/en/latest/cluster/vms/user-guides/community/spark.html) I often see very spammy logs about not being able to...

bug
triage