Cédric Néhémie
Cédric Néhémie
This is mostly to keep track of the things I envisioned for the minimap future and making sure @mehcode is aware of them (and if someone wants to help it's...
What do you think of allowing the coffe code examples in the docs to be compiled on the fly to JS? I did that once for [a pet project](http://abe33.github.io/spectacular/) and...
It's necessary to find another solution to handle options and tests start without having to place configuration before Spectacular and without having to create the `spectacular` object.
Currently most methods are defined and globalized through the `Environment` object. Most of them should belong to either the `Example` (`should`, `expect`) or the `ExampleGroup` class (`describe`, `it`, etc.). A...
It would be great to have (either through a command or a click on a file in the coverage page) the file coverage displayed using the atom decoration API.
I was wondering if the upper part of the coverage pane could host some data viz with coverage stats, the files list will then lie below the fold. Some random...
Hello there, I'm currently in the process of learning Godot and found out that the 2d sprite system was not supporting sprite pivots (a common feature used by many artists...