evt icon indicating copy to clipboard operation
evt copied to clipboard

💧EventEmitter's typesafe replacement

Results 8 evt issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [tsafe](https://togithub.com/garronej/tsafe) | [`^0.10.1` -> `^1.0.0`](https://renovatebot.com/diffs/npm/tsafe/0.10.1/1.0.0) | [![age](https://badges.renovateapi.com/packages/npm/tsafe/1.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[ ]: Use `StatefulEvtLike` in powerhooks instead of `StatefulObservable`. ```typescript //evtLikeToEvt.ts import type { NonPostableEvtLike, UnpackEvt, EvtLike } from "./types"; import { importProxy } from "./importProxy"; import type { EvtLikeToEvt...

Hi, can you provide conversion list from EventEmitter to Evt ? should we extend Evt in ours class ? is `this.emit(type, parma)` should be replace by a `this.evt.push([type, param])` is...

Hi! First, congratulations for this library. I'm making another library where there are extended classes from Evt. I use rollup to build with params: rollup -> format: es tsconfig ->...

Any idea about get return value or complete callback after `evt.post`

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [tsafe](https://togithub.com/garronej/tsafe) | [`^1.1.2` -> `^1.1.3`](https://renovatebot.com/diffs/npm/tsafe/1.1.2/1.1.3) | [![age](https://badges.renovateapi.com/packages/npm/tsafe/1.1.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

- [ ] Get rid of the need to add the `$` when attaching with operator. - [ ] Support for async operators ( other than with `"evt/asyncPipe"`). - [...

Hello, I'm looking to use Evt with my production codebase. The limited number of available operators could be a blocker for adoption. Could you please help me understand how hard...