Steve Lacey

Results 38 issues of Steve Lacey

I'm going to guess that something has changed, but I can't figure out what– getting the following: ``` (RuntimeError)twest/lib/natwest.rb:6:in `assert': Got ' Log in – PIN and Password details '...

**Description:** In addition to supporting the `node-version` and `node-version-file` inputs, the workflow should check `.node-version` when neither input is supplied, and only fallback to `latest` if neither input was supplied,...

feature request

**Description:** Support `.node-version` and `.nvmrc` automatically when neither `node-version` and `node-version-file` inputs are provided, without requiring the user specify `node-version-file`. **Related issue:** https://github.com/actions/setup-node/issues/683 **Check list:** - [x] Mark if documentation...

Curly braces are not handled ``` > globToRegExp('./resources/lang/{en,fr}/*.json') ``` **Expected:** ``` /^\.\/resources\/lang\/(en|fr)\/.*\.json$/ ``` or (minimatch produces this): ``` /^(?:\.\/resources\/lang\/en\.json|\.\/resources\/lang\/fr\.json)$/ ``` **Actual:** ``` /^\.\/resources\/lang\/\{en\,fr\}\/.*\.json$/ ```

Any time the server returns JSON it should be pretty printed, same as GraphiQL web, currently it seems that (the MacOS app at least) doesn't pretty print if the HTTP...

Might be easier to manage (and nicer to use) if this was a GitHub page. I could rewrite domains2gmail.rb in JS and I'm sure there's other useful formats too that...

I had problems getting going with this library because of a couple of unmerged PR's, this fork represents everything I had to merge to get started, as well as updates...

I realise BlackBerry support is part of a discontinued beta, but your code is so close to working it may as well be fixed: The locale module does not exist...

Meaning getFormattedString fails, I hacked this fixed with: ``` } else if (Ti.Platform.osname == 'blackberry') { // BlackBerry doesn't have String.format, fix better when necessary return val.replace('%s', arguments[1]); } ```...

Field tracker documentation says this: > Returns None when the model instance isn’t saved yet. And also this: > The has_changed method relies on previous to determine whether a field’s...