rexkenley

Results 11 issues of rexkenley

Hi, does your plugin address this issue? https://github.com/evanw/esbuild/issues/2298#issuecomment-1146378367 Thanks.

## Summary I am using rollup to create a library that has fluent-ui. I am getting this error. ![image](https://user-images.githubusercontent.com/10548251/174846390-313564bd-b872-4a4e-9d64-b8a6cae31d23.png) devDependencies "@fluentui/react": "^8.65.1", "@fluentui/react-hooks": "^8.5.4", "@rollup/plugin-node-resolve": "^13.2.1", "rollup": "^2.70.2", "rollup-plugin-cleaner": "^1.0.0",...

**Describe the bug** The interaction test works fine in the browser. ![image](https://user-images.githubusercontent.com/10548251/145101961-4c5b1582-a503-4491-ad77-3d7fbba21492.png) However, it doesn't work when run with npm t ![image](https://user-images.githubusercontent.com/10548251/145101550-aa9360db-0df4-4590-ac3c-37dc37b6cd4c.png) ![image](https://user-images.githubusercontent.com/10548251/145101639-14d43784-88d1-4205-b572-9c15f265f163.png) **To Reproduce** https://github.com/rexkenley/rollupError npm t .\stories\components\USID\USID.spec.tsx **System**...

bug
addon: interactions
linear

I am using a package called [react-social-icons](https://www.npmjs.com/package/react-social-icons) that is causing an [error](https://rollupjs.org/guide/en/#error-name-is-not-exported-by-module) when I try to build my library. How do I fix it? (I did some research and it...

I have this configuration .commitlintrc.json ``` { "extends": ["@commitlint/config-conventional"], "rules": { "scope-empty": [2, "always"], "scope-enum": [2, "always", ["a", "b", "c"]], "subject-case": [ 2, "never", [ "lower-case", "upper-case", "camel-case", "kebab-case", "pascal-case",...

help wanted

## Current Behavior Install new @nrwl/workspace@15 results in peer dependency error ## Expected Behavior Install new @nrwl/workspace@15 with no dependency error ## Steps to Reproduce npm i @nrwl/workspace@latest ### Failure...

bug

**Describe the bug** When running the tool, it complains about a missing _internal folder. My current work around is to manually create the folder. ![image](https://github.com/delegateas/XrmDefinitelyTyped/assets/10548251/5529677c-0270-4e77-b695-e2e029599ee1) **Expected Behavior** The tools should...

We have a kebab case global object that is being erroneously identified as having brackets. I think this is a bug. ![image](https://user-images.githubusercontent.com/10548251/234336495-f0bc8d86-b4f2-41d5-8336-81027664770e.png)

Hi I have 2 questions, thanks for your help. I am using bootstrap for styling. 1.) How do you keep 2 TypeAhead on the same line? The second TypeAhead always...

1.) How do I control the width and height of the editor? 2.) Where can I find the type for editor config? I want to create a props object correctly....