Natasha Craike

Results 10 comments of Natasha Craike

XML importing is also available: https://youtu.be/H2yfXnUb1S4?t=316

I'm possibly having a related issue with a tile "font": my tiles use a full transparent black, i.e. RGBA(0, 0, 0, 0), for some pixels and this is treated as...

How is this progressing? Is there anything I can do to help out?

Hi @sbansal6. Sorry for taking a bit to reply on this. I had a busy few days, and this is a hobby project for me. I'm having trouble reproducing the...

Okay. Fang actually requires Python 3.4 or later. I expected that the packaging settings I have [in setup.py](https://github.com/ncraike/fang/blob/master/setup.py#L47) would prevent you installing Fang on Python 2.7, but maybe that is...

Sorry, just saw this. I'm currently in the middle of writing unit tests using py.test. I kind of got lost in tool-writing and yak shaving for a bit too long,...

@2achary I've finished the tests for the `ResourceProviderRegister`, and all current unit tests have now been merged into master and released. The current unit tests are [here](https://github.com/ncraike/fang/tree/master/tests/unit), and give code...

Oh, I also need to get the Travis and Codecov badges on the project home page, so that's more visible to people viewing the project. EDIT: This is done now.

The usage seen in `Di` is the intended, typical, and possibly only valid usage of `DependencyResolver`: the code constructing the `DependencyResolver` must provide instances of `DependencyRegister` and `ResourceProviderRegister` to be...