James Schimmoeller
James Schimmoeller
@giuseppeg i have the same issue; upgraded from 9.0.3 to 9.1.3 9.0.3 code that worked: ``` ul li::before { content: "\\2022"; } ```  with 9.1.3  i have tried...
@giuseppeg this is crazy ... i see your sandbox works however I forked it at https://codesandbox.io/s/hello-world-bpwbp and did nothing and it does not work:  is there a bad cdn...
@giuseppeg i tried `\\u25B6` with the same results 
@giuseppeg i sent over an hour trying many different backslash options but nothing is working; one, two, and even 4. I even went over to the babel link and tried...
+1 SyntaxError /Users/jschimmoeller/projects/eaddr/node_modules/aws-sdk-react-native-core/src/AWSCognitoCredentials.js: Unexpected token, expected , (48:57) RCTFatal + 104 -[RCTBatchedBridge stopLoadingWithError:] + 1138 **25-[RCTBatchedBridge start]_block_invoke_2 + 65 _dispatch_call_block_and_release + 12 _dispatch_client_callout + 8 _dispatch_main_queue_callback_4CF + 1054 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE** +...
I changed the brackets {} to () and got by it: ``` listener.addListener("LoginsRequestedEvent", async (callbackId) => { const logins = [await Promise.resolve(this.getLogins())]; cognitoClient.sendCallbackResponse(callbackId, logins); }); ```
yes i am trying to record from a video tag here is the code i am using: ` var audioCtx = new AudioContext(); var mediaSource = audioCtx.createMediaElementSource(document.getElementsByTagName('video')[0]); var r =...
still no success. I have saved the recording and play it back but all that is in the recording is a click. It is 10seconds long and 1.8mb in size....