Eugene Ghanizadeh

Results 59 issues of Eugene Ghanizadeh

having lots of conditionals nested in each other is really inconvenient.

enhancement

Right now, the empty state for `` component, when fetching data in concurrent mode, is simply `undefined`. However, being able to provide some default value until actual data is loaded...

enhancement

It is a common pattern to bind boolean states to whether an element is focused / hovered or not. This is a common snippet: ```tsx const focused = state(false); focused.set(true)}...

enhancement

Currently on the package [it is mentioned](https://github.com/vadimdemedes/ink/blob/763db800f6b93c0807b016c6dc1ac8cccef0a67b/package.json#L14-L16) that it is compatible with `node>=10`. However, just had an issue with a coworker running node `v10.12.0` which couldn't run an internal CLI...

it is common for showing result of running a code to use an invisible character as terminal prefix. this can be rather inconvenient due to invisible characters not being particularly...

enhancement

something like this: ```md hellow /*~fade~*/world/*~fade~*/; ``` that causes `world` to be displayed in a faded manner.

enhancement

`codedoc s` will fail when `ts-loader` above 8.0.10 is installed (for example in the parent folder). This relates to `@connectv/sdh` trying to programmatically invoke `webpack` to bundle client-side code and...

bug
minor

There is need for cancellable async mappings. For example, when you resend a request and want to discard the result of previously sent one.

A common practice is to apply logical operators on boolean pins/states. As a result, it would be exceedingly helpful to have them available. ```ts and = (...pins) => pack(...pins).to(map(l =>...

Maybe add a Gitter (or GitHub Discussions) Bot to respond to some questions automatically: - How many repos are there? - Who are top maintainers? - Which are top repos?...

good first issue
fluff