Stewart Stewart

Results 10 issues of Stewart Stewart

Is there planned support for Bose Music Share? Music Share allows you to pair another Bose device to your own in order to share your audio stream with another listener....

This comes up every now and then in the [gitter](https://gitter.im/lihaoyi/scalatags): > [No idea why. In general if I don’t want to pollute the namespace, how should I import scalatags?](https://gitter.im/lihaoyi/scalatags?at=56fa81598f5147e119f16594) >...

Given that these helpers take many lamda arguments, this seems like a good case for [inlining](https://kotlinlang.org/docs/inline-functions.html). Are there good reasons not to do that?

I'm delayed drawing pictures for part 2, so I decided to plop up this much for review.

```scala Perm(3,4,5,3) ``` result in an infinite loop that eventually consumes all memory. We should probably filter duplicates or throw an `IllegalArgumentException`. Stack trace for the above: ``` java.lang.OutOfMemoryError: GC...

This resolves #40 WIP: I still need to add unit and integration tests, but this implements the basic approach.

~I've noticed a few issues with the createPlan implementation:~ A [recent Major change](https://stripe.com/docs/upgrades#2018-02-05) in the Stripe API breaks the current Plans implementation: (1) We're missing the `product` parameter. From https://stripe.com/docs/api/java#create_plan-product:...

## PR Checklist (not all items are relevant to all PRs) - [X] Added unit-tests (for runtime code) - [x] Added bootstrapped code + smoke tests (when the rendering logic...

Resolves #1330 ## PR Checklist (not all items are relevant to all PRs) - [ ] ~Added unit-tests (for runtime code)~ - [ ] ~Added bootstrapped code + smoke tests...