Skip to content
#

python-library

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

rob101
rob101 commented Apr 18, 2020

When using django-celery-results with the CELERY_RESULT_BACKEND = 'django-cache' setting, it is possible to use the CELERY_CACHE_BACKENDto specify a Django cache other than default.

Fix 5301 amended the docs for django-celery-results but the [Configuration ](http://docs.celeryproject.org/en/v4.2.0/userguide/configuration.html#std:setting-cac

guihao-liang
guihao-liang commented Apr 9, 2020

trailing slash will make sarray loading from s3 fail.

import turicreate as tc
tc.config.set_runtime_config("TURI_FILEIO_INSECURE_SSL_CERTIFICATE_CHECKS", 1)
gui = tc.SArray([1])

works with

gui = tc.load_sarray("s3://guihao/tiny_array")

but not with

gui = tc.load_sarray("s3://guihao/tiny_array/")

Surfaced by #3106

davetroiano
davetroiano commented Apr 16, 2020

The client.containers.run restart_policy states that the Name key can take on value: One of on-failure, or always. Since the default engine version is 1.35, and the dictionary just gets posted to the engine API, add unless-stopped to the list of valid values (to align with engine API doc here)

sarah-dev-av
sarah-dev-av commented Mar 24, 2020

In the documentation https://github.com/decalage2/oletools/wiki/olevba, it says "MS Office files encrypted with a password are also supported, because VBA macro code is never encrypted, only the content of the document". This makes me think, for an encrypted office file, olevba can extract the macro with or without a password provided. However, this is not the case. olevba seems only extracts the

AnderUstarroz
AnderUstarroz commented Apr 15, 2019

This package is displayed as only compatible with Python2 according https://pypi.org/project/usaddress/ but for what I have seen, there are many developers submitting issues using Python3 so I suppose it is compatible.

If that is actually the case, would be great to update the following section from setup.py adding python3 to the **Programming Languag

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

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

bob-r
bob-r commented Mar 18, 2020

Summary:

It would be nice if name field of PeriodicTask was used as a shadow name of async task. The field is unique; it is complementary to task field and useful for cases when the same function is scheduled several times with different arguments. It would be nice to search individual runs in Flower by name rather than task.

  • Celery Version: 4.3.0
  • Celery-Beat Version: 1.5.0

D

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.