-
Hello,
I'm using your great library on angular with the @maaxgr/ang-jsoneditor (14.0.0) wrapper & jsoneditor (10.1.0).
I recently started implementing [Trusted Types](https://developer.mozilla.o…
-
## Issue
We are encountering an issue where iOS users occasionally see twice the push notifications. First time the notification is displayed by the OS as we send a push notif…
-
Documentation for some types contains "Thread Safety" section.
For example, for the `System.String` type [it says](https://learn.microsoft.com/en-us/dotnet/api/system.string?view=net-8.0#thread-saf…
-
suggest all member functions that can be `static`
# example
```
class foo {
void foo(String a) {
print(a);
}
}
```
suggest:
```
class foo {
static void foo(String a) {
…
-
## Problem
One solution to more frequent auctions for testing (#7249) would be to give a value for `StartFrequency` in the config file when starting the chain. But the `config.auctionParams` in [st…
-
E.g. Union types, Intersection types
Input:
```
/**
* Fully documented static method with a union parameter.
* @param age A number or string parameter.
*/
@docGenerate
public static pu…
-
### Is your feature request related to a problem? Please describe.
Downstream consumers cannot use static code analysis tools against their code that uses scipy.
### Describe the solution you'd like…
-
### Description
Some settings should be admin/user facing on Argos. Provide a HTTP post endpoint for each of them with param.
### Acceptance Criteria
- Can toggle SCYLLA_DATA_UPLOAD_DISABLE
- Can…
-
Hi. I got the following warning:
```
Warning: Cannot update a component (`App`) while rendering a different component (`t`). To locate the bad setState() call inside `t`, follow the stack trace as…
-
### Background and motivation
The current implementation of Complex in System.Numerics feels like a second-class citizen; it cannot be easily used in similar ways to other numeric types, and as it …