James Schimmoeller

Results 8 comments of 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"; } ``` ![image](https://user-images.githubusercontent.com/1423536/68963237-7c51fb80-07a4-11ea-986f-60671d8ded6f.png) with 9.1.3 ![image](https://user-images.githubusercontent.com/1423536/68963284-94297f80-07a4-11ea-9c31-ddb88b850ae3.png) 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: ![image](https://user-images.githubusercontent.com/1423536/68965810-a9a1a800-07aa-11ea-939c-1ea6327d2972.png) is there a bad cdn...

@giuseppeg i tried `\\u25B6` with the same results ![image](https://user-images.githubusercontent.com/1423536/68995610-8e43a500-085d-11ea-8913-541bbef6e1b6.png)

@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....