Krisztián Fekete
Krisztián Fekete
When an uncaught exception happens inside a transaction I expect the transaction to be rolled back, what happens instead is that partial results are committed, thus modifications in `Transaction` context...
This is mostly a documentation issue/caveat, important mostly because of the surprises on first use. I expect this limitation to be a yet undocumented(?) design decision. If there is no...
https://pypi.python.org/pypi/tox ``` $ appypi install tox Looking for tox... Found tox version 1.7.2 Installing... [ERROR] virtualenv seems to be installed already (pointing to: /usr/bin/virtualenv). Please, remove this version before installing...
Hi, I wanted to use `appypi`, and indeed had some success, but also have run into problems. ## Background There are some in-house apps (they are not on and will...
Since the latest binary release of `shiv` is [missing](https://github.com/linkedin/shiv/issues/147), I have tried to build it with itself - according to https://github.com/linkedin/shiv#installing (except, I run these in an empty directory): ```...
This is a county map (~NUTS-3) implementation for Hungary. It would be fantastic if you could integrate it into pygal. The svg map is from wikimedia (exact location is in...
the difference is in python2 support btw, there is a third, quite different version bundled with bottle see https://github.com/bottlepy/bottle/issues/969
as seen here: https://www.sublimetext.com/ and described here: https://www.sublimetext.com/docs/2/multiple_selection_with_the_keyboard.html scintilla seems to support it: https://stackoverflow.com/questions/38850277/multi-cursor-editing-with-qscintilla #
Emacs: M-x Vi*: ESC : Sublime Text: control-shift-p http://docs.sublimetext.info/en/latest/extensibility/command_palette.html
When starting `eye` I got a plain window, with a single menu `File`. It was a too simple window, I was definitely missing the plugins. Reading the README again, it...