Marcin Federowicz

Results 9 issues of Marcin Federowicz

Hi @KalleHallden I know that login feedback for users were raised in that [PR](https://github.com/KalleHallden/exer_log/pull/16) but for seucrity reasons i think will be good to use OWASP recommendations for that kind...

### Steps to reproduce When main calendar widget is builded we use function getWorkoutOnDate on every element(day) of calendar, That function returns snapshots with workout documents, but without id field....

stale

### Summary AVOID using library private types in public APIs. For the purposes of this lint, a public API is considered to be any top-level or member declaration unless the...

pinned

### Summary AVOID wrapping widgets in unnecessary containers. Wrapping a widget in Container with no other parameters set has no effect and makes code needlessly more complex.

pinned

### Summary From the [style guide](https://dart.dev/guides/language/effective-dart/style/): DON'T use this when not needed to avoid shadowing.

pinned

### Summary Use SizedBox to add whitespace to a layout. A Container is a heavier Widget than a SizedBox, and as bonus, SizedBox has a const constructor. refactor code to...

pinned

Hi I have litle project in which i use excoveralls. I wanted to know how to find out which test is used to test selected line of my tested class/method...

related with #2 suprise suprice @chavacava , fix for tests and lack of go.mod :)

related #1011 I know that we use https://github.com/mgechev/dots to process includePatterns and excludePatterns but I think there is better solution for that (https://github.com/bmatcuk/doublestar) ```func Glob(fsys fs.FS, pattern string, opts ...GlobOption)...