Coder Social home page Coder Social logo

eddiehubcommunity / support Goto Github PK

View Code? Open in Web Editor NEW
338.0 338.0 158.0 496 KB

Community Help & Support and AEA (Ask Everyone Anything)

Home Page: https://eddiehubcommunity.github.io/support/

License: MIT License

community documentation hacktoberfest

support's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

support's Issues

The choice of a community platform

Description

I have a question as I'm interested in community-building and the vast amount of tools does not make the choice any easier. For IM chat, the two main platforms I see utilized are Slack and Discord. Sometimes, Telegram is used for this purpose as well.

What are some of your reasons for going with Discord?

How to add GitHub Stats to GitHub Profile or README.md file

Description

A brief description of the question or issue:

You can also join the discord community here

Feel free to check out other cool repositories of EddieJoaude Comminity here
GitHub Stats are automatically update as we're get more involve in PR, making issues, REPOs etc.
Or do we have to manually update GitHub stats

Can't npm install within Vagrant machine (Laravel)

Screenshot 2020-07-30 at 14 47 37

I'm trying to set up Passport with Laravel, I've followed along with the initial set up instructions from the docs. Once I've run -

php artisan vendor:publish --tag=passport-components and added the components to the resources/js/app.js file.

It then wants my to run 'npm run dev' however I just get a list of errors such as

'sh: 1: cross-env: not found
npm ERR! code ELIFECYCLE
npm ERR! syscall spawn
npm ERR! file sh
npm ERR! errno ENOENT'

[Join Community]

Hi Eddie, I watch all of your streams and really appreciate what you are doing to the community. Raising this issue to join your community.

Firebase key setup

Description

I'm having trouble configuring eddiebot for testing. Not sure if I'm using the wrong key / or incorrect config file.
I've tried service key, server key, API key.

Tried:

export DISCORD_TOKEN=myDiscordKey
export COMMAND_PREFIX='^'
export DISCORD_SERVER_ID=myServerKey
export DISCORD_BOT_CHANNEL_ID=myChannelID
export FIREBASE_KEY='~/code/eddie/firebase-adminsdk.json'

Tried:

export FIREBASE_KEY=myRawKey

Stack

Node.js Typescript Discord.js

Working Environment

OpenSuse Linux

Error:


undefined:1
undefined
^

SyntaxError: Unexpected token u in JSON at position 0
    at JSON.parse (<anonymous>)
    at Object.<anonymous> (/home/ren/code/eddie/EddieBot/dist/firebase.js:5:47)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
    at Function.Module._load (internal/modules/cjs/loader.js:585:3)
    at Module.require (internal/modules/cjs/loader.js:692:17)
    at require (internal/modules/cjs/helpers.js:25:18)
    at Object.<anonymous> (/home/ren/code/eddie/EddieBot/dist/commandHandlers/bio.js:7:20)

Another Error

src/firebase.ts:6:9 - error TS2345: Argument of type '{ apiKey: string; authDomain: string; databaseURL: string; projectId: string; storageBucket: string; messagingSenderId: string; appId: string; }' is not assignable to parameter of type 'string | ServiceAccount'.
  Object literal may only specify known properties, and 'apiKey' does not exist in type 'ServiceAccount'.

6         apiKey: "myKey",
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Updating a section in the README using "readme-box" in a GitHub Action

Description

I would like to update the a section in the README using readme-box. I get an error ##[error]Contents do not contain start/end comments for section "data-section", the section does exist, I must be missing something else.

Here is my code to update the README:

await readmeBox.updateSection(content, {
            owner: process.env.GITHUB_REPOSITORY.split('/')[0],
            repo: process.env.GITHUB_REPOSITORY.split('/')[1],
            token: githubToken,
            section: 'data-section',
});

Here is the README code:

<!--START_SECTION:data-section-->
<!--END_SECTION:data-section-->

