approxit

Results 17 issues of approxit

Closes #7. It turns out that colors is applied only for 32b version of PowerShell instead of both 32b and 64b.

Hi, JSON API specification doesn't say anything about meta fields while using sparse fields, but with `drf-json-api` 2.1.1 implementation we actually have control over meta files presence in response. The...

bug

Having basics of RabbitMQ tutorials with aio-pika syntax is handy, but many of lines in `literalincludes` that spans over that section of docs are currently unaligned with example code. It...

Howdy, another somewhat similar issue like #379, this time with `providers.Resource`. Consider this example: ```python from dependency_injector import providers, containers import asyncio class TestObject(): def __init__(self, foo, bar): self.foo =...

bug

[As asked on SO](https://stackoverflow.com/questions/54216375/methods-of-creating-syntax-highlighting-in-textx), currently we have no information about `_tx_position` and `_tx_position_end` of primitive values. It would be great if we have some kind of mapping of assignments at...

enhancement

Related to #17, but more simple way, closer to makefiles. [TUP build system docs](http://gittup.org/tup/)

enhancement
help wanted

As new state managers landed in ACE, it would be nice to include example for nested state managers. In impsbru I actually use this approach, so preparing example from it...

Easy

While refactoring state manager and updating some code in showcase, I stumbled upon this strange behavior.

bug

Right now source code have hardcoded amiga functions, or hardcoded #ifdefs to handling amiga code. This should be reworked to a flexible handling more possible targets (like SDL). Targets should...

enhancement

More games are made with ACE. More elements are taken from old ones to new titles. For me its quite good idea to collect all that snippets and add to...