Samuel Batista

Results 22 issues of Samuel Batista

There are 9 pending pull requests and no activity for over 2 years. It's kinda sad... Would it be possible to pass the torch to someone else interested in maintaining...

**typedefs** don't yield typesafe code. This essentially means each iterator "node" is a [Dynamic](http://haxe.org/ref/dynamic) object which is slow. I recommend using `private class HasNext` instead of typedef.

Would appreciate a README in english. Thx!

Each example should be as complete and straight forward as possible (including ample use of comments). Also, we should strive to use the best coding practices we can think of,...

enhancement

I've perused the code and noticed emscripten references. Was this accomplished by compiling C++ into JS? Could this be done with Web Assembly to improve performance?

I got this error sometimes when a not found route was encountered: ``` TypeError: Cannot assign to read only property 'path' of object '#' Array.checkForNotFoundHandler .mercury/node_modules/navigo/lib/navigo.js:846 843 | queryString =...

How often are new blocks created? Can this duration be customized?

I verified this is present if you specify a default value in the schema, so this is a safe addition.

This is a highly opinionated change, reducing the number of folders and simplifying the build process. This is a better fit for my project and my coding style. Feel free...

This is not an issue, more of an advice for others that may be looking for a solution to the screen tearing problem like me. I play the game in...

not-a-bug