James Bromwell

Results 47 issues of James Bromwell

### Is there an existing issue that is already proposing this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe...

feature

**I want to report a bug.** **SonarJS version:** 6.2 **SonarQube version:** 6.7.6 **Rule key:** typescript:S4325 **Reproducer** ````ts interface Foo { bar: { baz: number } | undefined; } const foo:...

triage

### 🚀 Feature Proposal The [examples shipped with this project](https://github.com/kulshekhar/ts-jest/tree/main/examples) should include both tests and code-under-test which imports from relative paths using a file extension. Any additional configuration required to...

:rocket: Feature Request

Example [in Sandcastle](https://cesiumjs.org/Cesium/Build/Apps/Sandcastle/#c=jVbbbuM2EP2VgV9W7mplObc2jhM0cLK9IBcjTvelLgpaGkdEKFJLUk6zi/x7hxQly9mmWMMQKXKuZw6H2jANG45PqOEUJD7BDA2vy+STX4veZf51pqRlXKJ+F8PXpQT6mULVIj+XvGQWJ7BmwmActjKUeK1yWg7WFu1Ksphd3lzuXZDky/BkKZdyNFqghZWqZW5ArUHVGgwva8EsVxIsL3EpNxSlsUxbCjKY/L0WnMkLcp6stSrdJHLx+8leOj6MYY/+NIyPhs5VY0NV/2mC5fkCM0UxRN5PDPtHadwHZCscDdvIr9kjgqk1thByA8yCLRBy0tKY+/gTcu73k0yo7DHxHu5pg0Lxc7cuye7JN4Kq6uRU9ZZYVmuN8rss+ucdkw+4hWHWrSVXt7fzvxf3t/MTGI2uFIEV0kGZv7JEFbK8EtwTZ5z2aulSFkQWsKpfyabEnZVWKvmiVHmvWthdni28vxBpNAEODDSTuSoh4zojexoqZi1qCU/cFkCVfebyAQrkD4U1BPe6lpl3mqmyqi3OSE84xY/CiUQETgwUV0yGc16bYctqR5JKqwq1fd49EAtWVgLzuTLcWZ4HIQ+x01wrDZFT56SXntAwPXUkcrP3p3Bw2Plo/TjXTJptIa6ZLRKr7pr1iLemWwXbFPh72Mv/l7t9o1VIqMcHskAzJvebk4UPGtE4zOA9RA1g8AOMk0N6+pgzZaKQzXDogd2R9DKGy75MP2WJ/9g7X+CbulxR1xmS0mGakpHxj4dpP+K2Nj5lX5HIoRJ3abTCL82g0dZEk1aNNl8abs0aYgRyW07l7pDonDRNo4fQG3T6MB7vJeNxenS87xpHkh4fH/x0MI4hTdL9ls3nma2ZEM+QaWQ7nhs3IYrT0EsS/87RuFSjr86GSygcsW3UbMO4YCsu3AudOLdlGBGFSzohGyaAmWZxt6kmjb0d9UmfNK6d/BZszJQQ6E9U9OcbIlGP3U2rnjRj3F+njjLxQ6jS8K9hvE3tD4O+/weY8w5600h0lZh00572eW0VXUY8a1AOBVaaE1KhBTFDRl2FW0Ol2mBJ+wGNvvAOGJ+Qmh5BdLsV6DpAR70uFhSCV0bxfNI/8479fMfq9qRFRPcY2sewh5m7XjVnortLqRZKJ3eXF0HoZXuXtq1Vs+wR88uWUNR3cU2tNt/eBqHpvqLaTtP4FSle+TDnNiv87RCl8Rud6sNxOgyXomM6LAr1BGvtWJhR16cE4vC9ACuE5eBmdL4cwFOBEqSyhevddHMWrKpQ0ksXpf+QSDR+rtHYO7qDULuPCErJ6hpPXsnluKofnOuPzrOZo26a4lZ8KQfxYGrss8CzBryfeVkp4mqtRZQkI4vUUghwM1rVBCFdo8a4vKajVmma8w3w/HQ5ePVlRAllghlDO+taiAX/gsvB2XRE8jtqQnlYbzeoBXt2IsX47KpZTJJkOqLXb7WsUmLFyEmIe7vjj3mlmpN9jbLuew3jvw), based on the Interpolation demo. Note that the debug frame counter shows continuous frames being drawn even though we're in requestRenderMode = true and the animation is...

type - bug
category - 2d / columbus view
category - entity

The docs give examples of various forms of `Color.rgb()` with 3 arguments, but never give an example of specifying an alpha value in the constructor. They do give the example...

pr welcome
documentation
help wanted

I've run into [an incompatibility between JSDoc and Typescript](https://github.com/CesiumGS/cesium/issues/10498), and I'm really not sure how to fix it. The short version is, I need to create the type `function foo(...args:...

Looking around StackOverflow and various blog posts, it seems like the [event tag](https://jsdoc.app/tags-event.html) might be one of the least-well-understood tags. Right now, as far as I can tell, `tsd-jsdoc` just...

I'm trying to wind up with the following Typescript ````ts class Event { addListener(cb: T); } class Base { foo: string; evt: Event void>; } ```` My first impulse was...

This is valid Typescript: ````ts interface Foo { readonly bar: string; } type Baz = { readonly catz: number; }; ```` I know JSDoc has a `@readonly` tag but I...

# 🚀 Feature request When a new release is published, it includes information in the changelog about which PRs are included and which issues are fixed in the new version....