MacFJA

Results 79 comments of MacFJA

I see that the select for the package manager is still on the old style. Also, is it possible to have the default value selected (like for the sorting order).

@Tropix126, Can you rebase your branch with `staging` and run `npm run format` ? The formatting of `src/routes/templates/templates.json` is incorrect (usage of spaces instead of tab)

Another solution to solve this problem is to "exclude" the unneeded variable from the reactive block: ```js function cancelAnimation() { cancelAnimationFrame(animationFrameId); } function animationFrame() { animationFrameId = requestAnimationFrame(animationFrame); } ```...

Do you have a repository where I can reproduce the error ?

The `#$@__reference__0` is an internal key used by the serialization module. It's used for circular reference detection. This value shouldn't be "visible" when using the store. It only appear in...

@janosh Can you rebase your branch with `staging` ? The lint issue is fixed on the current version of the `staging` branch.

> But I did notice a fair amount of errors language wise though, care to have a second look at those ? Ouch... I didn't proofread it... I guess my...

I think it's the wrong repository to post this issue: This is the repository of the language/framework, not of the lib/project template. It should be on the template repositories or...

I didn't try it, but you should be able to just give the `$redis` of your example instead of wrapping it into a new `Redis` client: ```php $redis = new...

> * friction of creating them - [...] in particular "tags" has been a troublesome field [...] this problem will disappear entirely I'm not sure if it's a good idea...