Milan Raj

Results 65 issues of Milan Raj

I added a [renderEntry](https://github.com/microsoft/beachball/blob/2e63fb5b7d335cafb328cf65fbf6dff7a0792853/src/types/ChangelogOptions.ts#L131) to my beachball customRenderers and I can see it create new entries with that renderer. Is there a command to rebuild my CHANGELOG.md files from the...

enhancement

I'd like to preview the CHANGELOG.md changes locally. I created my change files using `beachball change` and saved them in a local commit. I tried to use something like `beachball...

I think the behavior I am seeing is that when proxy.browser is used to proxy synchronous requests I get an error because, the proxy seems to always returns a Promise:...

When the design system package is used inside an npm 7 monorepo the vscode extension is not aware of that and runs npm install from within the directory instead of...

Is there a way to define a prefix for tokens that are built into css and scss files? Particularly for css and scss files the tokens get applied to the...

The JS build only emits a JS file based on the following configuration generated by the DSP: ```js "js": { "files": [ { "destination": "tokens.js", "format": "javascript/es6" } ], "transformGroup":...

We would like to have a `.vscode/settings.json` checked into the repo for a workspace to share between developers. An issue is that the Adobe XD extension appears to insert absolute...

Doesn't look like any of the compilers can handle WebAssembly .wasm files. Would be great to have wasm-decompile available as a decompiler option: https://v8.dev/blog/wasm-decompile

I think it would be useful to test that libraries supporting custom elements include the ability to listen for events from either the capture or the bubble phase. We recently...

Additional Tests

### Describe the bug I import an SCSS file from a package in node_modules that in-turn imports a different SCSS file from another package in node_modules. What I expect is...

feat: css
p3-minor-bug :hammer: