João Lucas Lucchetta
João Lucas Lucchetta
I like the idea of using Hack instead of PHP. Hack itself is a much better language in several aspects. I think the compiler development can benefit from the type...
What do you think of a OCaml-like approach? Just call `Math.random` (without imports) if you want to use only that function. Otherwise, if you need more from that module, you...
First option that comes to my mind would be requiring export names being unique. ```erlang export fn sum(a :: number, b :: number) :- a + b export sum :-...
Are we still moving forward with this? Sounds like a great addition, but needs input from everyone.
As of [Preact 8.1.0,](https://cdnjs.cloudflare.com/ajax/libs/preact/8.1.0/preact.dev.js) I also found the following ES5 APIs in use: - `Array.prototype.slice` - `Array.prototype.push` - `String.prototype.replace` - `String.prototype.trim`
+1! This would be a great feature to have available
Good one! Will give it a little more thought and search if there's an already existing proposal. My only concern with it is that it returns an `Object` instead of...
I'm reading the source code more carefully to see if I can give this one a crack!
Go ahead @CPerezz, I tried at the time and after a while trying I just left it alone. If you want, feel free to give it a crack