-
### Version report
Jenkins and plugins versions report:
```
Jenkins: 2.277.1
OS: Linux - 5.10.22-100.fc32.x86_64
---
pipeline-graph-analysis:1.10
durable-task:1.35
favorite:2.3.3
credential…
-
Issue seems similar to #366 but this time it's the other way around: `ecj` compiles while `javac` fails.
```java
import java.util.List;
public class PassThroughGenerics {
private class MyCom…
-
### Steps to Reproduce
No translation for create account button
1. Open to App
2. Change the language to French or Spanish for example
Contact link exceeding the screen
1. Open to App
2. …
-
```ts
type UnionToObjectFromKey = U extends {[P in K]?: unknown}
? {} extends U ? never : U
: never;
```
----
If the key should be required:
```ts
type UnionToObjectFromKey = U extends…
-
number-pairs is currently not reusing anything from number-suite-common. And we probably need to keep it that way for now, due to PhET-iO support issues. But there is a lot of existing code related …
-
After following the instructions on the readme.md and running ./example/run.sh, the overlay shows up but extends incorrectly offscreen. Here is a description of my setup as seen in the attached pictur…
-
Wrong template for extending in the admin_material/templates/admin/auth/user/change_password.html
Now: {% extends "admin/base_site.html" %}
Correct: {% extends "layouts/base.html" %}
-
### Is your feature request related to a problem? Please describe.
Example like below config of `sidebar`.
```json
{
"sidebar": {
"/zh-Hans/reference/": {
"base": "/zh-Hans/refer…
-
### What information needs to be added?
https://docs.flutter.dev/cookbook/lists/mixed-list is a bit outdated
In addition the approach is probably not the best cause it ties together the data clas…
-
Example for TypeSpec like:
```
@jsonSchema
@error
model ApiError {
/** A machine readable error code */
code: string;
/** A human readable message */
// https://github.com/microsoft/OpenAPI/b…