RealJTG

Results 12 comments of RealJTG

Agree with @ketralnis. It should work unless you initialize db after your models (raise AttributeError while accessing db.Model) and may be used only as a workaround.

Should to be fixed now. There were some minor changes in Spacegray theme here https://github.com/kkga/spacegray/commit/a3cf933585ac8fbb67e02c350d9ee614642c17af: Before: ``` "layer0.texture": "Theme - Spacegray/Spacegray/close.png", ``` After: ``` "layer0.texture": "Theme - Spacegray/assets/close.png", ``` While...

See #208 @daylerees notice me, senpai!

I'm pretty sure it works (no tests so far though).

Hi. Try this https://www.youtube.com/watch?v=graKroRK8Hg

A bit late, but still may be useful for someone. Raspberry Pi OS is pretty much like Debian https://github.com/dvorka/hstr/blob/master/INSTALLATION.md#build-on-debian and it mostly works it that way, but there may be...

Missing [templates](http://flask-debugtoolbar.readthedocs.org/en/latest/panels.html#templates) panel for aiohttp_jinja2, obviously.

Currently trying to port Jinja2 debug panel. I've added `on_jinja2_template_rendered` signal to [aiohttp_jinja2](https://github.com/aio-libs/aiohttp_jinja2): ``` python def setup(app, *args, app_key=APP_KEY, context_processors=(), **kwargs): ... app.on_jinja2_template_rendered = signals.Signal(app) ... def render_string(template_name, request, context,...

@GreenVars you need Visual Studio installed to build C/C++ extensions or you may download precompiled binaries here http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy > cannot load library libcairo.so.2 I used this all-in-one installer http://sourceforge.net/projects/gtk-win/, works...

@jordanlev I've getting an error with Lumen. Installed laravelcollective/html, enabled service provider and extensions and now I'm getting this error: ``` InvalidArgumentException in ServiceProvider.php line 236: Cannot instantiate Twig extension...