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!

Wagtail logo
Popular topic
Wagtail is an open source CMS written in Python and built on the Django web framework.
GitHub ¡Presente!: En Español
Upcoming event recommended by GitHub
May
18

GitHub ¡Presente!: En Español

May 18, 2021 • Online

Tendremos a varios invitados especiales que compartirán mini charlas de 15-20 minutos en temas de tecnología.
App recommended by GitHub

WIP

Allow authors of pull requests to set status to pending while still working on it.

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

Layer CI

Ship code faster with LayerCI

Developers move much faster using LayerCI to get per-branch review & E2E testing environments.

  • It's easy to write efficient tests with our familiar Docker-like syntax. Never see a huge YAML file again.
  • Get a staging server per-commit by adding EXPOSE WEBSITE to the bottom of your pipeline configuration
  • Skip repetitive setup with our industry-leading Layer cache, it's like "docker build" but supercharged specifically for CI.