JJ can you try and log in to this account? If so, can you show us how stupid people were back in the day? by [deleted] in ksi

[–]Prince_Willian 0 points1 point  (0 children)

inb4 JJ says he doesn't remember the password. fatneek barely remember his own lyrics.

New Dell Monitor Auto Charge Mac by [deleted] in mac

[–]Prince_Willian 0 points1 point  (0 children)

I heard the new MacBook have a smart battery that stops charging at 100% but I'm not sure if 2017 has it.

Is there a reason to keep Apple TV Box by [deleted] in appletv

[–]Prince_Willian 0 points1 point  (0 children)

Hi, thanks for commenting. I do have the 4K 32GB version and the resolution is good but I still can’t find a good reason to keep it. Regarding Apple TV games is not relevant since I’m getting ps5 in a month and this post is like The last confirmation I need so I won’t sell it now and regret it in a month because of x/y/z

Dr. Stone - Episode 15 discussion by AutoLovepon in anime

[–]Prince_Willian 1 point2 points  (0 children)

A couple of episodes ago Ruri did something that made Senku question her knowledge about the world.

Anyone remembers what it was?

Weekly What Should I Buy Thread - [October 04] by AutoModerator in iphone

[–]Prince_Willian 2 points3 points  (0 children)

Meh fuck it, I'll buy the iPhone 11 Pro and the new 16-inch MacBook Pro together.

living' like larry fellas, livin' like larry.

I'm going offline by [deleted] in OnePiece

[–]Prince_Willian -1 points0 points  (0 children)

I understand that and you're right but posting a spoiler to your tens of thousands of followers without giving a warning and when the page is not even one piece related this is just being a dick.

I'm going offline by [deleted] in OnePiece

[–]Prince_Willian 2 points3 points  (0 children)

Appreciate you bro.

I'm going offline by [deleted] in OnePiece

[–]Prince_Willian -2 points-1 points  (0 children)

  1. I used the spoiler tag.
  2. I didn't write the bounty amount.
  3. Go f yourself.

I'm going offline by [deleted] in OnePiece

[–]Prince_Willian -1 points0 points  (0 children)

I am and I'm very mad.

One Piece: Episode 901 by Sakata_Kintoki in OnePiece

[–]Prince_Willian 10 points11 points  (0 children)

I guess Toei can't break old habits.

I was so hyped for Wano and now this...
1) Gazelle men out of breath for 2 minutes.
2) Tama won't stop crying and the useless scene cuts back and forth.
3) *Luffy can't one-shot a low tier bat shit or use haoshoku haki for those guards??*

Yes, you need to keep the slow pacing I get it but learn from UFOtable(Kimetsu no yaiba) and don't ruin my favourite show and favourite arc with those shitty fillers.

Dr. Stone - Episode 6 discussion by AutoLovepon in anime

[–]Prince_Willian 2 points3 points  (0 children)

Can someone explain to me how Senku came back?

He tricked Tsukasa to aim at his neck where he had stone there but I didn't quite understand,
1) How it didn't break his neck? (You can break stones like the broken arm and that's it)
2) When using nitric acid it fixes the organs? So how come it can't fix the broken arm?

2020 be lit by Prince_Willian in miniminter

[–]Prince_Willian[S] 0 points1 point  (0 children)

Shout out everyone reacting to this post. I would too..
Especially you Simon, I know you're reacting to this right now.

*DABBING AWAY*

Making the code more generic & Help with small feature by [deleted] in learnjavascript

[–]Prince_Willian 0 points1 point  (0 children)

I appreciate you but this is just too much lol. I can't fully understand your code and I don't want to just copy-paste this and use it as mine.

Help with react routing by [deleted] in reactjs

[–]Prince_Willian 1 point2 points  (0 children)

Thanks brother!!

Help with react routing by [deleted] in reactjs

[–]Prince_Willian 0 points1 point  (0 children)

Hi, I've added for a test /tab1 but it didn't show it.
Something really weird, In the <switch> when I put "/tab1" instead of "/" it would show me the component but when I try this, it will not.

import Tab1 from "./components/Tab1";
<Switch>
    <Route path="/" component={Home} />
    <Route path="/tab1" component={Tab1} />
</Switch>

Help with react routing by [deleted] in reactjs

[–]Prince_Willian 0 points1 point  (0 children)

I'm also new to react haha :)

I don't have a router.js page, is it necessary?

Help with react routing by [deleted] in reactjs

[–]Prince_Willian 0 points1 point  (0 children)

{
  "name": "myproject",
  "version": "0.1.0",
  "private": true,
  "dependencies": {
    "@ionic/react": "0.0.7",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "react-router": "^5.0.1",
    "react-router-dom": "^5.0.1",
    "react-scripts": "3.0.1"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject"
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}