TMTron

Results 23 issues of TMTron

In `LoginAPIService` and `RegistrationAPIService`, you use `onErrorResumeNext()` with a method that always throws an `Exception`, but never returns an `Observable`. Isn't it better to just use `doOnError()` for that?

When [Intl.DateTimeFormat() - accepts IANA timezone names](http://kangax.github.io/compat-table/esintl/#test-DateTimeFormat_accepts_IANA_timezone_names) is green, then does this mean: 1. that the browser has full IANA timezones support? i.e. we can pass any IANA timezone name...

in version 3.1.3 of the library the following comparison returns `false` ```js equal({ a: undefined }, {}) ``` That's quite a surprise for me, but since there are test-cases for...

When we double click, then `tap `will also fire (with `event.double` is false). The same is true for 'hold' If I understood this comment https://github.com/taye/interact.js/issues/155#issuecomment-71202352 correctly, then it is expected,...

I am just getting started with ts-morph and think that my typescript [path mappings](https://www.typescriptlang.org/docs/handbook/module-resolution.html#path-mapping) are not working for some reason. Should this work out of the box, or do we...

bug

# Description I think the State parameter of ProjectStateReducer in the connect method is wrong https://github.com/rx-angular/rx-angular/blob/3eec2f7c30db59e50e3e031b6265b9a65bc9fbca/libs/state/src/lib/rx-state.service.ts#L292 it must be `T|undefined` # Steps to Reproduce the Issue [Stackblitz example](https://stackblitz.com/edit/angular-ivy-ta79lk?file=src%2Fapp%2Fapp.component.ts) ```typescript export...

# Description The following API links in the side-bar of the [web-page](https://rx-angular.io/web/state/api/rx-state) are currently broken: - RxJS Operators - Transfomration Helpers - Interfaces hint: maybe use a package like [markdown-link-check](https://github.com/tcort/markdown-link-check)...

I am currently looking for a replacement for [weasel-pageant](https://github.com/vuori/weasel-pageant). My understanding is that WinCryptSSHAgent should work * start pageant - load private key (enter password) * just to test, I...

I don't think you should always bump the `minSdkVersion` to the newest version, because then your app can only be installed on this version and all users with older Android...

- [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) ## Description The [move:generator](https://nx.dev/packages/workspace/generators/move) can only move a whole library. It would be great if we could also...

type: feature