Izaak "Zaak" Beekman

Results 81 issues of Izaak "Zaak" Beekman

``` bash $ LOG_LEVEL=7 /bin/bash -o pipefail -o nounset -o errexit ./main.sh -f -t 2016-02-16 16:27:12 UTC [ debug] cli arg arg_f = () -> -t 2016-02-16 16:27:12 UTC [...

It would be great if there was more control as to where the buttons linked to. For example, it would be great to link the "watch" buttons to https://github.com/user/repo/subscription rather...

**Describe the solution you'd like** Add the ability to pass [exclude patterns](https://git-scm.com/docs/git-ls-files#_exclude_patterns) to `git ls-files` to manipulate or restrict the scope of the linting. **Describe alternatives you've considered** - Maybe...

enhancement
in progress

**Describe the solution you'd like** `eclint` Accepts flags, mostly to override settings like indent_style, indent_size, etc. Add a mechanism to pass these directly. At the time of this writing `eclint`...

enhancement
in progress

**Describe the solution you'd like** Use `eclint fix` to apply fixes when an option is set. A few considerations: - On protected branches, a pull request will need to be...

enhancement
in progress

Don’t you need to have a script named configure to actually run `./configure`? It seems this is missing and the build is failing on Mac OS even though autoconf is...

Hi Stefano, Very cool project! I noticed you were interested in adding a spinner (in the README.md TODO list) and I was thinking it would be very nice to have...

enhancement

Hi, OpenCoarrays maintainer here đź‘‹ A few questions: 1. Could you take a look at master or the latest release of [OpenCoarrays] and let me know if there are changes...

I'm trying to output a dictionary containing natu quantities as a JSON file. I'm having trouble because I can't directly call `json.dumps(dict,fp)` because json doesn't know how to serialize quantity...

It's not clear to me how I can get more complicated physical quantities entered in non SI units to display/print in SI units. For example, I want to compute the...