-
As I've mentioned in other threads, 2.0 will be launching shortly.
I was hoping to start compiling a list of sites that are using Semantic UI in web projects. Would be great to have some examples sit…
-
**Is your feature request related to a problem? Please describe.**
Now that TIGRESS is in GRIF16s the default suppression condition doesn't work anymore as the CFD time gate and energy conditions are…
-
This is something I've been working on. Its not ready to show off yet (much of it is unimplemented still), but knowledge of this might be helpful for ongoing BGEE work, in particular the changes for B…
-
See for example:
https://github.com/dart-lang/linter/runs/6414611200?check_suite_focus=true
```
Generating LCOV report...
Unhandled exception:
FormatException: Unexpected character (at charac…
-
I am currently trying to use HITMAN 3 with Goldberg (steamclient_experimental version)
Whenever the game tries to make a request it returns a 500 which is weird considering I have set both `disable…
-
it's more than possible that this is my fault and not package's fault,
it's also that I have missed some breaking change, but before it worked just fine
I'm having trouble generating `coverage.lco…
-
On Ubuntu 18.04 with Dart SDK 2.0.0-dev.64.1, the coverage collection is working fine, but when I try to format the JSON report as LCOV format, I always get this error:
```shell
/usr/lib/dart/bin/…
cedx updated
3 months ago
-
When generating coverage data, const statements (say, for compile-time localized string constants or for many, many other cases where a const declaration is made), the code is considered as not covere…
-
`> dartanalyzer --strong . | sort | uniq`
```
4 errors, 14 warnings and 2 hints found.
Analyzing [.]...
[error] Field declaration Resolver.failed cannot be overridden in BazelResolver. (/usr/loc…
har79 updated
3 months ago
-
After I run
`flutter test --coverage`
there is a `coverage` folder with an `lcov.info` in my project, so this part works.
When I try to convert it with
`pub run coverage:format_coverage --l…