westito

Results 21 issues of westito

**Describe the bug** Adding syncfusion_flutter_pdf to pubspec throws this exception: com.intellij.diagnostic.PluginException: annotator: de.mariushoefler.flutterenhancementsuite.inspections.PackageUpdateExternalAnnotator@74b711bf (class de.mariushoefler.flutterenhancementsuite.inspections.PackageUpdateExternalAnnotator) [Plugin: de.mariushoefler.flutter_enhancement_suite] at com.intellij.ide.plugins.PluginManagerCore.createPluginException(PluginManagerCore.java:274) at com.intellij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:12) at com.intellij.diagnostic.PluginException.createByClass(PluginException.java:91) at com.intellij.codeInsight.daemon.impl.ExternalToolPass.process(ExternalToolPass.java:256) at com.intellij.codeInsight.daemon.impl.ExternalToolPass.doAnnotate(ExternalToolPass.java:207) at com.intellij.codeInsight.daemon.impl.ExternalToolPass$1.lambda$run$0(ExternalToolPass.java:180) at...

bug

I found problem (?) with column generation regarding to nullability + converters. The generated data class is not nullable, but other function treat type as nullable. I made a possible...

**Describe the issue** Linter allows comparing different enums, despite `unrelated_type_equality_checks` enabled **To Reproduce** ```dart enum FilterGroupBy { date, competitions } enum FilterMatchSelection { allMatches, onlyFavorites } FilterGroupBy groupBy = FilterGroupBy.date;...

type-bug
false negative

I weighted two views ( 50% - 50% ) to each other. I would add a padding between with marginLeft and marginRight, but the margin is omitted! It is works...

I get this exception from IntelliJ editor. The most weird thing is, there is no StringBuilder.append in cacheLayoutPositions()! java.lang.UnsupportedOperationException at android.content.res.BridgeResources.getResourceTypeName(BridgeResources.java:485) at android.view.View.toString(View.java:4295) at java.lang.String.valueOf(String.java:2981) at java.lang.StringBuilder.append(StringBuilder.java:131) at org.coderoller.springlayout.SpringLayout.cacheLayoutPositions(SpringLayout.java:595) at...

https://github.com/Ebazhanov/linkedin-skill-assessments-quizzes/blob/main/kotlin/kotlin-quiz.md#q2-when-the-airplane-class-is-instantiated-it-displays-aircraft--null-not-aircraft--c130-why Q2 is wrong. Abstract function can't be called (that's why it is abstract) so it can't return null. The answer closest to "A superclass is initialized before its subclass....

help wanted
good first issue

I have declared `com.squareup.okhttp3:okhttp:4.9.3` in my build.gradle file. When no version filter added, it prints there is a new alpha (5.0.0-alpha.11) version. So I added the version rejecter described in...

- `device_frame`: I fixed the size handling of device frames. The specified `frameSize` and the painted dimensions were twice as big as should be. This is necessary to eliminate scaling....

The preview is always scaled to the entire space. When I resize browser/desktop app, the preview scales according to it. I can't see the application as its real/non-scaled/1:1 size.

### Description After unsuccessful build I should check files and logs, but pack deletes build volume ### Proposed solution There should be a build option not to clean up resources

type/enhancement
status/incomplete