DanEEStar

Results 7 comments of DanEEStar

@mpasternak @tarak What is the status of this?

This is exactly what I need. I tried to do a workaround with a Docker image which I have build locally with ``` docker save daneestar/testapp | gzip > daneestar_testapp.tar.gz...

It probably makes sense to use a docker registry. The alternative with "Method 4: Deploy plain Dockerfile" seems to work. Thanks a lot! 👏

Do you already have some ideas how to do the test framework? I think one step would be to split the `Dispatcher` into some vim-extension specific parts, like the input...

This problem happens also on my installation with the N64 but also with the SNES and the GBA emulator. Interestingly not with PS1 and some others. The sound works for...

I am also interested in that. I couldn't find a way to dynamically add a context variable. So that I can add a secret_key context variable like mentioned in https://github.com/pydanny/cookiecutter-django/issues/3.

I could try a bugfix. As far as I understand the `calcSize` method `Q.UI.Text` works only for center-aligned elements. Are there other places I have to look for?