Giter Club home page Giter Club logo

Comments (9)

gyanish0 avatar gyanish0 commented on May 18, 2024 1

Git Repo

https://github.com/gyanish0/git-user-clone

from gitprofile.

arifszn avatar arifszn commented on May 18, 2024

#53 (reply in thread)

from gitprofile.

gyanish0 avatar gyanish0 commented on May 18, 2024

#53 (reply in thread)

No, I am not using next.js I am using simple react js

I am not able to deploy on netlify due to this warning please help me how to fix

from gitprofile.

arifszn avatar arifszn commented on May 18, 2024

Provide the details of how you are using it. If you are using the package, provide the version. If possible, provide a reproducible repo.

from gitprofile.

gyanish0 avatar gyanish0 commented on May 18, 2024

packaje version "@arifszn/gitprofile": "^2.0.5",

import React from "react";
import GitProfile from "@arifszn/gitprofile";
import "@arifszn/gitprofile/dist/style.css";
import Page from "../../../components/Page";
const config = {
github: {
username: "gyanish0", // Your GitHub org/user name. (Required)
sortBy: "stars", // stars | updated
limit: 8, // How many projects to display.
exclude: {
forks: false, // Forked projects will not be displayed if set to true.
projects: [], // These projects will not be displayed. example: ['my-project1', 'my-project2']
},
},
social: {
linkedin: "gy3582137",
twitter: "srivaani1",
facebook: "gyag",
website: "https://gyap/",
phone: "+91635",
email: "[email protected]",
whatsapp: "https://wa.me/35",
},
skills: [
"JavaScript",
"React.js",
"Material UI",
"HTML5",
"CSS3",
"React Native",
"Figma",
],
experiences: [
{
company: "Mobiloitte Technology",
position: "Software Trainee",
from: "October 2021",
to: "March 2022",
},
{
company: "Luminoguru Pvt. Ltd.",
position: "Associate Software Engineer",
from: "April 2022",
to: "Present",
},
],
education: [
{
institution: "Dr. A.P.J. Abdul Kalam Technical University",
degree: "B.Tech",
from: "2017",
to: "2021",
},
{
institution: "Sri Krishna S S Inter College",
degree: "Higher Secondary Certificate",
from: "2015",
to: "2017",
},
{
institution: "Gyan Prakash Inter College",
degree: "Secondary School Certificate",
from: "2013",
to: "2015",
},
],
// Display blog posts from your medium or dev account. (Optional)
blog: {
source: "dev", // medium | dev
username: "gyanish0",
limit: 0, // How many posts to display. Max is 10.
},
googleAnalytics: {
// GA3 tracking id/GA4 tag id
id: "", // UA-XXXXXXXXX-X | G-XXXXXXXXXX
},
hotjar: {
id: "",
snippetVersion: 6,
},
themeConfig: {
defaultTheme: "light",

// Hides the theme change switch
// Useful if you want to support a single color mode
disableSwitch: false,

// Should use the prefers-color-scheme media-query,
// using user system preferences, instead of the hardcoded defaultTheme
respectPrefersColorScheme: true,

// Available themes. To remove any theme, exclude from here.
themes: [
  "light",
  "dark",
  "cupcake",
  "bumblebee",
  "emerald",
  "corporate",
  "synthwave",
  "retro",
  "cyberpunk",
  "valentine",
  "halloween",
  "garden",
  "forest",
  "aqua",
  "lofi",
  "pastel",
  "fantasy",
  "wireframe",
  "black",
  "luxury",
  "dracula",
  "cmyk",
  "autumn",
  "business",
  "acid",
  "lemonade",
  "night",
  "coffee",
  "winter",
  "procyon",
],

// Custom theme
customTheme: {
  primary: "#fc055b",
  secondary: "#219aaf",
  accent: "#e8d03a",
  neutral: "#2A2730",
  "base-100": "#E3E3ED",
  "--rounded-box": "3rem",
  "--rounded-btn": "3rem",
},

},
};
const GitPort = () => {
return (

    <GitProfile config={config} />

  </div>
</Page>

);
};

export default GitPort;

from gitprofile.

arifszn avatar arifszn commented on May 18, 2024

Found the issue. It is caused by moment. I will replace moment with an alternative. Expect an update today.

from gitprofile.

gyanish0 avatar gyanish0 commented on May 18, 2024

Found the issue. It is caused by moment. I will replace moment with an alternative. Expect an update today.

Sure, Thank You

from gitprofile.

arifszn avatar arifszn commented on May 18, 2024

Fixed in #77.

Run npm update and this should remove the warning.

from gitprofile.

gyanish0 avatar gyanish0 commented on May 18, 2024

Thank You issue resolved

from gitprofile.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.