-
Consider the following:
```rust
struct S(u32);
fn foo(x: &S) {
let _: &u32 = match x {
S(y) => y,
_ => &0,
};
}
```
Here, the variable binding `y` has type `&u32` o…
-
Creating a tool based on templating and various input for service team, in order to create a perfectly viable project in one call. The only acceptable input is : a Swagger and a clone of the language …
-
#### Description:
As a park visitor, I want to be able to pay for my backcountry camping experience on line so that I do not need to pay in the parking lot and can secure a reservation.
Payment proc…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
**Library or service name.**
Microsoft.Azure.WebJobs.Extensions.ServiceBus
**Is your feature request related to a problem? Please describe.**
For out of process languages, including the .NET i…
-
As a park visitor, I want to have confidence that if there are passes available when I start booking a DUP that I will be able to successfully book one.
#### Description:
One of the biggest pieces o…
-
_This issue was split from #2826. This issue is solely focused on removing TimeZone. Please keep discussions on-topic._
Conclusion in the champions meeting of 2024-04-18. We've been asked to reduce…
-
I'm rendering a fairly straightforward `NavigationBar`, and I would expect it to include a back button in cases where `stateNavigator.canNavigateBack(1)` returns true, but nothing shows up. Is it supp…
-
In order to finish API v2, we need for authorized users to be able to create communities via the API.
However, such communities need to be rule gated, which in the near term still means token gateab…
-
#### Description:
As a BC Parks Admin user, I would like to repeal a Site so that its status is no longer listed as established.
This is the form users will see when, in a Site details page, they cl…