Alexey Raga

Results 112 comments of Alexey Raga

We are experiencing issues with building `Bloodhound` in CircleCI, although the issues are not around compilation time (yes, it is annoying but whatever) but around memory usage. Basically I cannot...

I see this issue on MacOS, Intel hardware. I can 100% reproduce the issue this way: - I only have one `.dib` file in the project and nothing else; -...

> Coverlet is properly injecting the tracker in both functions but nevertheless they both never get called. I think that this is what `inline` means: the compiler _inlines_ (copies) the...

3 years later, what is the recommended way of doing GraphQL with Saturn now? Is there any? Is it possible (in a production quality/setup)?

Would be extremely useful. Scenario: we often build an application jar and a dependency jar separately (`sbt assemblyPackageDependency` and `sbt assembly`). Because dependencies do not change often, we, per application,...

Same question here. Is there a way to consume multiple streams using Multilang? P.S. Option 4: use something like AWS Lambda to merge multiple streams into one. Should work, but...

I am having this problem too. When generating a record with a few `string` fields, in a reasonable (100-200) amount of tests the strings are not getting longer than 1,...

With #4321 merged, should the issue be solved? Or some other steps are required? I get some remote schemas registered (using `introspectSchema`) but I don't see `operationName` to be passed...

We have been thinking about it too, and came to the conclusion that having multiple actions in one repository isn't ideal because of the versioning: bumping a version for one...

I think that the problem was not backwards compatibility per se. It is more like a cognitive load: because new versions are released regardless on whether the action has changed...