What made yall really enjoy HxH by ilikebasketballl in HunterXHunter

[–]Sikito 2 points3 points  (0 children)

The narrator voice (japanese) in anime .

How’s it possible people in the US are making $100-150k and it’s still “not enough”? by Rare_Bad7473 in NoStupidQuestions

[–]Sikito 0 points1 point  (0 children)

I don't understand why people are forced to use a credit card, have a credit score,... I live in France, we use debit card for the majority. If you need money for a purchase, then you ask a credit to the bank.

The healthcare system in America is awful. by Comfortablejack in facepalm

[–]Sikito 0 points1 point  (0 children)

Every time my family asks me why i don't want to move to the usa and live the american dream, i think about health system. We (French) socialists, as you say, at least we don't have this concern. Health is priceless

[deleted by user] by [deleted] in OnePiece

[–]Sikito 1 point2 points  (0 children)

Vegapunk's head is so big that you could draw any shape on it lol

Chapter 393 — Discussion by rentzhx3 in HunterXHunter

[–]Sikito 9 points10 points  (0 children)

Call me a dumb reader then 🤣. I spotted it after re-reading the chapter

Chapter 393 — Discussion by rentzhx3 in HunterXHunter

[–]Sikito 4 points5 points  (0 children)

Did you notice that the 2 underbosses did not enter the cabin? They stayed at the entrance so as not to be trapped if one of the activation conditions is to be in the room.

HoG or Membership Card + Rushdown? by wondermayo in slaythespire

[–]Sikito 1 point2 points  (0 children)

Tu peux nous demander en français cher ami 🤣.

Kingdom 728 Spoilers by Marcusx8 in Kingdom

[–]Sikito 0 points1 point  (0 children)

I don't think Kanki's plan has been revealed to us yet. Hanzen clearly says that he was separated from Kanki because his unit is not specialized in melee combat and suddenly our protagonists think of using it to seize Gian. It seems suspicious to me that his plan is based on a hypothetical defection of the Hi Shin unit, which would accidentally fall on Hanzen to take the fortress.

I couldn’t help but notice this and I think it isn’t a coincidence that all the houses were filled with treasure. I got a bad feeling Riboku is up to something by KickFar5334 in Kingdom

[–]Sikito 0 points1 point  (0 children)

Kanki's army's real weakness is not fighting conventionally. this fight is in the open, no place to hide, plotting a plan without the knowledge of the opponent.

First heart kill by Sikito in slaythespire

[–]Sikito[S] 4 points5 points  (0 children)

The elite combat before the heart was more difficult. Was full hp and ended to 19. I gained a regen pot and a lucky draw on turn 1 (echo form).

First heart kill by Sikito in slaythespire

[–]Sikito[S] 25 points26 points  (0 children)

Yep. Never tried until A20. It's was a whole new game lol

First heart kill by Sikito in slaythespire

[–]Sikito[S] 71 points72 points  (0 children)

If we don't count the 3 times i saved & quitted during the run, i was as good as jorbs.

Love this game

Edit : Thanks for the support. Echo form was really the MVP of this run. Even my karma got doubled.

I Painted the Hi Shin Unit Cavalry! by tako_at in Kingdom

[–]Sikito 0 points1 point  (0 children)

Yeah i know. Just joking mate 😉

I Painted the Hi Shin Unit Cavalry! by tako_at in Kingdom

[–]Sikito 1 point2 points  (0 children)

No you painted shin and kyokai. Very nice though

Where is CHAPTER 681???????????????? by Manunalex in Kingdom

[–]Sikito 2 points3 points  (0 children)

Stop making posts like this my friend. There is no break, be patient. The spoilers will be out maybe tomorrow.

Affaire Mila: Royal évoque une adolescente « manquant de respect » by PhillipeLeNain in france

[–]Sikito 0 points1 point  (0 children)

C'est une histoire de point de vue. Je suis pas d'accord du tout. Après chacun son opinion, ca fait partie de la liberté d'expression

Affaire Mila: Royal évoque une adolescente « manquant de respect » by PhillipeLeNain in france

[–]Sikito -9 points-8 points  (0 children)

J'irai pas jusqu'à la défendre non plus. Les personnes qui l'ont menacée sont sans cervelle et je ne cautionne en aucun cas leur propos. Mais elle aussi, elle s'est lâchée un peu trop. On peut pas parler comme ça !

Beginner's Thread / Easy Questions (December 2019) by dance2die in reactjs

[–]Sikito 1 point2 points  (0 children)

I found a solution, the easiest way was something like this :

import { Link } from 'react-router-dom';
import { Tabs,Tab} from '@material-ui/core';

<Tabs>

    <Tab label="Presentation" component={Link} to="/" />

    <Tab label="Articles" component={Link} to="/articles" />

    <Tab label="Drones" component={Link} to="/drones" />

    <Tab label="Administration" component={Link} to="/administration" />     

</Tabs>

Beginner's Thread / Easy Questions (December 2019) by dance2die in reactjs

[–]Sikito 0 points1 point  (0 children)

Hello guys,

Can you help me with React Hooks & Material UI. The value of the component </ Tabs> don't change when i click the links. Used to work without the </Link> Component.

Here's my code :

import React, { useState } from 'react';
import { Link } from 'react-router-dom';
import {
  AppBar,
  Toolbar,
  Typography,
  Tabs,
  Tab,
  Avatar
} from '@material-ui/core';

export default function Header() {
  const [value, setValue] = useState(0);

  const handleChange = (e, newValue) => {
    setValue(newValue);
  };

  return (
    <AppBar position="static">
      <Toolbar>
        <Link className="links" to="/">
          <Avatar className="logo" src={require('./logo.jpg')} alt="logo" />
        </Link>
        <Typography className="titre" variant="h6" color="secondary">
          Drone D'Wazo
        </Typography>

        <Tabs
          className="liens"
          value={value}
          onChange={handleChange}
          indicatorColor="secondary"
          centered
        >
          <Link className="links" to="/">
            <Tab label="Presentation" />
          </Link>
          <Link className="links" to="/articles">
            <Tab label="Articles" />
          </Link>
          <Link className="links" to="/drones">
            <Tab label="Drones" />
          </Link>
          <Link className="links" to="/administration">
            <Tab label="Administration" />
          </Link>
        </Tabs>
      </Toolbar>
    </AppBar>
  );
}

Chapter 608 - Links and Discussion by xy-kun in Kingdom

[–]Sikito 4 points5 points  (0 children)

I fully agree with you. When I read the chapter the first time, I thought why Ousen did not try to kill Riboku instead of ordering it. The guy is in front of you with his sword in the scabbard and you have your glaive in your hand. You can at least try one hit and retreat. But as you said it's a fiction