Alex Kanunnikov

Results 437 comments of Alex Kanunnikov

Wondering, if it make sense to implement `Symbol.toPrimitive` property to return `this.value`, to be able to do simple operations without unwrapping it. Also, seems we need a way to detect...

@NullVoxPopuli, `vue` exposing it's reactive primitives (with composition api), `signals` soon will be a thing, and I think we should count that because users will see `reactive cells` in real...

> A note on the choice of `current` vs (something like `value`): > > `current` communicates more meaning than `value` as `current` implies that the value is specifically up to...

Hi @evoactivity, thank you for report! Looks like it's not working because there is no type definitions created for entrypoint https://www.npmjs.com/package/ember-click-outside-modifier?activeTab=code I think fix may be a simple `index.d.ts` and...

@evoactivity ya, it should work, but I'm not a fan of changing public API

@evoactivity it may be TS issue (glint is very bad with typings update if not restarted).

![image](https://user-images.githubusercontent.com/1360552/162494132-a2b0a08f-4fa8-4df5-95fc-ebc717acd1cd.png) few more updates ^ ![image](https://user-images.githubusercontent.com/1360552/162495822-6b0eff0c-c093-49ef-8a6d-7ace6eab7122.png) looks like windows does not able to resolve node here: ![image](https://user-images.githubusercontent.com/1360552/162495926-0b3d5670-1032-496c-b98b-c85cc47e94a8.png)

Related topic - https://github.com/ember-template-lint/ember-template-lint/issues/2989

Have same issue, fixed as described in report: ![telegram-cloud-photo-size-2-5260472581637661907-y](https://github.com/user-attachments/assets/46acb6e8-5aa1-477c-ab8b-51d55df13d16) `node v20.11.0` `npm 8.19.2` `@npmcli/arborist 5.6.2`