Alex Kanunnikov
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 @dwickern, do you have time to rebase it?
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).
 few more updates ^  looks like windows does not able to resolve node here: 
Related topic - https://github.com/ember-template-lint/ember-template-lint/issues/2989
Have same issue, fixed as described in report:  `node v20.11.0` `npm 8.19.2` `@npmcli/arborist 5.6.2`