Marcelo Silva Nascimento Mancini

Results 61 comments of Marcelo Silva Nascimento Mancini

So, what I've done was: Clone my LDC fork. Do the ldc-build-runtime. Copy and paste the ldc-src from ldc-build-runtime into my fork, execute git reset --hard. Now it seems to...

Is there some way to make the compiler predefine `Posix` with the ldc-build-runtime using the armv7a-none-newlibeabi?

> > Is there some way to make the compiler predefine `Posix` with the ldc-build-runtime using the armv7a-none-newlibeabi? > > You can use compiler flag `-d-version=Posix`, but note: newlib does...

Unfortunately I can't use this workaround :( Error: version identifier `Posix` is reserved and cannot be set

> This is not an issue on dub side's though, the Github release does not include submodules. Hum but it would be better having a way to better distribute that....

Okay, you got my day today, I spent my day trying this and found out how to do it, basically, what it does is wrap the console log function and...

> > Be sure to watch it, I'll post one PR later for the focus problem when uploading your game onto kongregate > > I don't believe, someone actually did...

Just passing by to say that I made massive changes to **[Love JS API Player](https://github.com/MrcSnm/Love.js-Api-Player)** Now we're able to just not send requests, but to retrieve its value, the Lib...

Just passing by to say that I did the final update on [**Love JS API Player**](https://github.com/MrcSnm/Love.js-Api-Player) Now it is possible to retrieve data from promises and execute javascript code blocks:...

@Geod24 I think this feature is very important and it is conceptually very simple. Since you've been working with dub, would you take a look on it? If you need...