NullVoxPopuli

Results 2057 comments of NullVoxPopuli

![](https://pbs.twimg.com/media/Gam6Dg3WAAAOEiM?format=jpg&name=large)

Do you know how to fix? Cause i don't. Also, no need for assigning. Ya just do the work

I just found this -- would be great to have support, as decorators are very nice.

For temporary tokens like that, have you considered using the URL's query params? You have similar problems as localStorage, where beyond primitive types, you need to (de)serialize, and typescript with...

> stored in global hooks. What behavior do you need? Because you can just store things globally - you don't need a library or service if you don't want

I'm sorry, for what? In general, i have infinite plans haha

What sort of public API are you working with? Resources are a primitive for managing "a thing with cleanup", and anything beyond that is kind of an exercise in delaying...

I tried making a failing test case in `packages/@ember/-internals/glimmer/tests/integration/application/rendering-test.js`, but ran in to an issue where this bug isn't present with `@ember/component`. So, this may be an issue with `@glimmer/component`s...

for posterity, the passing test (using `@ember/component`): ```ts async ['@feature(EMBER_ROUTING_MODEL_ARG) interior mutations on the model: @model exists as long as this.model (in willDestroy of component)']( assert ) { assert.expect(4); this.router.map(function()...

Anyone able to confirm if this is still an issue in ember 3.25+?