Mangala Khalsa

Results 31 comments of Mangala Khalsa

(Using PIE_uncompressed.js beta 5 and IE8) I have been getting a lot of null errors with currentStyle. It may not be ideal, but I worked around it for now by...

working on this

Can you provide more details on what you are seeing? Perhaps screenshots with a description and browser information? The Tree widget is not designed to have any empty space. Each...

The `outDir` option is also undocumented. I'm not sure it's sufficient to say: `outDir?: string`: will be used in placed of `outDir` from `tsconfig.json` if not specified there

The logic on [line 358](https://github.com/SitePen/dts-generator/blob/9a73a0163f93e8159654bfa7a339c8e23d97bf57/index.ts#L358) assumes that `options.prefix` is set. * if we change `options.prefix` to empty string we can prevent the error, but the module still isn't located *...

What browser are you seeing this error in? The [CSS 2](https://www.w3.org/TR/CSS2/selector.html#attribute-selectors) (and 3) specs show examples with unquoted values. I tested the lite engine (which delegates to the browser's `querySelectorAll`...

@leszekt8007 Thank you for reporting this. If you are able to provide a test case it will be a big help in debugging this.

Maybe we could add `sorter` and `filterer` to `FetcherOptions` in `createFetcher` and add some parade examples

UI mock for discussion: https://codesandbox.io/s/admiring-forest-nx0sg?file=/src/main.tsx The mock has 4 file rows: 1. Upload in progress (only relevant if we provide XHR uploading) 1. Upload error (only relevant if we provide...

I've created a draft PR (#1540) for this with a basic implementation and a few examples - Basic, Disabled, Multiple. What would be the value of two separate widgets for...