Cosimo Lupo

Results 79 issues of Cosimo Lupo

The following zip archive contains two WOFF2 fonts. In the first ("TestTTF-Regular+hmtx+glyf.woff2") both the glyf (and loca) and hmtx table are transformed; in the second font ("TestTTF-Regular+hmtx-glyf.woff2") only the hmtx...

bug

I don't know if this is the right place to ask, or whether you've already addressed this problem here or elsewhere. Anyway, it'd be nice if you could explore ways...

This is the same issue as https://bugs.python.org/issue36470, I open a new issue here for greater visibility. Basically if one has a dataclass which defines an `InitVars` with a default value,...

Hello, thanks for this great touchpad drivers. I'm using it on my Lenovo X1 Carbon 5th gen, running Debian Buster. I noticed that when I plug an external display the...

Not sure if this is a mypy issue or attrs or both. I have an attrs class that defines a field with a converter that coerces the input value to...

Typing

This has been proposed and discussed in https://github.com/python-attrs/attrs/issues/215, as a possible use case for the newly added `type` argument to `attr.ib()` #239 quoting @hynek https://github.com/python-attrs/attrs/issues/215#issuecomment-347529479 > a good first step...

Feature

Hello! thanks for using our open source tools and libraries to build the Inter fonts! :) I was prompted by https://github.com/rsms/inter/issues/184 to take a look at your build setup, and...

Add

I have a `requirements.in` file which lists the same package twice, each time using a different environment marker. For python 2.7, I want to pin the version to the last...

PR wanted
bug
markers

I'd like to wrap `dataclasses.field` in a function that sets some metadata on the `dataclasses.field` and use that instead of the `dataclasses.field` itself (mostly to make the code more compact...

bug
cat: core

setuptools' pkg_resources is considered sort of deprecated nowadays, and it's being replaced by [importlib.resources](https://docs.python.org/3.7/library/importlib.html#module-importlib.resources) (added to python3.7 stdlib) and [importlib.metadata](https://docs.python.org/3.8/library/importlib.metadata.html) (included in python3.8). Both of the latter have backports on...

enhancement
accepted