Kamila Borowska

Results 36 issues of Kamila Borowska

Following string should be on list of strings. ```html

If I run `earl compile -np -`, in my opinion it should read from STDIN and wait for CTRL+D to be input, rather than open a file called `-`. This...

![image](https://user-images.githubusercontent.com/1297598/182870991-fce3bd74-09ea-41aa-aa34-1c4a07e4171f.png) Visiting the page for the run results in `502 Bad Gateway`, likely due to trying to construct negative timeout while estimating time left.

I don't think GHSA-74w3-p89x-ffgh is a security advisory, and as such probably shouldn't be in Advisory Database. This crate does what it's supposed to, and there are no known security...

They don't compile due to patterns in functions without bodies. ``` error[E0642]: patterns aren't allowed in functions without bodies --> /home/xfix/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.3.19/src/serialize.rs:147:45 | 147 | ... &f_name: &str, | ^^^^^^^ pattern...

The following program prints `false`: ```go package main import ( "fmt" "github.com/gobwas/glob" ) func main() { g, err := glob.Compile("{a,}{a,}a") if err != nil { panic(err) } fmt.Println(g.Match("a")) } ```

Matches https://github.com/flathub/com.github.Alcaro.Flips/pull/3.

The following C++ code: ```c++ struct Example { char x; char arr[5]; char field_necessary_to_not_be_considered_flexible_array; char get_arr_index(char index) const; }; char Example::get_arr_index(char index) const { return arr[index]; } ``` Generates following...

optimization
p3

**Pages with issue(s)** https://3ds.hacks.guide/get-started **Description of the issue(s)** Providing a version like `7.1.0-0E` will lead to soundhax guide that may not work (it's complicated, as some cart update partitions provided...

I'm dealing with a certificate that has critical Certificate Policy (2.5.29.32) with anyPolicy policy. It would be appreciated if webpki supported this scenario.