Tyler Nickerson

Results 71 comments of Tyler Nickerson

To be completely honest, I forget what the outcome of my investigation was :/ I can try to reproduce the issue again soon. Looping in @theLufenk to see if he...

Hey @theLufenk @dmitry-korolev, sorry for the delay here โ€“ I think this approach sounds reasonable if you wanted to give it a shot.

Hmm.. I can look into it, but at first glance it seems the callback declaration is missing a `var`, which [is not allowed in strict mode](http://www.w3schools.com/js/js_strict.asp). What I should probably...

Hey @adamgfraser! Thanks for such a quick response. Unfortunately, I'm still getting the hang of ZIO, so I'm not sure exactly what you mean ๐Ÿ˜… My service is currently defined...

Yep! My BUILD file includes both `@maven//:dev_zio_izumi_reflect_2_12` and `@maven//:dev_zio_izumi_reflect_thirdparty_boopickle_shaded_2_12`. Is there anything I should need to import? I noticed that adding lines such as ` ```scala implicit val tag: Tag[DownloadService]...

Hmm, yeah I just [tested on Scastie](https://scastie.scala-lang.org/EtSeZQyXQfSF7uflzgFIjw). Seems to work. None of the ZIO dependencies like Izumi generate Tags at compile-time, do they? Maybe the Scala toolchain needs to be...

@jackmac92 Were you ever able to figure this out? I'm facing the same issue trying to install asdf in a Docker container and failing to get it to run when...

@koraykoska @frzi While this makes sense, I'd have to disagree. Most if not all iOS apps use navigation of some kind, and if you decide to use this library, you'd...

Hey @frzi! Thanks so much for the detailed response. I actually did almost create a separate component, but didn't want to duplicate a bunch of logic :joy:. I have a...

@esbiorn By default, it is ordered by creation date according to the GitHub docs: https://developer.github.com/v4/object/packageversion/. Though maybe it's returning in the wrong order? Interesting that the docs say the default...