Andreas Källberg

Results 129 comments of Andreas Källberg

What is the status on this feature? It looks like the upstream issue (https://github.com/ur1katz/casttube/issues/4) is resolved now. 🎉

This was fixed in https://github.com/mpickering/apply-refact/pull/110

@Icelandjack Would this version behave the same as traditional `State` or would it have an additional `Monoid s` constraint and behave differently?

On a related note, it would be nice if the links on the fake pages would link to the title they describe.

@lelinhtinh Why no hope at this time? Do you want a PR? I've managed to [write a deobfuscator](https://github.com/anka-213/js-deobfuscator) that works on obfuscator.io using jscodeshift and could probably port (i.e. rewrite...

Ah, thanks! I've missed those projects. What was the major barrier for supporting the latest updates of obfuscator.io in this project?

What if I find updating deobfuscators enjoyable? :P Maybe reviewing PRs is the less enjoyable part?

> Atm **only synchrony** is good to work with obfuscation.io cause you can avoid previous issue, but there are other issue in code cause it export function like `'functionname'.['name']` instead...

@bbday Oh, I was super confused why eval was looping infinitely on it, but it was checking if the anti-debugger function in the bottom of the file was included, which...