Sander Dijkhuis

Results 23 comments of Sander Dijkhuis

The `create-react-app` ESLint config [includes the `no-mixed-operators` warning](https://github.com/facebookincubator/create-react-app/blob/15f65a0a4e603c007860889591457a6782f03cad/packages/eslint-config-react-app/index.js#L90). So even when the user writes mixed operator code with proper parentheses, Prettier currently converts it to code that causes warnings in...

Thanks @exoego. Depending on the product vision and architecture of Scala Steward it might be interesting to add Scala CLI support as a feature next to the current sbt/Maven/Mill support....

BTW, the alternative algebra we are now considering resembles ```scala trait AlternativeOrderService[F[_], Stream[_, _], OrderRequest, OrderHandle, OrderState] { /** Command that instantiates a recipe */ def placeOrder(request: OrderRequest): F[OrderHandle] /**...

Thank you for the clear response @Tim-Linschoten. Issued https://github.com/ing-bank/baker/pull/288 to add to the release notes.

For reference: with the [JUnit Interface](https://github.com/sbt/junit-interface) it is already possible to run specific tests, just not a specific complete suite. For example, in the `monkeys` project from @tanishiking: ``` %...

Workaround: ``` //> using repository "https://:@maven.pkg.github.com//" ``` (Do not share your personal access token though.) I did not yet find a way to read the personal access token from e.g....

The width of the comment or need to be smaller.

Thanks for the bug report! I've never tested this myself in Windows, and clearly some things are not as cross-platform yet as they should be. Patches are welcome. For now,...

Related: #660

On BLE Nano, this example from Nordic works: http://developer.nordicsemi.com/nRF51_SDK/nRF51_SDK_v8.x.x/doc/8.1.0/s110/html/a00066.html You can’t do ANCS yet with the Adafruit board, unless you reprogram the chip’s firmware (which is not supported).