-
## Breaking Changes
**Primary aim:** Have as much consistent behavior to reduce interference from various moving parts.
**Secondary aim:** Reduce maintenance / developm…
-
When I try to get an organization from method aws.organizations.getOrganization the Error shows up about deserializing a list.
Dependencies:
```scala
//> using scala 3.3.1
//> using options -W…
polkx updated
3 months ago
-
I am curious if you would be interested in providing a derive implementation to allow `AsRef`. I have found when attempting to use this crate with some of the standard collections can start to get com…
-
### Component(s)
_No response_
### Is your feature request related to a problem? Please describe.
This PR tries to update agorna to the latest version: https://github.com/open-telemetry/opentelemet…
-
When unit tests raise assert error we shuld pass actual and expected values.
But this values can be non primitive.
It include some references or collections.
To better marge-view in JUnit panel is …
-
# Primitive types — Int, Float, Boolean, String, Char
# Collections like List, Set, Map, Array
# Tuples – the Tuple type
# Basic data types – Unit, Error, (Optional, Result)
# …
-
# packages
- [x] GeoCoordinate.NetStandard1
- [x] Google.Protobuf
- [x] Google.Protobuf.Tools
- [x] GPSOAuthSharp.NetStandard1
- [x] Microsoft.AspNet.WebApi.Client
- [x] Microsoft.CSh…
-
OData 8.2.3
I'm trying something like:
`http://localhost:5066/odata/Table?$count=true&$top=100&$orderby=cast(source_id,Edm.Int32)`
And I've got this error:
```
{
"error": {
"c…
-
There are a bunch of different syntaxes in the `mouse` - for boxed primitive-like data types (`Int`, `Long`, `Boolean`, etc), for collections (`Map`, `Set`, `List`, etc), for nested things (`F[Either[…
-
When using mapping to primitive typed collection convention
`SELECT Id, BankAccountNumber AS BankAccountNumbers_$ FROM Account`
And then mappping results from database more than one time:
`var query…