Mike Mitterer

Results 27 issues of Mike Mitterer

Please support triple slashes Triple slash documentation is much cleaner in my opinion. E.g. Dart also supports it: https://www.dartlang.org/guides/language/effective-dart/documentation#do-use--doc-comments-to-document-members-and-types

### Configuration **Operating system**: OSX 10.15.7 **PlatformIO Version** (`platformio --version`): 5.1.0 ### Description of problem In a multi-project environment e.g. ``` ├── CMakeLists.txt ├── Door │   ├── CMakeLists.txt │   ├──...

integration
ide:clion

Just want to say **Thank you** for you lib. Helped me to hunt down a very hard to find bug.

Some parts of `custom-webpack-config` are 2 years old. In such a case it's never clear if the information is still relevant or if it's outdated. Thanks

I played with frontend-only examples I got ``` > Task :karma-config UP-TO-DATE A problem was found with the configuration of task ':karma-config'. Registering invalid inputs and outputs via TaskInputs and...

I'm not sure if this is a bug or if I should start continuous-build with another option... BTW: A single code change takes ~5secs - quite long. Is there another...

What I want is to set the version for a specific package in the base repo. If the version changes all submodules using the this package should update their version...

enhancement
help wanted

``` dart void replace(final String lastname) { _zone.run(() { final Address addressFromList = _model.musicians.firstWhere((final Address address) => lastname == address.lastname); final int index = _model.musicians.indexOf(addressFromList); _logger.info("Replace $lastname (Index: $index)"); _model.musicians[index]...

triage