Eric Higgins

Results 27 issues of Eric Higgins

As requested by@ryankirkman [for my pull request into cdnjs](https://github.com/cdnjs/cdnjs/pull/840).

I'm having an issue where git-crypt is failing to unlock in my CI/CD pipeline. ``` git-crypt: error: encrypted file has been tampered with! error: external filter "git-crypt" smudge failed 1...

In the same way that `Backbone.Router.routes` allows me to define my `routes` like this: ``` routes: { '/foo': 'bar' }, bar: function() { // Do something when user goes to...

The current behavior of .sprintf and numberFormat is briefly demonstrated below. Providing numeric strings throws an error. ``` > ._str.sprintf("%.2f", 0.5); "0.50" > ._str.sprintf("%.2f", "0.5"); Error: [_.sprintf] expecting number but...

I was a bit surprised to see that the exfat file system was not supported by genimage. Would it be possible to add it? Since genimage is used by buildroot...

enhancement
help wanted

The [history of this repository](https://github.com/GoogleCloudPlatform/appengine-gcs-client/commits/master/python) indicates that developers are working from and pushing directly to the master branch. The only indication of the Python package version is contained within [`setup.py`](https://github.com/GoogleCloudPlatform/appengine-gcs-client/blob/master/python/src/setup.py#L12)...

The current number pattern used by `Backbone.Validation` is `/^-?(?:\d+|\d{1,3}(?:,\d{3})+)(?:\.\d+)?$/`. Here are some tests which prove that it does not work as expected. ``` > var pattern = /^-?(?:\d+|\d{1,3}(?:,\d{3})+)(?:\.\d+)?$/; > "0.5".match(pattern);...

Hello! Love this project, thank you for all the work you have done so far! Trying to use a Pico, an SSD1309, and encoder-only mode on my own project, hitting...

The [README file](https://github.com/raspberrypi/picotool/blob/master/README.md) only lists instructions for how to install the dependencies needed in order to build picotool, but not the actual build commands. The Windows section appears more robust...

These functions are incredibly useful -- thank you for contributing them! I'm interested in using them in a product that may be commercialized, but hesitate to do so without knowing...