Ethan Setnik

Results 148 comments of Ethan Setnik

I was able to work around this issue by manually specifying the port used in my `.env` file: ``` WDS_SOCKET_PORT=443 ``` See https://create-react-app.dev/docs/advanced-configuration/#:~:text=for%20more%20details.-,WDS_SOCKET_PORT,-%E2%9C%85%20Used

I still believe it's a bug because it should default to the port of the current window.location for ws connection.

@iamcco any idea where I should look to debug this? I'm still having the same issue. `cspell` on the command line with the same imported configuration file does not report...

I have instant reboot when `kextload` AppleIntelInfo.kext with i7-7700k and HWP enabled following https://www.tonymacx86.com/threads/skylake-hwp-enable.214915/

I agree with this. I'm finding myself needing to use `Custom SQL` with `IN` more and more often. If you need any help developing or testing this, I'd be glad...

+1 I need support for `accessExternalSchema`

> ``` > import styled, { css, ThemeProvider } from "styled-components/macro"; > import Theme from "./theme"; > > const Container = styled.div` > ${({ theme }) => > css` >...

@karlbecker you can use this version. It works just fine for me. ``` // // XCGLogger+Crashlytics.swift // XCGLogger // // Created by Michael Sanders on 8/12/15. // Copyright 2015 Cerebral...

@karlbecker you don't need to use this branch you can just drop the extension I pasted above into your application and add a CrashlyticsLogDestination and you're good to go. That...