TMTron

Results 23 issues of TMTron

### What problem does this feature solve? When we use a line series and set [connectNulls](https://echarts.apache.org/en/option.html#series-line.connectNulls)=`false` the NULL data samples will not be visible, but the axis-pointer will still snap...

new-feature
en
topic: tooltip
difficulty: easy

Rx-state is really very useful, so I wonder if it is possible to use it also on the backend (i.e. in a NestJs application) without a dependency on Angular (then...

### Description When we use immutable helper libraries, like [immer](https://immerjs.github.io/immer/), the discriminator property on the instance may be frozen. In this case `instanceToPlain` (in class-transformer 0.4.0) fails with: ``` TypeError:...

type: fix
status: needs triage

* was a devDependency before * this fixes #408

currently **async** is a **devDependency** in [project.json](https://github.com/indexzero/nconf/blob/ce212b2f1dbf96cee001b5f621979c564638f0e7/package.json#L26) But since it is required in the sources (e.g. in [common.js](https://github.com/indexzero/nconf/blob/ce212b2f1dbf96cee001b5f621979c564638f0e7/lib/nconf/common.js#L9)), it should be a **dependency**, right?

Is it planned - or possible at all - to support multi-module projects? Currently, when I click on the dagger-icon of an `@Inject` annotated method in a child module, it...

e.g. the newer socket.io packages contain esm and cjs .js files in their [dist folder (4.4.0)](https://github.com/socketio/socket.io/tree/4.4.0/client-dist) * `socket.io.esm.min.js` * `socket.io.min.js` When we use `--asset-builds` (we need this, because of other...

bug

the `read()` method in [StoreArchiver.java](https://github.com/googlecodelabs/android-migrate-to-jobs/blob/master/shared/src/main/java/com/google/codelabs/migratingtojobs/shared/StoreArchiver.java) creates a useless `CatalogItemStore`: ``` 79 new CatalogItemStore((store)); // This is useless 80 return new CatalogItemStore(store); ```

in [Step 7 Adding an Activity](https://codelabs.developers.google.com/codelabs/android-migrate-to-jobs/index.html?index=..%2F..%2Findex#6), the NoActionBar theme is missing: ``` ... ``` without the correct theme, the app won't start: `Caused by: java.lang.IllegalStateException: This Activity already has an...

Stackblitz can directly [import project from GitHub](https://developer.stackblitz.com/docs/platform/importing-projects/#import-from-github) Would you mind to add a link in the readme to import the project to Stackblitz? https://stackblitz.com/github/xieziyu/ngx-echarts-starter