Paco

Results 48 issues of Paco

What version are you currently using? 1.0.1 What would you like to see? When using `Validated#zip` for my branch coverage not to drop. We found this one semi-accidentally on our...

Run with `./gradlew test`, take a look at the warnings, and see if there's any quick win, shadowed variable, or other quick fixes that could be applied.

bug
help wanted

Based off this tweet: https://twitter.com/pacoworks/status/1098377239786221568 ``` fun testSideEffect(f: TestObserver.((T)-> Unit) -> Unit): Unit { val obs = TestObserver() val sub = PublishSubject.create().apply { subscribe(obs) } f(obs) { sub.onNext(it) } }...

As per the latest revision of the repo, dynamic parameters became a Parameters generic that was defined as a simple inner data class, like such `UseCase` For the sake of...

**Did a discussion occur before?** I am not on Miaou, and I'm not confident with a "hi everyone" as I am doing it here **Is your feature request related to...

enhancement

There are some other parts of the app where static analysis has flagged me, like lack of equals and hashCode on some inner classes inside AbstractSpecialisedImmutableMap. Plenty of redundant casts...

For some reason I cannot find the standard output for my scripts, as it doesn't go to logcat or Android console. I'm loading them from files in programming time and...

I'm grateful to pass the news that Paul Kulchenko's ZeroBraneStudio now should support AndroLua debugging. The latest version of ZBS can be downloaded from https://github.com/pkulchenko/ZeroBraneStudio.git and the instructions to make...

[ ] Human [ ] Orc [ ] Elf [ ] Dwarf [ ] Goblin/Kobold [ ] Halfling [ ] Gnome etc

I would like to have some glyphs to be easily combined, such as scroll-unfurled with any other glyph.

studio