Renée

Results 502 comments of Renée

I think using yoyoify no longer helps because choo doesn't support onload attributes in template tags anymore. The identifier solution should probably be documented in the onload readme

Hmm I'm not sure I understand, source maps appear to work in stack traces in Chromium for me with the "Enable JavaScript source maps" option enabled in Devtools settings

ow, i see. I tried it with an uncaught error in devtools, and devtools in FF and chrome do support source maps. I kinda feel like printing the stack trace...

this looks rad! there is potentially a licensing problem because bankai is MIT, and afaik that doesn't let us use AGPL software. are there any side effects to running this?...

Wuuh. It's in the package though! https://unpkg.com/[email protected]/

@YerkoPalma is this still a thing? I don't understand what could cause it since the http.js file got published fine

hmm no that works fine for me :confounded:

Now also formatting typescript errors: ![image](https://user-images.githubusercontent.com/1006268/35732691-be6096f2-081a-11e8-94a4-9e06d7b6a85d.png) And did some work on syntax error messages for javascript too: ![image](https://user-images.githubusercontent.com/1006268/35732739-dcfaf4f4-081a-11e8-8de9-46e0a661c239.png) (Previously this would only show "Syntax Error")

Afraid that's correct 😄 that is also going to be an issue for react support with babel. Not sure what to do about that yet.

I think bankai's `createKeys` function can probably be updated to fix this somehow? I don't really know what it would look like, but if anyone's interested in trying to contribute...