Mohammad AlSaleh

Results 27 issues of Mohammad AlSaleh

``` rust #[macro_use] extern crate prettytable; use prettytable::Table; fn main() { let in_table = table!([ Frbc->"Red", Fgbc->"Green", Fbbc->"Blue" ]); let mut table = Table::new(); table.add_row(row![Frbc=> "Red", "Red", "Red", "Red"]); table.add_row(row![in_table]);...

This allows an external downloader to be used to fetch packages. '%u' and '%o' placeholders are supported. So, the format should be analogous to DLAGENTS/XferCommand in makepkg/pacman.

### Important Information | | version | | -- | -- | | mpv | 8ef744d1b7f64b3b7d814ee4d9376d6538befb73 | | libplacebo | e448e5b3257c2356b283b569ae3f277724f9dd4b | | mesa | 22.1.3-1 | | amdvlk |...

vo:gpu:wayland
os:linux

This is a meta bug for users questions. If you have a question. Ask it here.

meta

Mention support for `Z` and `UTC`. Also mention the case-insensitive parsing of `T`, `Z`, and `UTC`. Fixes #766.

> `%+`: Same as `%Y-%m-%dT%H:%M:%S%.f%:z`, i.e. 0, 3, 6 or 9 fractional digits for seconds and colons in the time zone offset. But it's not really the same. `%+` parses...

Example with tagged and untagged enums showing different errors. The tagged error seems to point to the source of the issue. ``` rust use serde::Deserialize; fn main() { // struct...

bug
serde
arrays

Hello. I've been testing a bunch of images from random sources around the internet against some JPEG decoders, and found a bunch that fail with `jpeg-decoder`. An image was considered...

Current use-case where not doing this causes issues: ``` cargo new ttt cd ttt sed -i '/edition/s;2021;2018;' Cargo.toml echo 'criterion = "0.3"' >> Cargo.toml echo '1.55' > rust-toolchain cargo check...

Hello. I wasn't sure if I should report this considering the deprecation status of this crate. But anyway, here it goes.. --- Running the example with [this](https://github.com/RazrFalcon/rustybuzz/files/13942588/MartianMonoVF.ttf.gz) monospace variable font:...

bug