-
This restriction doesn't feel particularly necessary and seems inconsistent with the rest of the language allowing reference types on objects and in arrays.
Given the newer syntax is proposed to be…
-
Should Task.WhenAll have an extension method for ImmutableArray which avoids copies which are done for the array variant?
-
I'm thinking specifically about https://bitsup.blogspot.fr/2016/05/cache-control-immutable.html.
Maybe add a dict str -> (str or None) which maps the extension name to the optional payload?
-
The Clarity concept of a *tuple* refers to a collection of key/value pairs, generally known as an [associative array](https://en.wikipedia.org/wiki/Associative_array). This data structure has [many na…
-
签名结果为
```
{
"mode": "block",
"tx": {
"fee": {
"amount": [
{
"amount": "2500",
"denom": "uatom"
…
-
There are many aspects that make `VarInfo` a very complex data structure:
1. `VarInfo` really consists of multiple mappings: `Metadata` maps variables to their values,
their distributions, thei…
-
# What?
Following openpaas-1.7.15-rc2 deployment, and the use of VAVR immutable datastructures in UidMsnConverter, I notice some offending slow FETCH requests.
![Capture d’écran de 2020-10-05 09-11-…
-
They don't appear to be working quite correctly? Follow up to #3620
```scala
scala> import cats._
import cats._
scala> import cats.syntax.all._
import cats.syntax.all._
scala> Seq(1, 2, 3)…
-
## Summary of Bug
Hi Suddenly our 3 nodes stopped syncing. I tried changing seeds but does not workd here are the logs https://pastebin.com/GUmdVFeN please help it's urgent
## Version
gai…
-
# Type of request: This is a ...
[X ] bug report
[ ] feature request
# Detailed description
Attempting to create a second api-key with the same name and value crashes localstack and result…