-
```
Even though there is a particular camera that lost received focus from an
event, Piccolo does not provide this information when a keyboard event
happens, which makes it difficult to do transform o…
-
The current setup forces the user to utilize a certain dependency injector, routing library, etc. These are external libraries with no internal QA and may not suit everyone. Fastroute, for example, ha…
ghost updated
7 years ago
-
The following index DDL causes `piccolo schema generate` to crash.
```
CREATE UNIQUE INDEX sensor_uniq_in_time ON public.sensors USING btree (production_start_date, sensor_code) INCLUDE (productio…
-
We recently add translation support to Piccolo Admin.
We'd love to add support for more languages. To do so, simply copy and modify one of the existing languages:
https://github.com/piccolo-orm/…
-
```
Even though there is a particular camera that lost received focus from an
event, Piccolo does not provide this information when a keyboard event
happens, which makes it difficult to do transform o…
-
In an ideal world with `pytest-asyncio` we could do this:
```python
@pytest.fixture(scope="function", autouse=True)
async def piccolo_transaction(event_loop):
DB: PostgresEngine = engine_fin…
-
```
Even though there is a particular camera that lost received focus from an
event, Piccolo does not provide this information when a keyboard event
happens, which makes it difficult to do transform o…
-
```
What steps will reproduce the problem?
1. Create 2 canvases that refer to different cameras, but the same root
2. Get the input manager and set the keyboard focus for the first canvas/camera
3. Ge…
-
```
Even though there is a particular camera that lost received focus from an
event, Piccolo does not provide this information when a keyboard event
happens, which makes it difficult to do transform o…
-
Version 1 of akuker/piccolo is not fully compatible with the Raspberry Pi Pico. A non-standard flash device was used, which requires a modification to the second stage bootloader. Someone with a simil…