Charles Lee

Results 10 comments of Charles Lee

After some testing i'm pretty sure this is a problem with mdx-deck and webpack - I'm getting errors whenever I import anything on my `.mdx` files., not just CodeSurfer (although...

@mister-what hmm. you're definitely on the right track. my silly fix on the other issue was to basically do the same thing, transpile `gatsby-plugin-src`, just in the webpack options. it...

So I sort of fixed it so far. I was getting an error about webpack, so I added a silly webpack rule (sorry I don't really know what I'm doing):...

Okay, downgrading to v3 solved my CodeSurfer problems, at least. I think it's something to do with the gatsby theme, because in a standalone, CodeSurfer and v4 work fine together.

Yeah, I had the same problem. I wonder if this is a bug with swift or this pod? I haven't had this problem with any other pods. (And yes, I...

just in case you need steps for that, the easy way: - create a new "objective c" file. - say "yes" create a new bridging header - delete the file...

Understood that would keep it out of your git repository, but doesn't that still publish your secretKey when you eventually push your source code? The build step would replace the...

yeah i'm not sure there's an easy way to make this work

Oops. I figured out five seconds into googling: ``` [avPlayerLayer setVideoGravity:AVLayerVideoGravityResizeAspectFill]; ```

it's hard to repro 100%, I assume it has to do with Google doing something weird, perhaps sending back an empty response during a stream. I don't understand how `response_parts`...