Kevin Newman

Results 168 comments of Kevin Newman
trafficstars

I recreated this on top of master, and updated to swc_core 0.79.x but was unable to produce a binary that didn't panic. ``` info Creating an optimized production build .thread...

> This is an experimental feature, so I don't think anyone can expect backwards compatibility. When you use the generator, it outputs this at the top of your file: ```...

@victorandree That's true, but it's pretty challenging to get that to work with nextjs, which uses SWC by default. (It has a way to change back to babel, but it...

How about if we just don't generate the giant file to start with - it's relatively simple to manually edit it so that you don't get that: https://github.com/dotansimha/graphql-code-generator/issues/9988

Swinging back around - any progress?

How about if we just don't generate a giant file to start with - I can manually edit the generated file so that it adds almost no overhead in the...

I don't know if this is useful, but I wondered if there is a way to have a look at how Flash Packager for iPhone apps handle video decode.

Youtube may be setting noscale or doing other strange things with it's own dimensions at runtime (which is why it's difficult to embed a youtube video in another swf). You...

This is also happening in all browsers when accessed over SSL (https).

You can use my package to wrap that: https://github.com/CaptainN/async-proxy You can import `getProxy`, and then make Accounts a proxy object: ```js import { getProxy } from 'meteor/npdev:async-proxy' import { Accounts...