Lipis

Results 133 comments of Lipis

I forgot to to add this line https://github.com/gae-init/gae-init/blob/stats/main/auth/auth.py#L402 from the very beginning.. which explains why the consecutive tasks here: https://github.com/gae-init/gae-init/blob/stats/main/task.py#L210-L215

In reality is not that heavy.. if we forget about the first time or old data.. then on every new user.. you will get only the today's users total and...

The idea is to continue adding more properties to the Stats model.. and calculating it in the same task.. and of course if it gets complicated and stuff.. act accordignly.....

What [code](https://github.com/gae-init/gae-init/commit/532e2a83b4d124cbaf7d9eaf5b068c9675fe74d4)?

Good news everyone..! :) Now we wait.. > Dear developer, > > We've received your request to transfer ownership of your item to another publisher account. To proceed with this...

Yes, when you clicking on the Prettier button from the toolbar, and if the focus is inside a `textarea` it should probably format it.

but not the `manifest.json`.. We need have scripts like: ``` yarn release:patch yarn release:minor yarn release:major ```

Nothing fancy.. my idea was to have node scripts anyway.

Feel free to go through the `.eslintrc.yaml` and `.prettierrc.yaml` if you want add/remove/change anything...

I forgot about this one.. will come back to it over the weekend!