Keith Levi Lumanog

Results 22 comments of Keith Levi Lumanog

I have the same problem.. i solved it like this.. public uploader: FileUploader[] = []; ...... private setupUploaders() { const uploaderFields = this.getUploaderFields(); uploaderFields.forEach((uploaderField) => { // must be an...

pm2 start index.js --name="filenamanager" -i 4 visit port myhost:5000 in the browser

We replaced it with [React Quill](https://github.com/zenoamaro/react-quill) instead because of this issue.

use transition testing simply change the state onPress event etc..

you dont need to use formatISO. I simply do this instead: ``` const currentDate = new Date(); const oneMonthAgo = subMonths(currentDate, 1); const lastMonth = oneMonthAgo.toISOString(); console.log("One month ago:", lastMonth);...

I already have this working. it's only a simple IF state before the encounter. This feature is good when you want the bot to farm only a specific pokemon. ```...

Nope, you can see the CP only AFTER the encounter. I am targeting specific pokemons ( and candies) regardless of CP.

@fmartinou when can we merge this with the latest version?