Tobias Pfeiffer

Results 19 issues of Tobias Pfeiffer

I want my users to be able to install an application from my package with a single command, like ``` go get gopkg.in/foo/bar.v0/apps/build_foobar ``` but noticed that while `-` and...

Since numpy 1.21 the `numpy.ndarray` class is generic for `mypy` and needs to be annotated with type parameters, and unfortunately this means that I cannot use `dacite.from_dict` any more when...

enhancement

fixes #155, see the discussion there for details

I have a program that uses joblib like ```python results = Parallel(n_jobs, backend="threading", verbose=1)( delayed(f)(i, "joblib_threading") for i in range(n_jobs)) ``` If the Python process running this code gets a...

Emails sent by ProtoUser.sendValidationEmail (but also those sent from sendPasswordReset) don't have a Date header in them, which makes them (usually) appear at the very bottom of the email inbox....

Reference: http://groups.google.com/group/liftweb/browse_thread/thread/194410e1bf38c076 ## Problem Say, someone gets a dump of my users table (doesn't need to be Lift's fault, can be a bad database configuration), then all the passwords in...

The `setup.py` file declares an upper bound on the `mypy` dependency https://github.com/gordonbondon/kubernetes-typed/blob/82995b008daf551a4fe11660018d9c08c69f9e6e/setup.py#L77 Is there a particular reason for that? Newer versions of mypy often come with good bugfixes, I'd like...

http://nightly.openerp.com/6.1/releases/openerp_6.1-latest-1_all.deb gives a 404, we should try a different version.

It would be nice to be able to see the data of related objects (like, `res.partner` details when looking at a `sale.order` object) instead of just the `` tag by...

enhancement

Currently, references to other objects are included as absolute URLs like _http://localhost:8068/erptest/account.account/17_. That should rather be just the path component as in _/erptest/account.account/17_ in order to allow for a different...