-
Updated
Sep 15, 2021 - JavaScript
es6-javascript
Here are 2,193 public repositories matching this topic...
-
Updated
Sep 10, 2021 - JavaScript
-
Updated
Sep 23, 2020 - JavaScript
Describe the bug
When you mount two apps on the same route only the first one works and the other doesn't get reached.
To Reproduce
import { App } from '@tinyhttp/app'
const app = new App(), app1 = new App(), app2 = new App()
app2.use((req, res, next) => {
console.log('ping')
res.send('hi from app 2')
})
app1.use((req, res, next) => {
console.log('pong')
n
-
Updated
Aug 12, 2021 - Python
-
Updated
Dec 12, 2020 - JavaScript
-
Updated
Jun 15, 2021 - JavaScript
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Aug 11, 2021 - TypeScript
-
Updated
Aug 18, 2021
-
Updated
Sep 2, 2021 - Vue
-
Updated
Aug 18, 2021 - JavaScript
-
Updated
Sep 16, 2021 - SCSS
-
Updated
Sep 14, 2021 - CSS
-
Updated
Mar 12, 2020 - JavaScript
-
Updated
Sep 12, 2021 - JavaScript
-
Updated
Aug 13, 2018 - JavaScript
-
Updated
Jul 2, 2018 - JavaScript
-
Updated
Oct 30, 2018 - JavaScript
-
Updated
Apr 14, 2021
-
Updated
Oct 24, 2019 - JavaScript
-
Updated
Sep 11, 2019
-
Updated
Sep 14, 2021 - JavaScript
-
Updated
Sep 30, 2019 - HTML
Forms are very commonly used, so it must be supported
previously we have parsec.form()
but it was for urlencoded only, we need a separate function for forms with form data in it
related: #4
-
Updated
Aug 13, 2021 - JavaScript
Resume not working
Voice Channel remains silent after resuming the music playing, [potential problem with my resume command and resumeSong() function in music.js].
Possible Fixes:
- Instead of using dispatcher.resume() built-in function, use my own playMusic() function in music.js
- Possible bug in pause command despite stopping the music playing
-
Updated
Mar 26, 2021 - JavaScript
-
Updated
Feb 2, 2021 - JavaScript
Improve this page
Add a description, image, and links to the es6-javascript topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the es6-javascript topic, visit your repo's landing page and select "manage topics."
Steps to reproduce the behavior
Slack discussion: p1630936548136200-slack-C0117V2PCAE