Asier Illarramendi
Asier Illarramendi
This one is tricky, making it fixed aspect-ratio in some cases (e.g. `2D Renderer`) makes it look too big. In Blender they are using the landscape aspect ratio for all...
Well, the issue happens even when the contents are already loaded. Few things that I've noticed: - Once few _pages_ are loaded, it still lags on the first page (top...
Maybe something like this would be more **sane**? ``` $ ./manage.py harvest Creating test database for alias 'default'... Django's builtin server is running at 0.0.0.0:8000 Funcionalidad: Login # gestioci/apps/inici/features/login.feature:2 Como...
Just to know, the project is being worked on `infoxchange/lettuce:new-parser`, isn't it? (+ #430) There are lot's of PR waiting and the project seems dead. Maybe a note in README.md...
@michelts here you have. The step is at the bottom. If I change `contraseña` for `password` in both the `terrain.py` and in the feature it works. ``` python # terrain.py...
Thanks! using `u` fixed it. I'm closing the issue, since I suppose it's more a Python 2.x thing than a bug.
True. I misunderstood your previous comment.
Weirdly enough, this worked for me, which is similar to the comment above (instead of using a zip I just pointed to `master`): ``` composer require diesdasdigital/kirby-meta-knight composer require diesdasdigital/kirby-meta-knight:dev-master...
In my case I'm getting a grey screen in After FX CC 2017.2. After following the debugging instructions and opening the `React Panel` from the [CEFClient](https://github.com/Adobe-CEP/CEP-Resources/tree/master/CEP_8.x) (Chrome 80 doesn't work),...
Btw, I've tried to inspect `cep` and `cep_node` values on the console but when hitting enter it doesn't do anything, it adds a new line but doesn't execute the code....