nasso
nasso
I don't know if this is the intended behaviour, but... ### Reproduction steps Setup the repo with normal `git`: ```sh git init echo a > a.txt git add a.txt git...
I am using the Ubuntu image on Jammy (22.04). When I install the `firefox` package using `apt-get` in the `Dockerfile`, Node.js, which is installed using the `features` script defined in...
We have `play_circle_[outline|filled]` and their corresponding `pause_circle_[outline|filled]`. However, `play_arrow` does not have a corresponding `pause_bars` that visually matches it. This makes `play_arrow` unusable in some situations.
Why does `nvgLinearGradient` need the NVGcontext to create a NVGpaint and `nvgRGB(A)(f)` doesn't? In the code, the context isn't used in the creation of the structures. Can't we remove the...
## Pre-flight checklist - [x] I have read the [Contributing Guidelines on pull requests](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#pull-requests). - [ ] **If this is a code change**: I have written unit tests and/or added...
### Describe the Bug The following compiles: ```rust #[wasm_bindgen] pub fn foo() -> Result { unimplemented!() } ``` While the following does not: ```rust #[wasm_bindgen] pub async fn foo() ->...
Woah! Congratulations on the new release! I love the new website and the new icons! One thing I really miss from the old website though, is the ability to quickly...
I don't understand why many methods return `Option` instead of `Result` when decoding a string. It hides information that could be used by the caller to form a more meaningful...
Currently, `Reference` has an implementation for `Eq` (and `PartialEq`) that uses `git_reference_cmp` under the hood to determine if two references are "equal". However, `git_reference_cmp` may return `0` ("yes they're equal")...
## Standards checklist: - [x] The PR title is descriptive. - [x] The PR doesn't replicate another PR which is already open. - [x] I have read the contribution guide...