Benny Powers - עם ישראל חי!

Results 332 issues of Benny Powers - עם ישראל חי!

While subsequent tooling could infer this from the return type, @justinfagnani rightly pointed out that there are some semantic differences, notably for error types, and perhaps for early returns too....

> coptic: Any interest in improving the controls? For example, size here has three options, so a radio is a little nicer than having to type in something IMO. If...

Consider this case ```js class MyElement extends HTMLElement { constructor() { super().attachShadow({ mode: 'open' }).innerHTML = ` :host { color: var(--my-color, red); } @media (prefers-color-scheme: dark) { :host { color:...

It would be helpful to mark a class field or property as readonly (i.e. getter only or defined as writable: false) ![Screenshot_2020-12-17 Components apollo-client Apollo Elements](https://user-images.githubusercontent.com/1466420/102488281-7cda5700-4074-11eb-8a74-52753f2bf822.png) ```json { "name": "elements",...

class fields may be optional in implementations, likewise methods ```ts class Base extends CanErrorElement { context?: any; onError?(error: Error, context?: any): void; thing() { try { that() } catch(e) {...

`Parameter` and other types have a markdown summary field which our user could populate with a table to represent a property bag. It would be helpful to include that summary...

This is a very helpful tool, thank you for releasing it. I'd like to be able to send my colleagues a URL to a particular example scheme, for example https://colorsafe.co/?background=%2330c386&font-size=18&font-family=Tahoma&color=%23002a2a...

in many cases, users will want to destroy a bound value by setting it as undefined solves #79

cla: yes