-
The fix I did some time ago that made lots of method calls convenient (by actually executing them instead of just preparing them) broke concurrency. It turns out that the synchronous networking call …
-
A config system should exist such that modules which require configuration can automatically be passed a config object at init-time.
Perhaps if a module wishes to use this system, it could include a …
cbgbt updated
10 years ago
-
It is very inconvenient, to use --@include probably/very/long/path/to/script.txt and then require("probably/very/long/path/to/script.txt").
Every time you have to make the decision of either grabbing …
-
```
What steps will reproduce the problem?
1. Go to http://advocacy.python.org/podcasts/
2. Try to find Debian Packaging Tutorial linked from
http://wiki.debian.org/Teams/PythonAppsPackagingTeam
Wha…
-
The idea here is not to ask users for a complex set of arguments when running benchmarks, just generate a tidy report for the _most common_ use case.
A la [palb](https://pypi.python.org/pypi/palb/). …
-
Unique names for circuit definitions are needed for implementing caching.
Two possibilites:
* Provide convenience function for generating the name based on parameters
* Cache circuits based on so…
-
If we have a single image, say a `.tiff` file, it would be convenient to be able to:
- [ ] convert it to a `SpatialData` Zarr stored object with a single image
- [ ] add the image to an existing `Spat…
-
When creating a new resource by uploading an existing archive with multiple extensions that are not installed in IPT, it fails every time and only mentions one missing extension at a time. It might be…
-
Would be very convenient if a short form for `--python-version` was available, like `-p`, and if `major.minor` was accepted, such that we could run:
```
honesty deps -p3.7 requests
```
-
If I have thousands of IP addresses to monitor, and each IP address has a label, how can I conveniently configure them?