Atticus White

Results 106 comments of Atticus White

That's a great link @TheSavior! Thanks for sharing :smile:

Ran into this as well on a [remix](https://remix.run) application. Nothing special, just ```ts const baseURL = 'https://unpkg.com/@ffmpeg/[email protected]/dist/esm'; const ffmpeg = new FFmpeg() await ffmpeg.load({ coreURL: await toBlobURL(`${baseURL}/ffmpeg-core.js`, 'text/javascript'), wasmURL: await...

> JSX isn't the right context to discuss this really. The whole point of JSX, as opposed to templates, is to follow the general purpose language around it. I felt...

Ah great point guys. Yep, this absolutely becomes evaluated. I suppose the only way to avoid evaluation here would be pass in as a callback ``` jsx {ifEvent(this.props.count)(() => (...

Looks like that's due to the http request fetching the symbol data over http, https://github.com/ajwhite/jquery-stockquotes/blob/develop/src/stockquotes.js And unfortunately it looks like the provider only allows `http` requests - working: http://dev.markitondemand.com/MODApis/Api/v2/Quote/jsonp?symbol=twtr -...

Code changes would be required here, yes -- but it would certainly be the right move! Would any of you be interested in working on this? This would be awesome.