-
#### Description:
We received an alert from GC notify about the bulk email service. This ticket is to look into that alert and do a general health check on GC notify for test and prod services.
![I…
-
Having inline keyword call syntax would be nice. It would allow using keywords in places where currently you'd normally just have plain strings (or variables). Example usages are listed below and poss…
-
Hello
Currently investigating moving from a Leiningen-based cljsbuild to shadow-cljs build for an existing codebase. I noticed that basically all `reagent.core/create-class` components that have ev…
-
As shown in https://sql.telemetry.mozilla.org/queries/95924/source?p_date=2023-03-01#236915.
The first small bump appears to be October 5th, followed by a much larger bump on October 10th. It drops…
-
There are a few places where `@supports` is unable to help authors as the property and value they want to test for is supported by the user agent, but not in the context they want to use it.
The ob…
-
### Summary
Hello,
I've been working toward updating Ansible package in GNU Guix, and encountered the following errors:
```
=================================== FAILURES =====================…
-
#### Description:
Need to change the button that currently shows as '
-
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…
-
#### Description:
As a potential park visitor, I want to easily view and understand info on the booking page of DUP so that I can book a pass.
This ticket is to update text and content on park book…
-
Assuming a service team has (_and only that_):
- A Swagger with a Readme with input-file (I don't assume any autorest flags)
- Done a git clone of azure-sdk-for-python
We a want complete document…