Milan Raj

Results 128 comments of Milan Raj

Hey @jameslnewell thanks for letting me know the state of the repo! For the project I'm experimenting with I was leaning very heavily on the proxy feature. I needed synx...

We are trying to use benchmark.js for benchmarking the JS interface to some logic implemented in wasm and are also stuck because our wasm instantiation needs to happen asynchronously. Having...

With npm 8, a dsp package is now very difficult to use in a monorepo. When the Adobe DSP addon attempts to run npm install in the dsp folder the...

We ran into a very similar situation using web components with Angular and slotted content: invalid: ```html Hello World ``` valid: ```html Hello World ``` The invalid case resulted in...

Part of the same WABT toolkit is `wasm2wat` which would be excellent to compare it to. I think it would be argued whether or not it is a decompiler but...

We were rounding on the idea of setting `role="none"` on host elements for the same issue. Does that sound like the right way forward for these cases where the element...

We tend to duplicate patterns from fast-components, like making a [direction token](https://github.com/microsoft/fast/blob/a150068ee196e73fe7a4f7b538a38752e0e506ba/packages/web-components/fast-components/src/styles/direction.ts) for handling ltr-rtl, appearance behavior pattern like mentioned above, dozens of nitty gritty things like [styles for button...

This would be interesting for us as well. We use the Foundation Dialog class and template to implement a Drawer component and behaviors like capturing / returning focus would be...

> I'm not entirely sure that spinbutton is correct here as the intent here is to essentially provide encapsulation to a input with type of number, essentially a "number" field...

Edit: moved discussion about [``](https://www.npmjs.com/package/regular-table) to the RFC: https://github.com/microsoft/fast/issues/5256#issuecomment-1028186367