Mark Fulton

Results 153 issues of Mark Fulton

I've only seen AngularJS's Protractor used with JavaScript or TypeScript but it would be awesome to have a Kotlin example.

The Dokka example sets `/project/build/sourceDirectory` to the `kotlin` source folder which means that a separate `java` folder won't be compiled but omitting it causes dokka to not find the Kotlin...

I had to wrap my functional react component in a class react component in order to get this neat tools to work, it would be nice if this weren't necessary...

1. the d.ts file uses `optOutFromShadowRoot` but the js code uses `useShadowDom` which means the type name is inverted https://github.com/LukasBombach/react-web-component/blob/4b02a84d60d278ddcb9664ae4463adf9e1eee713/index.d.ts#L2 2. the example in the readme is inverted (should be...

`node-fetch` appears to be transforming response headers and resolving relative URLs against the request URL which means in order to assert that a correct relative URL is returned by the...

Node-specific

some sites set an invalid [`src`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement/src) attribute on [``](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img) elements (sadly) and rely on the browser's support of [`srcset`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement/srcset) it would be wonderful if Turndown could use the smallest or...

I want to build a view in my app that has the XState visualizer on the left and then the mobile web app rendered on the right. I want the...

enhancement

**Description** We live in a world with many smaller screens with no keyboards nor nice but the visualizer doesn't appear to be designed to support mobile screens, panning didn't work...

enhancement
help wanted

`joi.attempt` can return a template type rather than `any` Closes #2643

It would be great if the response body to API calls returned links to other pertinent resources using clearly defined link relation types. Swagger is nice for experimenting with a...

enhancement