databasedav

Results 48 issues of databasedav

copied from [pointer_event_aware](https://github.com/MoonZoon/MoonZoon/blob/main/crates/zoon/src/element/ability/pointer_event_aware.rs#L90-L93) discussion starts [here](https://discordapp.com/channels/797429007683158046/797429007683158051/996707020143067186)

i am thinking this should be a special button that opens the host's file browser UI and allows files to be selected as one would expect, once the files are...

this should include a customizable `Element` that shows the color and the various sliders (something like https://www.hsluv.org/) and also utilities for converting to and from various color formats

`TextInput` should be able to wrap after exceeding it's width, additionally, i think it's resizability should also be built in, e.g. after it's height is exceeded, it will continue to...

something like this ```python async for rows in database.iterate(query, values, n=10): rows ``` where `rows` would have 10 rows until there is

feature

doing `await redis.execute(b'HELLO', 3)` raises `aioredis.errors.ProtocolError: Protocol error, got "%" as reply type byte`

resolved-via-latest

getting this when attempting to install aerospike 6.1.2 on Ubuntu 21.10 with Python 3.10.2 (this does not happen on Python 3.9.10) ``` Collecting aerospike==6.1.2 Using cached aerospike-6.1.2.tar.gz (2.8 MB) Preparing...

This is a bump for these 2 old issues https://github.com/aerospike/aerospike-client-python/issues/51, https://github.com/aerospike/aerospike-client-python/issues/52. Based on this comment https://github.com/aerospike/aerospike-client-python/issues/52#issuecomment-147862504, it sounds like async C support was the prereq for adding async python support...

enhancement

aerospike added a specific bool data type in 5.6 https://docs.aerospike.com/server/guide/data-types/scalar-data-types#boolean, after writing a bool with this data type in the python client https://aerospike-python-client.readthedocs.io/en/latest/aerospike.html#aerospike.AS_BOOL, reading from the record on the rust...