Song Zheng
Song Zheng
FYI for future peeps running into this issue, follow their serialize/de-serialize function https://github.com/mermaid-js/mermaid-live-editor/blob/b5978e6faf7635e39452855fb4d062d1452ab71b/src/lib/util/serde.ts#L19
Hi, reviving this topic. Can we just copy react-native-speech iOS code into this project so that we have one universal library? According to their license: `Permission to use, copy, modify,...
really cool, could open up alot of possibilities.
@bluepnume any reason why this wasn't merged? Does PayPal want to intentionally throw error on version mismatch?
same issue, with nodejs directly: ```js const http = require('http'); const port = process.env.PORT || 9091 const server = http.createServer({ insecureHTTPParser: true }, (req, res) => { // Handle requests...
Hey! I added a fix to a bug problem: Production apps were using the staging.tokbox endpoint to get videos, but it should really be api.tokbox.com Added test cases for archiving,...
1. support for downloadArchiveURL(), which is what the documentation had to improve consistency. Left the previous function alone because to make sure it doesn't break anyone's code. 2. downloadArchiveURL() now...
Hmm if you were listening to spotify or any other music player and your earpiece is plugged in, the music plays over the device earpiece instead of the speaker. There...
Very strange, I've never seen this behavior before. Whenever I test, the audio comes out from speakers (on both android and iOS). What device are you testing on?
I don't have an M7 or M8 device, but it works on my nexus and samsung devices. Can you do a system reboot on your devices and see if that...