Sebastián Mancilla
Sebastián Mancilla
This is the latest draft I could find, and it contains the new interface (section 20.8): http://open-std.org/JTC1/SC22/WG21/docs/papers/2016/n4606.pdf I would suggest to follow the draft, maybe creating another repo/branch and deprecating...
I found the problem reading the source of the `mimetypes` module. The `MimeTypes` constructor doesn't use the global `type_maps` anymore, which is populated by the `knownfiles` list. https://github.com/python/cpython/blob/3.9/Lib/mimetypes.py#L73-L74 Which was...
Result of `nixpkgs-review pr 185620` run on x86_64-darwin [1](https://github.com/Mic92/nixpkgs-review) 1 package built: git-town
Please add yourself as a maintainer in [a separate commit](https://nixos.org/manual/nixpkgs/stable/#var-meta-maintainers), and then add the package in a second commit.
Just my 5c, I know that the project name is Pomodoro, but it just feels weird having such small utility taking ownership of the `pomodoro` attribute, given that Pomodoro is...
I fixed issues with the install locations in PR #1454, see commits deecf8c17a9f8df15f59fe58e1b57184b2029a8b and 425c1e755f6ab4ea4f9c27a295a6339270ac1162. Would that fix the problem? I think using `configure_package_config_file` is better.