Diego Penha

Results 14 comments of Diego Penha
trafficstars

I personally don't like the idea of having a lot of premade stuff on my "gates' bar" by default (those decoders and HDD). Me, as a beginner, like to have...

@Turnip1234 understandable! I thought this PR meant a "new future version" rather than an experimental branch. Thanks for clarifying!

Hi, thanks for answering! I tried it but got the same error unfortunately: [updated file](https://github.com/tiny-devs/tiny-dungeon-online/blob/dev/Procfile) build log: ``` -----> Building on the Heroku-22 stack -----> Using buildpack: https://github.com/chibat/heroku-buildpack-deno -----> https://github.com/chibat/heroku-buildpack-deno...

Was the trash already empty or something?

+1 _(this PR is over a year forgotten tho)_

To be honest, I was thinking of storing just the current hashed data that is aready generated (instead of storing it on the local storage, storing it on firebase). Today,...

@JoelLau You're absolutely correct! This old issue is mostly to make us aware that the entire codebase needs some basic linting. I'll fix the title!

Thank you for answering @jpoehnelt , means a lot! Yes I use `create`, `list` and `get` ```js gapi.client.drive.files.list({}) gapi.client.drive.files.create({}) gapi.client.drive.files.get({}) ``` But the error happens before, when its loading gapi....