-
## Summary
This issue is to collect customer requests on supporting offline mode for React Native SDK while Amplitude Browser SDK supports [offline mode](https://www.docs.developers.amplitude.c…
-
### Is your feature request related to a problem? Please describe.
C#, DevKit, and many other extensions don't have a unified way of locating `dotnet`. This Extension is in a unique place of mediatin…
-
### Issue description
As of now, nullness related errors are coming from comparing pairs of types in the constraint solver, and all the nullness warnings come from here.
Which means that context (…
-
From https://github.com/open-telemetry/opentelemetry-specification/blob/563958cb2bd8529990f19fdce7a5f3643bf63091/specification/configuration/sdk-environment-variables.md?plain=1#L222:
> The SDK MAY…
-
### Is your feature request related to a problem? Please describe.
Right now, users are stuck with our portal link design. They'd like to customise it to fit their dashboard experience.
### Descri…
-
Currently we run relay chain with a max PoV size of 5MB on Polkadot/Kusama. We've recently discovered during benchmarking that the storage proof overhead increases significantly with the number of key…
-
While developing Waspello, at some point I wanted to migrate data in my db. I added `pos` field to `List` entity so I wanted to assign a default `pos` value to each existing `List`, otherwise the chan…
-
Intel SGX SDK provides a trusted cryptography library named `sgx_tcrypto`, which provides some wrapper interfaces with different crypto libraries, such as IPP, OpenSSL. Intel AEs are using that libra…
-
`azd` supports a few "pickers" for parameters without default values today e.g.,
```bicep
@metadata({
azd: {
type: 'location'
}
})
param frontendLocation string
```
Just like for any…
-
I have a general language change singleton class
public class LanguageManager : INotifyPropertyChanged
{
private readonly ResourceManager _resourceManager;
private static readonly Lazy…