Andrew Rudenko
Andrew Rudenko
Hello. I'm confused and can't understand how I can create encoder / decoder for types which are multiple value types. Concrete example is To.ml [https://github.com/mackwic/To.ml/] https://github.com/mackwic/To.ml/blob/master/src/tomlTypes.ml#L58 This types mirror Toml...
Hello! Simple case: ``` ruby require 'em-synchrony' EM.synchrony do start = Time.now enum = Enumerator.new do |y| 3.times do |i| EM::Synchrony.sleep 100 y.yield i end end puts enum.next puts "Time:...
Hey. In case of any unhandled exception, the current behavior is print whole stracktrace into response's body. It's not what we want and there is no way to alter this...
Hi. `[query f & more-clauses]` args version of `finder` calls `finder-from` with a collection of pairs while `finder-from` expects clauses list and partition it by itself. And there is no...
### Problem description I created VPC and EKS cluster exactly like in guide https://www.pulumi.com/docs/guides/crosswalk/aws/eks/#configuring-your-eks-cluster-s-networking EKS adds tags to VPC and it's subnets after creation. Tags like this: ```kubernetes.io/cluster/gen1-stable-eksCluster-415be5f: "shared"``` `pulumi...
Hello. Is this code supposed to stop loop execution? ``` (require '[manifold.deferred :as deferred] '[manifold.stream :as stream] '[manifold.time :as mt]) (-> (deferred/loop [] (prn "---TICK!") (mt/in 200 #(deferred/recur))) (deferred/timeout! 1000)...
Hello How to properly handle connection closing with Cohttp async? My code: ``` ocaml open Core.Std open Async.Std let () = let callback ~body _a req = let (r, w)...
Hey. The project has some Java code, but no instructions on how to build it.
Hello. I don't understand ASK redirect handling, maybe there is error? https://github.com/antirez/redis-rb-cluster/blob/master/cluster.rb#L239 How this code ensures that `asking` command and redirected command goes to the right instance (from catched ASK...
Region
Hello. How to set region for EMR cluster?