Petri Savolainen
Petri Savolainen
This would be useful for image extration, perhaps other purposes, too. Given that pdfrw already supports finding the image objects (using the `find_objects` function), would it be possible to also...
It seems there's a chicken-and-egg problem: when I generate a changelog (that I want to include in the release), the new version to be made is (obviously) missing from the...
See https://www.gleif.org/en. There's a lot of data that would help improve the legal affix database of cleanco.
The legal terms are to some extent translatable across jurisdictions. It would be useful if user could ask for the business types in their own native language. For example, as...
This makes it easier to map the country-specific codes to country data in other systems. The names can be found for example in the python "iso3166" package.
We have a nice database of suffixes/prefixes. We should have a test that runs cleanco.clean_name() against the full database.
@psolin , would you have any lists of company names that you want to see tested?
In many countries, a "public" limited (liability) company has a distinction that its shares are publicly traded or -tradable. We don't have this distinction in cleanco currently.
When more extensions are added to the opsdroid core distribution, the number of dependencies will increase, making the package larger and adding potential installation issues. The setuptools extras_require mechanism can...
The current Dockerfile hardcodes e.g. Solidity compiler to v0.4.17. Having some flexibility to specify different KGSes (Known Good Sets) of solc + populus etc. would be super useful for users...