Skip to content

Here's what's popular on GitHub today...

GitHub Skyline
Staff pick

View a 3D model of your GitHub contribution graph. Share it, print it, and more!

Scala logo
Popular topic
Scala is an object-oriented programming language.
GitHub Presente: Em Portuguese
Upcoming event recommended by GitHub
Jun
15

GitHub Presente: Em Portuguese

June 15, 2021 • Online

Evento virtual que reúne devs e profissionais de tech do Brasil
App recommended by GitHub

GitKraken Boards

GitKraken Boards syncs in real-time with GitHub Issues and GitHub Milestones so changes made in either system are immediately reflected in the other. Link cards to GitHub pull requests, check PR statuses, auto-update cards based on PR statuses and view build statuses without leaving GitKraken Boards.

Plus, use GitHub Actions to automate your workflow; trigger automated actions in GitKraken Boards by linking cards to pull requests descriptions or commit messages in GitHub.

Trending repository
Falci
Falci commented May 29, 2020

Is your feature request related to a problem? Please describe.
Problem: I'd like to dynamically import scripts as <script> tags.

Describe the solution you'd like
Proposal:

const useScript = ({ url, id, type = 'text/javascript', async = true }) => {
    const [ready, setReady] = React.useState(false);
    const [failed, setFailed] = React.useState(false);

    R
Trending repository
Trending repository
KevinClair
KevinClair commented Dec 10, 2020

Feature Request

Is your feature request related to a problem? Please describe

Is it nessary to support RocketMQ
  • Two ways to user it.
    • As a way to data sync from admin to bootstrap.
    • As a plugin to send mq message by request from bootstrap.

Describe the solution you'd like

Describe alternatives you've considered

Additional context

App recommended by GitHub

Testspace.com

Testspace is an integrated GitHub test solution for Automated, Manual, and Exploratory Test Management

  • Publish your Workflow test results with a single command
  • Implement Manual Tests as Code using your repository
  • Facilitate Exploratory testing in all your sessions

See our documentation...