Andrej Mihajlov
Andrej Mihajlov
> The idea of using an attribute for access group ID doesn't feel as natural, since access group ID would really need to be defined when the entry is created,...
@brotskydotcom I think this is a great idea and this should enable better reuse of each individual platform-specific component.
@brotskydotcom fantastic. I will look at it tomorrow.
@brotskydotcom yeah that looks good. Is there any way to set access group (`kSecAttrAccessGroup`) for items to be able to share them across binaries? Not seeing that. Maybe that's like...
@brotskydotcom thanks. I'll need it in the coming months
That’s correct. All abbreviations in Swift are uppercase. The uniffi code looks foreign and inferior. We should enable developer to rename things.
> > is it possible to flip a traditional table with columns at the top and values below into two-column layout similar to psql expanded display but using modern style?...
> Something like this? > > ``` > ─┤ RECORD 0 ├────── > name │ Manjaro > is_active │ true > is_cool │ true > ─┤ RECORD 1 ├────── >...
So I have a table with a lot of columns, i.e ```rust #[derive(Tabled)] struct Company
> And I'd like to add such a layout to the library, though I am not sure whether it must be a separate `Table` or a setting which would make...