Izaak "Zaak" Beekman

Results 81 issues of Izaak "Zaak" Beekman

All the examples in the jupyter/iPython notebook where the output is supposed to be in a different unit, all appear to be in the original unit, not the desired unit....

I like to create source distributions with `git archive` which knows to exclude some files based on `.gitattributes`. Is there a way to pass the script an extant archive rather...

Perhaps I'm just not using bic correctly, but it would be great to allow function definitions in the REPL. Also, are for loops and conditionals supported?

Homebrew doesn't like it when you use a non-native tool (e.g., GNU version) instead of the version provided by macOS/Xcode. Investigate building with native `bison` provided on macOS. ``` $...

Hi, I'm interested in creating a homebrew formula for chrono. I think I'll need to turn the demos off (since homebrew doesn't like app bundles or guis in homebrew-core formulae)...

question

Hi, I would be happy to contribute a formula to Homebrew for this, but right now this fails to build on my MacOS Yosemite machine. Any thoughts on how I...

Add a [dependabot configuration file](https://dependabot.com/docs/config-file/) to get automatic dependency bumps for vulnerable dependencies. You still need to sign up and enable [dependabot](https://dependabot.com/) [here](https://app.dependabot.com/auth/sign-up). Also, I added a link in the...

If you're signed up for the GitHub Actions beta, this will enable linting the project files for EditorConfig style violations using [EditorConfig-Action]. [EditorConfig-Action]: https://github.com/marketplace/actions/editorconfig-action

I just wanted to give you a heads up that I have created [a github action](https://github.com/marketplace/actions/editorconfig-action) that will check/enforce a top-level .editorconfig on pushes (and soon PRs).

As defined by Martin in [Agile Software Development ...](http://amzn.to/1mVPolj) and cited by Rouson in [Scientific Software Design](http://amzn.to/1Q5zccX) it is possible to quantify coupling in a software package via and instability...

enhancement