Yamakaky

Results 87 issues of Yamakaky

**Is your feature request related to a problem? Please describe.** Currently, it seems that the only way to create redis users and associated ACLs declaratively is via the `acl.secret.secretName` directive...

enhancement

The current Canvas widget supports only 2D graphics. It would be cool to have a 3D counterpart, maybe limited to wgpu at first. I see it basically as a boilerplate-free...

feature
widget
rendering
3d

The whole colour stuff is a bit confusing. There are no real explanation about what each do.

Messed up, it's the same as #24.

For the binary serialization especially, it would be nice to be able to serde using the standard Read and Write traits instead of using Vec and slice. I'm working on...

Currently, everything is reexported from `lib.rs`. I'd rather have a division per file format, with each module having links to the format spec, basic examples... For example: ``` DeBin ->...

Hi It looks like it isn't possible to change the color of calendars, am I wrong ? Great soft, why isn't it included in vanila android...

It's a define in the includes, but used as a `sa_family_t`. See `sockaddr` for example.

breakage-candidate

[Apparently](https://technet.microsoft.com/en-us/library/dn786424(v=ws.11).aspx) recent versions of schannel supports it.

In addition of the current constructors, a new constructor could be added: ```rust fn from_kind(kind: impl Into, value); impl From for InputEventKind {} impl From for InputEventKind {} ... InputEvent::from_kind(Key::BTN_A,...