The Wayback Machine - https://web.archive.org/web/20200304113247/https://github.com/topics/python-library
Skip to content
#

python-library

Here are 1,334 public repositories matching this topic...

JanoschDeurer
JanoschDeurer commented Jan 28, 2020

The run method on client.containers has an argument healthcheck. However, apart from that it is given as a dict there is few documentation. I looked in the Healthcheck class and guessed that the content of the dict equals to the arguments of this class, which is the case. I think it would be helpful to either refer to the Healthcheck class or to write a similar documentation for this.

moy
moy commented Jan 16, 2020

Poetry and Pipenv both allow in particular pinning dependency versions, hence should help us to debug subtle issues related to versions like #299.

Poetry is the most recent one, uses the new standard pyproject.toml and covers stuff that pipenv doesn't like publishing to PyPI, so it's probably the best option, but I ne

jdotjdot
jdotjdot commented Jan 6, 2020

(Whoops—originally posted this as dedupeio/dedupe-examples#101, whereas it is probably better for this repo. Moving it over here instead.)

Thanks for this awesome project! We're really excited to start using it.

That said, we've had a lot of trouble understanding the documentation. In particular for blocks, it appears to be a combination of missing information, out of date, and inte

decalage2
decalage2 commented Feb 11, 2020

See this example: https://twitter.com/MsftSecIntel/status/1227006622255341569

doc properties may contain interesting keywords used by the macro code, and may be obfuscated in hex or base64. This should be checked by olevba, but could also be done in olemeta.

olevba could also report when the code accesses doc properties (ActiveDocument.BuiltInDocumentProperties, and possibly also custom prop

xkunglu
xkunglu commented Jun 16, 2018

thanks for this; its great
One note, in your examples you do >>> from dominate.tags import *

but your tag names ( and I understand you got them from html ) are so short and generic that they will almost invariably collide with temporary names - e.g. img, I use everywhere in local contexts.
I would suggest that you follow the example of numpy or matplotlib that in their documents define a c

art
darkclip
darkclip commented Jan 21, 2020

In las file format, vlrs info is crucial to correctly describe point's spatial location.
However, if you try to use pyntcloud.las_header.vlrs, you wouldn't get anything, the value is alway none.

Through your source code, I can see you try to use
data["las_header"] = las.header
But it can not pass vlrs or evlrs info into new object, because in laspy, vlrs info is dynamically obtained afterw

darrenburns
darrenburns commented Feb 25, 2020

sep behaves differently from builtin print. I don't know if this is intentional or not, but the behaviour is slightly different from how the docs describe it. (I didn't expect the sep to be added to the end of the string, only between the printed items).

Example:

print(".", ".", sep="a")
console.print(".", ".", sep="a")

Output:

.a.
.a.a

**Expe

bug
oxinabox
oxinabox commented Feb 28, 2018

I noticed that one of my epubs had all its chapters (items) out of order,
when I was looping through them.

I am guessing this is because this particular book used playOrder that disagreed with the filename order
(cref #148, #146, @ride90).

The documentation for this package should give some example of how to get the items in the "right order".

I am guessing it is something like sortin

Improve this page

Add a description, image, and links to the python-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the python-library topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.