Gyula Voros

Results 17 comments of Gyula Voros

I cannot reproduce. Can you take a look at the `kotlin-todomvc/frontend/build/node_modules/webpack/package.json` file and check the version number? For me it's `[email protected]` and it works fine, but it seems that in...

We have bumped into the same problem. Slather doesn't seem to work with Xcode 11 and the new `xcresult` format (still working based on `Coverage.profdata`). Xcov picks up `xcresult` files...

For reference please take a look at: - the [PointFree implementation](https://github.com/pointfreeco/swift-composable-architecture/blob/master/Sources/ComposableArchitecture/Internal/Diff.swift) - a conceptually similar attempt in Kotlin to [pretty-print data classes](https://github.com/snowe2010/pretty-print/blob/master/src/main/kotlin/com/tylerthrailkill/helpers/prettyprint/PrettyPrint.kt)

Hey @sroddy, thank you for reaching out and for the kind words! You are absolutely right; in Swift, it is required out of necessity. Here, when I implemented the `Effect`...

Can't remember exactly but basically, it enables UDP traffic inside the security group. `self = true` is important, it tells Terraform to use the security group as the source (https://www.terraform.io/docs/providers/aws/r/security_group.html#self)....

Showing interest as well. I have not much to add beyond what already has been discussed here. Canceling streaming requests is basic infrastructure to build production systems. Generating tokens that...

I would suggest to move the library to Bintray. They have an official Gradle plugin for publishing and IMO much more easy to maintain. I'll discuss this with @andraskindler and...

@MuhammadUmair786 have you managed to resolve this? I bumped into this same problem.

@dconeybe do you have any news here? Has Firestore picked up this change in any recent version updates?

I've just reviewed all the changes, awesome work! I would like to discuss a few things before merging and get some info about your use-case(s). _Multi-availability zone_ I have a...