Orestes Sanchez
Orestes Sanchez
I am using `hdfscli` with `fastparquet` to remotely read a parquet file over HDFS. When it turns to be an exception, `hdfscli` rises a `HdfsError` generic exception. I suggest it...
Some chars will be represented as more than 1 byte when writing it to file, so conversion to char positions and byte positions will not map, they are the same...
My configuration - Yosemite 10.10.5 - DisableMonitor 1.92 - MacBook Pro (13-inch, Mid 2012) - Graphics: Intel HD Graphics 4000 1024 MB When I switch the internal monitor off, I...
Check for all the categories in the path one by one, from the root to the leaf. Thanks to http://stackoverflow.com/questions/9492190/django-categories-sub-categories-and-sub-sub-categories
As per the [documentation](http://django-categories.readthedocs.org/en/latest/installation.html#to-only-subclass-categorybase) to use `CategoryBase` class only, there is no need to include `categories` application on the INSTALLED_APPS. Thus, in that case, a warning shows: ``` 2016-03-03 11:02:19,581...
I have found a bug. Let's say that you have the following taxonomy (sorry for the Spanish): ``` BISONTE CABEZA MORRO CARRILLERA LENGUA SESOS CUELLO MORRILLO AGUJA PESCUEZO MOLLEJAS TORO...
I have a dataset on utf-8, containing Spanish tilde chars. Here it is: ``` ESPAÑA MADRID FRANCIA PARÍS ``` When trying to import with import_categories, it fails. ``` (pytesting)orestes-retina:core_categories$ python...