Keith Lewis

Results 7 issues of Keith Lewis

Is there anyway to modify the manifest programmatically so if there is an incognito value other than spanning, it will change it? The values "split" and "not-allowed" are valid per...

I'd like to see the ability to persist the login values through either env_vars or a persistence file. I am lazy and hate typing :) something like: `export JIRA_SITE='http://example.com' export...

feature
hacktoberfest

When viewed on Note 8 in portrait mode, Table escapes the card as so: ![20190921_094250](https://user-images.githubusercontent.com/3784287/65374876-6f0d0a80-dc54-11e9-996a-aa8ad52b89bb.jpg) Likely just needs an overflow:auto or overflow:scroll added to parent.

bug
doc

When viewed on a Note 8 in portrait mode, tooltip does not render correctly, see below: ![20190921_094154](https://user-images.githubusercontent.com/3784287/65374849-1473ae80-dc54-11e9-892d-659c29792185.jpg)

enhancement

I visited the site in FF 60.0.2 On Win10(Ver 1709 Build 12699.431) and was looking at the examples. I noticed that the StackBlitz samples were throwing errors: ![polymer_error_no_webcomponents](https://user-images.githubusercontent.com/3784287/41728453-7b5bed4a-753c-11e8-9834-e03feb8bd3ee.PNG) After perusing...

[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version**: 1.7.0 **System**: Ubuntu 14.04.4 **Thrown From**: [geojson-preview](https://github.com/mick/geojson-preview) package, v0.4.0 ### Stack Trace Failed to load the geojson-preview package ```...

On step 2, "Adding a Background", the instructions are missing the vital step of adding // Add the background to the stage. app.stage.addChild(background); This causes the background not to be...