GitHub Action job run https://github.com/EddieJaoudeCommunity/awesome-github-profiles/runs/950486163?check_suite_focus=true

Stack

GitHub Action with NodeJS

How to get started in hackathons

I'd like to know more about how to get started in hackathons, how to find a team, etc. I've never been to a hackathon. what are beginners projects i should try

  • how to get started in hackathons
  • how to find a team
  • project ideas

teachcode - reinforcing coding foundations

teachcode is a utility by which one can brush up their programming skills right from the terminal. Presently there are 2 learning tracks (Python & JavaScript) comprising 30 tasks. The good thing is that after completing a task the respective solution is pushed to his/her remote repository on GitHub - tracking user progress.

This is one of the queries often asked about teachcode: madlabsinc/teachcode#73

[Marketing] How to raise the profile of this?

So many good things come out of this project e.g. we could have ANYBODY livestream to their audience go through the issue queue and the community in the Twitch/YT chat could essentially "pair with everybody" on it!

The idea is to raise the profile of everybody who helps on the issues and livestreamers like @eddiejaoude @praveenscience @HarshKapadia2 can go through the queue with their audience!

Laravel - Target class [App\Listeners\LogVerifiedUser] does not exist.

Once an email address has been registered and the verification email is sent, I receive this error on the first click of 'verify email address'.

If I click the 'verify email address' button again, it works.

What might be causing that first error?

Thanks.

Screenshot 2020-08-04 at 16 59 43

Here's a snippet of the error and the code where LogVerifiedUser is used.

Screenshot 2020-08-04 at 17 28 47

Typo on README

Unfortunately, StackOverflow have a bit of a broken reputation system where folks with the "worst accepted answer" can

Would be: "Unfortunately, StackOverflow has a (...)"

NXDOMAIN when creating a normal subdomain / A record below a CNAME record

So i use CNAME to forward bot.abc.de to my local server where my app is running. Now i want to add docs under docs.bot.abc.de. Problem is, that LetsEncrypt and https://check-your-website.server-daten.de/?q=docs.bot.abc.de for example say that the DNS thing is invalid. I though CNAME just counts for exactly that URL? Or does it also forward sub subdomains? ๐Ÿ˜„
LetsEncrypt error if needed:

Invalid response from https://acme-v02.api.letsencrypt.org/acme/authz-v3/XXXXXXXX.
Details:
Type: urn:ietf:params:acme:error:dns
Status: 400
Detail: DNS problem: NXDOMAIN looking up A for docs.bot.abc.de - check that a DNS record exists for this domain

I hope these ids are no sensitive data ๐Ÿ˜› meh, better safe than sorry

Theoretically i shouldnt need it as my hoster has rules for * which point to the IP of the webserver. So i hope this subdomain goes there too, just like the many others i have lol ๐Ÿ˜„

Edit from me: normally it seems like it should just work adding a subdomain to an already existing CNAME subdomain. But at least for my hoster (Netcup) it required me to add another rule: "*.bot.abc.de" as A record which points to the server ip (just like the already existing "*" A record)

Edit 2: Damn you Github and Markdown :D

Hey, please add me to the community

Hey, I am Jaynil Gaglani. I am currently pursuing B.Tech in I.T .engineering from India.

  • I work on full-stack development involving React, Angular, NodeJS, Firebase, Micronaut.
  • I am also interested in machine learning and Open Source contribution.
  • Check out my GitHub and LinkedIn profiles:

What is fork used for?

@mohit01-beep to fork a project means to have a copy of the project as your own. Like a photocopy of the project as your own. In contributing to open source projects, you will most times have to fork the repository to make changes to it. Feel free to ask more questions.

Originally posted by @Ruth-ikegah in #14 (comment)

What is the best "template" for "asking a question"?

We need an issue template so that we can have things like "terms people would search for", ensure that there is enough information.

Extreme ideation: A bot would probably need to come along and try and see if folks haven't followed the template...

Suggestions welcome!

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.