Jani Tiainen

Results 10 issues of Jani Tiainen

**Blender version:** 2.90 **Issue description:** Current plugin doesn't support Blender 2.90 which was released on 31st of August 2020. Blender 2.90 is also the default version blender.org offers now.

enhancement

When fixing issue #204, a slightly different MRO creation was introduced. This unfortunately doesn't work right on Django 1.5/1.4. If there exists get_query_set method in a original manager it's patched....

## Short description Related to #477. I had pyrepl 0.9.0 installed and when going through possible interpreters dephell tried to run `pythoni` and/or `python1` scripts. They are not Python 3...

## Short description When executing `dephell venv create` dephell tries to locate all existing Python installations including ones that are on Windows side in WSL2 shell and trying to execute...

If having configure multiple environments and running them with plain `tox`-command if environment in the middle fails, rest of the environments are run. Expected that if one environment fails, rest...

area:documentation
help:wanted

With following RAML: ```raml types: Customer: properties: customer_number: integer customer_type: string customer_name: string /customer: post: description: Create a new customer body: application/json: type: Customer responses: 201: body: application/json: type: Customer...

help wanted

I have following definition in `requirements.txt`: ``` hg+ssh://[email protected]/python-verkkogml/#egg=verkkogml ``` In `Pipfile` it's imported as masking username incorrectly: ``` verkkogml = {hg = "ssh://****@private.repo/python-verkkogml/"} ``` Which causes Pipenv to query for...

Type: Possible Bug
hacktoberfest
Category: Requirement

## Failing module - **GitHub**: - **npm**: graphql ```js import { GraphQLError } from 'https://esm.sh/[email protected]/graphql' ``` ## Error message After running `deno run` I got this: ``` error: Uncaught SyntaxError:...

deno

I use devserver with cx_Oracle 5.1.1 and Django 1.3.1 At one place I've non Django code: ``` connections['default'].cursor().executemany(in_sql, values) ``` This leads to crash in: ``` File "keycom-dev-std/lib/site-packages/devserver/modules/sql.py", line 99,...

When component is instanciated ``_ready()`` setting billboard mode is not done thus causing all labels on scene to point initial camera position.