Kian

Results 13 comments of Kian

I can't reproduce this issue. Do you still have the .sketch file that causes this? could you upload it?

For anyone visiting this page from Google... I fixed `Fatal JavaScript invalid size error` by using the correct version of Node. I was on v16.11 when the code was building...

@RafaelDeJongh That works perfectly! i just appended the minified file to my public/css/styles.css. @GraphtyLove I'm getting javascript errors in my browser console when I run your version, not sure why....

Nice- my personal vote is for image # 1.

Better solution is to `chmod` the ffmpeg binary- see https://github.com/jely2002/youtube-dl-gui/issues/338#issuecomment-1119990272

The log file is located in `~/Library/Logs/com.bohemiancoding.sketch3/Plugin Log.log`, as described in https://developer.sketch.com/plugins/debugging

This seems to only happen on Lambda cold starts

Ok, this is happening when I have a decorator on the Lambda handler which pulls in another library. It can be recreated like this: ```python @sentry_initialize() def handler(event, context): ......

Looks like this will require a bit of a refactor; the `Network` object we use only allows for 'Mainnet' or 'Rinkeby'. It's pulled in from opensea-js here https://github.com/ProjectOpenSea/opensea-js/blob/master/src/types.ts#L3-L9 which in...

Actually, this is blocked on the fact that OpenSea doesn't provide an API for matic assets (yet).