-
Ubuntu 20.04
go version go1.15.14 linux/amd64
I switched to go 1.15 for that 1.16 cannot install.
But after installation, I still cannot even build and run the simple sample.
Here is the error:
`…
-
Hello!
## prefer_function_typedef
## Description
Instead of using function types such as `void Function()`, prefer using a typedef.
## Details
Although it is great that we can pass `voi…
-
## `unsafe_variance`
Lint a getter or method return type if it is non-covariant.
## Description
Lint the situation where an instance getter (including instance variables) has a type where one…
-
### 🌟 Feature Request
Expand the protocol for interaction with the wallet. To be able to handle errors
Now, if you send invalid data, the SDK crashes
#### 📝 Description
At the moment it is dif…
-
The .NET SDK comes with a targeting pack and a runtime (in addition to build tools). If you compile an app for the same version as the SDK, then you can use the targeting pack and runtime that comes w…
-
| --- | --- |
| Bugzilla Link | [458576](https://bugs.eclipse.org/bugs/show_bug.cgi?id=458576) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Jan 27, 2015 15:11 EDT |
| Modified | May…
-
### EDIT: Original problem solved, single question still open - please see https://github.com/aws/aws-encryption-sdk-java/issues/2033#issuecomment-2076914120.
### Problem:
I am trying to use the a…
-
# unnecessary_late
## Description
If a variable is assigned in all code branches before use, the late keyword is unnecessary.
## Details
The analyzer can determine statically whether a `fi…
-
## `useless_async`
## Description
warns when using the `async` keyword when the function doesn't need to
## Details
using the `async` keyword where it's not needed can lead to confusion an…
-
## `list_dot_empty`
Or without the `dot_`, whatever.
## Description
Avoid using [`List.empty`](https://api.dart.dev/stable/2.18.2/dart-core/List/List.empty.html), introduced in Dart 2.9.
#…