Jon Seidel

Results 43 issues of Jon Seidel

In the data definitions for this solution, each region has its own title (e.g., 'Northern', 'Central', but the region values are all coded as 'southern' in the data structure. For...

## OS Mac ## VERSION 1.5.6 ## ISSUE DESCRIPTION Some keys are not displayed by default -- they have to found with a search term 1. view of my namespace...

#### This issue pertains to the following package(s): - [ x] GraphQL Playground - Electron App - [ ] GraphQL Playground HTML - [ ] GraphQL Playground - [ ]...

I'm working with `"@material-ui/core": "^1.5.1"` and `"react": "^16.2.0"`. Since I am unable to get a Checkbox to render with a label (see issue #292 ), I decided to try the...

I am using material-ui/core V1.5.1 with react 16.2.0. When I render a checkbox component with a label property, no label text is displayed. ``` ``` Everything else seems to work...

# 🐛 bug report ## Preflight Checklist - [ x] I have read the [Contributing Guidelines][contributing] for this project. - [ x] I agree to follow the [Code of Conduct][code_of_conduct]...

In the "Docker on AWS / Docker Push" section, you offer this link -- https://docs.docker.com/engine/reference/commandline/login/credential-store --to learn about a credential helper to remove the "unencrypted password" warning. Unfortunately that's a...

bug
typo

I'm running macOS Sierra and use both GVim and terminal vim Gvim version ``` VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Sep 13 2017 04:07:30) MacOS X (unix)...

syntax

For some reason, I can't seem to get styling to work: I've added the className to the App/button `+ Add Note` and I've added the style to main.css: ``` .add-note...

In your code, you use the form `function.bind(null, callback)`, whereas the examples in the React documentation (e.g., [here](https://facebook.github.io/react/docs/handling-events.html) and [here](https://facebook.github.io/react/docs/conditional-rendering.html)) just use `function.bind(callback)`. Why is that? This is most likely...