approxit
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...
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...
Resource is not detected by container.init_resources() when declaration is not at class root level
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 =...
[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...
Related to #17, but more simple way, closer to makefiles. [TUP build system docs](http://gittup.org/tup/)
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...
While refactoring state manager and updating some code in showcase, I stumbled upon this strange behavior.
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...
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...