Ian Carroll

Results 48 issues of Ian Carroll

Is it possible, in the new syntax, to make mod::use(raster[crs]) also attach crs

⚙️ enhancement
✨ new feature

Some gem versions in the image tagged with pages are behind [GitHub's](https://pages.github.com/versions/). I assumed there was some automation to trigger new image builds ... is there? If manual, could you...

[prettyprint.py#L21](https://github.com/jupyter/nbdime/blob/a74b538386d05e3e9c26753ad21faf9ff4d269d7/nbdime/prettyprint.py#L21) does not use the platforms module to restrict import to Windows. After pip installing nbdime from a requirements file that correctly causes pip to ignore colorama on a non-windows...

Because I followed DVC's [instructions](https://dvc.org/doc/user-guide/setup-google-drive-remote#using-a-custom-google-cloud-project-recommended) for creating a custom Google Cloud project, Google included me on a mass email dated May 3, 2022 stating the following: We are writing to...

enhancement
help wanted
triage
priority-p1

I ran into a hiccup teaching this lesson while trying to explain the utility of a `scripts` folder. Since python scripts are also modules that can be imported, you can...

using v0.25 I haven't seen documentation for this, but it seems like the python shell remains alive between calls to `Pweb().weave`. At least, I can define a variable in one...

I'm not sure whether this behavior indicates a problem with poetry or with a setup.py file in intake or dask. Had to bug one of you first, and you drew...

The templating feature currently admits little flexibility for stage keys (e.g. `deps`) that expect lists. As a result, `foreach` stages cannot be given a variable number of dependencies. Causing lists...

feature request
A: templating

Quoting from the [current docs](https://www.postgresql.org/docs/current/static/libpq-pgservice.html): The connection service file allows libpq connection parameters to be associated with a single service name. That service name can then be specified by a...

The `datetime` argument to `pystac.Item` expects `datetime` objects, while the `properties` argument expects a dictionary with string type for `start_datetime` and `end_datetime` when these are required. That inconsistency doesn't seem...