Mark

Results 45 issues of Mark

Currently it seems that the suggested way to access properties passed to a `cellComponent` is on the `column` property. So you would do the following... ```js new Table([{ cellComponent: 'my-component',...

ideas-wanted

Hello, thanks for creating this package! Currently, using `keyEvent()`, particularly for ENTER or ESC keycodes (`13` and `27` respectively), on an `{{input}}` element in a component while running a phantomJS...

Hello, We've recently enabled the "UI Review" feature in Chromatic and it doesn't seem to show any changes under the "PRs" tab in the interface. We believe its because we're...

enhancement
customer reported
small

When having this code: ``` javascript // my-program.js var output = nopt({ val: [Number, null] }, {}, process.argv, 2); ``` then attempting this cli command: ``` terminal $ node my-program.js...

Question

Hey @isaacs. Trying to use package. But I'm not quite sure if I'm using it correctly 😀 . when trying to pass the contents of package-lock.json to `opts.body` like this......

### What problem does this address? Currently, if you open a shared Pocket Casts URL (e.g. https://pca.st/yaoi883d), it opens a page showing an option to "Open in Pocket Casts". But...

feature request

Hello, thanks for creating this ember addon! I wanted to use this but need to limit keyboard tabbing to only the modal that is currently showing (accessibility reasons). From what...

Feature request

Does this issue occur when all extensions are disabled?: N/A - VS Code Version: N/A - OS Version: N/A Steps to Reproduce: 1. Navigate to blogs listing page (https://code.visualstudio.com/blogs) 2....

triage-needed

Thanks for making https://code.visualstudio.com/feed.xml available, but it doesn't allow viewing the full content of an entry in each feed item. It just offers a "Read the full article" link that...

triage-needed

### Description I'm attempting to use the `app-location` element provided by the version of this package using polymer 3 ```js import {html, PolymerElement} from '../../node_modules/@polymer/polymer/polymer-element.js'; import '../../node_modules/@polymer/app-route/app-location.js'; export class MyElement...