Nathan Batista

Nathan Batista

Nathan Batista

Nathan Batista

Blog Post

A bug is becoming a meme on the internet
A bug is becoming a meme on the internet

It's the story of a user named Omer Barnir who reported a bug in 2005 on the MySQL bug report platform

But the thing is that Omer never get an answer. 15 years later, the bug has never been fix and people are starting to make fun out of it. We let you take a look at the conversation here, it's pretty funny

import React, { Component } from 'react';
import logo from './logo.svg';
import './App.css';

class Child extends Component {
  render() {
    return (
        <p className="App-intro">
          I'm a childish component
        </p>
    );
  }
}

export default Child;
Share
Comments