Onilton Maciel

Results 14 issues of Onilton Maciel

https://docs.python.org/2/library/urlparse.html#urlparse.urljoin provides a robust way to make a relative url into a absolute one. This fixes some issues like this one: When accessing this url: http://www1.abracom.org.br/cms/opencms/abracom/pt/associados/ We find relative links...

I'm using PyQuery, and I get wrong encode detection for this page: http://www1.abracom.org.br/cms/opencms/abracom/pt/associados/resultado_busca.html?nomeArq=0148.html The problem is that the html has this meta tag: `` But the page is actually `utf-8`...

When adding a empty string `""` in array, it is removed after parsing: Small example ``` from pyhocon import ConfigFactory from pyhocon import HOCONConverter conf = ConfigFactory.parse_string(''' features: [ less...

## Expected Behavior OneHotEncoder category_mapping should return `self.mapping` (that is calculated in fit() and generated by generate_mapping() ) ## Actual Behavior OneHotEncoder category_mapping returns self.ordinal_encoder.category_mapping. I think ordinal_encoder is an...

For larger file uploads, takes too long mainly because of file_hash (md5) calculation. This is line is the line responsible for this mpu = bucket.initiate_multipart_upload(s3url.path, metadata = {'md5': self.file_hash(source), 'privilege':...

I wonder if you have any interest in migrating the project to scala.js I started a project to migrate the code scala.js He is the link to the project: https://github.com/onilton/json2caseclass...

### Steps to reproduce 1. Create a file with repeated code: code.py 2. pylint --disable=all --enable=similarities code.py ### Current behavior Do not show code repeated in the same file, ###...

Enhancement ✨
Help wanted 🙏
duplicate-code
False Negative 🦋
High priority
Hacktoberfest
Needs PR

What happens if I install two packages that have same file? I am not talking about the binary itself that is unlikely to clash. But what if I install two...

Support for color setting in lines. Support for setting xAxis and yAxis Legend labels are correctly set even if legend or labelFormatter is not set in options.