Kathryn Taylee

Results 5 issues of Kathryn Taylee

The library currently requires boost 1.47 or greater according to CMakeLists.txt. I wanted to build this library on CentOS 7 (required platform, not my choice) which has boost 1.53 available...

Unicode codepoints above 65535 are truncated with pygame and sdl2 text providers (but not pil). For example, U+1F3A8 is rendered as U+F3A8, and U+102FB is rendered as U+02FB. This happens...

Status: Needs-analysis
Status: Confirmed

When a query includes nested records, pyorient does not include the nested records, but rather a link to the nested record (or tries to, in the case of temporary records,...

bug

Temporary rids cause a crash in pyorient. A simple example: ``` >>> connection.command('select 1, $t let $t=(select 1)') Traceback (most recent call last): File "/Users/ryan.pessa/venv/callsign/lib/python3.5/site-packages/pyorient/orient.py", line 411, in command .prepare((...

bug

Recipes with `use_pip = True` will attempt to install via pip by default. Adding `--build-wheels` on the command line will cause p4a to build the wheels and then install rather...

WIP
core-providers