https://w3c.github.io/aria-practices/examples/menubar/menubar-navigation.html
https://w3c.github.io/aria-practices/examples/table/sortable-table.html
| | Product page | Product URL | Doc link(s) | | | |
| | --- | --- | --- | --- | | |
| | Settings - General | https://console.qovery.com/organization/3d542888-3d2c-474a-b1ad-712556db66da/settings/general | https://hub.qovery.com/docs/using-qovery/configuration/organization/#general-information[Configure my organization] | | | |
| | Settings - Team members | https://console.qovery.com/organization/3d542888-3d2c-474a-b1ad-712556db66da/settings/members | https://hub.qovery.com/docs/using-qovery/configuration/organization/members-rbac/[Manage the members of your organization (add / remove)] | | | |
| | Settings - Team roles | https://console.qovery.com/organization/3d542888-3d2c-474a-b1ad-712556db66da/settings/roles | https://hub.qovery.com/docs/using-qovery/configuration/organization/members-rbac/[Control the access to your cluster and environment resources by defining and assigning roles to your users] | | | |
| | Settings - Billing summary | https://console.qovery.com/organization/3d542888-3d2c-474a-b1ad-712556db66da/settings/billing-sum |
| 2 ctjhoa@localhost ~/rust/coreutils (git)-[master] % make TESTS='hostname' test :( | |
| rm -rf /home/ctjhoa/rust/coreutils/tmp | |
| mkdir /home/ctjhoa/rust/coreutils/tmp | |
| cd /home/ctjhoa/rust/coreutils/deps && cargo build --package getopts --release | |
| cd /home/ctjhoa/rust/coreutils/deps && cargo build --package libc --release | |
| rustc -O -L /home/ctjhoa/rust/coreutils/build/ --extern getopts=/home/ctjhoa/rust/coreutils/build/libgetopts.rlib --extern libc=/home/ctjhoa/rust/coreutils/build/liblibc.rlib --crate-type rlib --emit link,dep-info /home/ctjhoa/rust/coreutils/src/hostname/hostname.rs --out-dir /home/ctjhoa/rust/coreutils/build | |
| /home/ctjhoa/rust/coreutils/src/hostname/hostname.rs:73:32: 73:49 error: type `collections::string::String` does not implement any method in scope named `to_socket_addrs` | |
| /home/ctjhoa/rust/coreutils/src/hostname/hostname.rs:73 |
| error: expected `::`, found `)` | |
| --> src/lib.rs:68:47 | |
| | | |
| 68 | named!(entity_value <&[u8], (&str,<Vec<&str> >)>, | |
| | ^ | |