John Vandenberg

Results 1268 issues of John Vandenberg

``` $ git repo --help No manual entry for git-repo $ git-repo --help .... ```

bug
backlog
good first issue

http://allura.apache.org/ @rhnvrm, do you know a good Python library for accessing a Apache Allura instance?

enhancement
help wanted

Many of the commands accept `/` as an argument. When I am in a git repository, I would like to use `git remote` names to select the `/`. That is...

design

Would you mind clarifying the licensing please. "BSD" can refer to BSD-2-Clause or BSD-3-Clause. It is really helpful to have a LICENSE file in the repository - without that it...

https://github.com/ccoffey/ProjectEuler/blob/master/src/EulerAssetDownloader.py#L21 tries to use two URLs that are now 404s http://projecteuler.net/minimal=problems http://projecteuler.net/minimal=1 The closest equivalent now is probably: https://projecteuler.net/show=all http://projecteuler.net/problem=1

It would be good to have l10n and i18n. Is the current framework suitable for either? Or would it be simpler to start a new project?

For reading `.tld_set`, `__file__` should be replaced with pkgutil.get_data, which is used for `.tld_set_snapshot`. The dataset file may have been placed into the package data via another means, and the...

A bit of the history at https://github.com/gimli-rs/object/issues/154 and motivation at https://github.com/indygreg/PyOxidizer/pull/183 The default Python extension C flags on Windows with `cl.exe` includes [`/GL` (Whole Program Optimization)](https://docs.microsoft.com/en-us/cpp/build/reference/gl-whole-program-optimization?view=vs-2019). The docs say >...