Jedsek

Results 10 issues of Jedsek

- Update code to edition 2021 and dependencies. - Make it could run. - Fix clippy warnings. Also change the content of `Paragraph`: ![image](https://user-images.githubusercontent.com/63626406/186822181-e688fa43-8f0f-40c0-ac08-def29032d74d.png)

`prettytable::format::consts` mod provides us some useful built-in styles. It is good, but we could just provide some functions that returns `TableFormat` to simplify the user and lib code. Example: ```rust...

Note this line: ```fish complete -c exa -s 'g' -l 'group' -d "List each file's inode number" ``` ?_?

packaging
good-first-bug

Logout for hyprland && swaylock

```sql CREATE TABLE IF NOT EXISTS owner ( id SERIAL PRIMARY KEY NOT NULL, name VARCHAR(255) NOT NULL ); CREATE TABLE IF NOT EXISTS pet ( id SERIAL PRIMARY KEY...

They were inroduced in book, but disappeared in now version.