Mark McDonald

Results 31 issues of Mark McDonald

In a call to `get_pages`, this PDF raised an exception. pdfminer version: refs/tags/20201018 PDF: https://source.android.com/compatibility/5.1/android-5.1-cdd.pdf My code looks like this: ```python raw_input = io.BytesIO(content) # The file contents html_output =...

type:anomaly
status: needs solution

`ipykernel` v6.3.0, I believe 470145ca7d103bdf6081bcfde09933ab81a56a5b specifically, introduced an indirect import on the `pkg_resources` module, via `debugpy.server.api`. During this import, `debugpy` imports `pkg_resources` ([here](https://github.com/microsoft/debugpy/blob/b1ad4d66f1db9e2efac7d3df6a5fbb922d1435de/src/debugpy/_vendored/pydevd/pydevd_plugins/__init__.py#L5)). The `pkg_resources` module has some [import-time side-effects](https://setuptools.pypa.io/en/latest/pkg_resources.html#workingset-objects)...

bug

Without telling grep that we've finished providing arguments, the search query will be interpreted as an argument to grep.

`nbformat` currently barfs on this notebook as it has an `id` field set directly on the cell. They're expected under a `metadata` field, and this notebook already has them set...

size: S

This is pretty basic, but I find myself coming back to it, especially for sharing tuned models with service accounts. Adding it to the repo in case it's helpful for...

status:awaiting review

This code runs in Py 3.8+: ```python from __future__ import annotations def foo(opt: str | None): ... ``` But fails type-checking with `pytype -V 3.8` (or 3.9), (`No attribute '__or__'...

bug
cat: core

File uploads are resumable, but we don't have any examples of how that works. When we know the precise chunks already, it's pretty easy, but the example should demonstrate how...

type:feature request
component:examples

Basically the same structure as Python.

Adds `Gemini API: ` prefix and "Run in Google Colab" button.