Shlomi Levi

Results 18 issues of Shlomi Levi

## Current Behavior Got an error when I run `yarn nx run foo:build` ``` Compiling TypeScript files for project "foo"... packages/core/src/index.ts:1:15 - error TS6059: File '/Users/wizardnet972/repo/nx-npm-preset/packages/core/src/lib/core.ts' is not under 'rootDir'...

type: bug
scope: js

I got an error: `TypeError: Cannot read properties of null (reading '1')` at getCallee.ts (17:17) The problem is `result` is null when I have error like this: ``` at someFunction...

### Current Behavior I create a nodejs app with `esbuild` and `esm`. In the project, I have imports from libs. When nx builds the node project it not add the...

type: bug
scope: node

`vue.runtime.esm.js:1888 TypeError: Cannot read property 'observe' of null` how to fix that? ![image](https://user-images.githubusercontent.com/4997825/72668430-645e5880-3a2f-11ea-84b4-26897a0efacd.png)

**Description** I attempted to modify the `panelWidth` property, but it had no impact on the select user interface (UI). [The `panelWidth` property is a valid property for `MatSelect`](https://material.angular.io/components/select/api#MatSelect), which is...

enhancement

I can't see any options there.. https://github.com/yariksav/vuetify-dialog/blob/master/src/components/DialogLayout.vue#L5

If the select control is in multiple mode and I have an initial value or patch value (without interacting with the control), it incorrectly gets marked as dirty (`true`). This...

bug

### Which scope/s are relevant/related to the feature request? Don't know / other ### Information Like `select` but with input. ### Describe any alternatives/workarounds you're currently using _No response_ ###...

enhancement