Pablo Ariel Mayobre
Pablo Ariel Mayobre
All right! Now I understand some more > Maybe the latter part (controller) is what you call server. Yes, that's what I call a server and what I'm currently trying...
Well ZeroBrane is not that helpful either, I want to know more about the underlying stuff, ZeroBrane shows which functions of MobDebug it calls, and what are the parameters received....
The advantage of splitting the package would be to only install those packages that you really need. But I can see what you mean about running a single elm-make process....
It looks like `better-queue` calculates an UUID for each task you perform on a Queue, the UUID use a pseudo-random number generator function using various math operations in JavaScript which...
As an example: I have a project made in elm which has it's `elm-package.json`, this files is for the project itself, so the `src` path is set to the `elm`...
Couldn't find this issue in Symbol finder because I can't "Go to Symbol/Declaration/Next usage/Previous Usage" as I reported in #28 I found a very similar issue in "Pipe Selection" to...
I think what you are looking for is [Amiitool](https://github.com/socram8888/amiitool). This basically reverse engineers the cryptography of Amiibos, so that you can obtain the raw data stored in them and then...
I understand what you mean, I just wanted to start discussion on it! the `data` object gives the context of where the variable will be declared, which is useful when...
This would be great for syntax highlighting, autocompletion, getting a list of definitions and even better static analysis (letting you get many errors in a single run)... What would need...
I'm sorry, are there any news on this? Somewhere where help is needed or a way to start working on this?