Re: [ANN] Lancaster 0.6.0 - Avro Schema Creation / Serialization / Deserialization

2018-11-19 Thread Łukasz Korecki
gt; > Chad Harrington > chad.ha...@gmail.com > > > On Mon, Nov 19, 2018 at 11:38 AM Łukasz Korecki > wrote: > >> Hi! >> >> We're interested in the Date/Time/Timestamp part of the spec. A bit of >> background: our RabbitMQ framework ( >> ht

Re: [ANN] Lancaster 0.6.0 - Avro Schema Creation / Serialization / Deserialization

2018-11-19 Thread Łukasz Korecki
our use > case will help with the design. > > Thanks, > > Chad Harrington > chad.ha...@gmail.com > > > On Mon, Nov 19, 2018 at 1:39 AM Łukasz Korecki > wrote: > >> This looks great! Thank you for sharing >> Any plans for logical types[1] support? That&#

Re: [ANN] Lancaster 0.6.0 - Avro Schema Creation / Serialization / Deserialization

2018-11-19 Thread Łukasz Korecki
This looks great! Thank you for sharing Any plans for logical types[1] support? That's one of the biggest things missing in Abracad imho Łukasz [1] - https://avro.apache.org/docs/1.8.0/spec.html#Logical+Types On Sunday, November 18, 2018 at 2:57:18 AM UTC, Chad Harrington wrote: > > https://gi

Re: [ANN] Clojure 1.10.0-RC1 (please test!)

2018-10-12 Thread Łukasz Korecki
I've run tests against our biggest Clojure app (~40k LOC with tests) - no failures, Uberjar compiled cleanly as well. We're giong to deploy it to our testing environment early next week. Łukasz On Thursday, October 11, 2018 at 4:11:45 PM UTC+1, Alex Miller wrote: > > 1.10.0-RC1 is now available

Re: What is the minimal Emacs config for practical Clojure development?

2018-07-04 Thread Łukasz Korecki
On Tuesday, July 3, 2018 at 4:46:05 PM UTC+1, Austin Haas wrote: > > Thanks for the replies. > > I only want a stable REPL, integrated with Emacs, and nothing else. > > Łukasz, why did you switch to Monroe? What do you prefer about it? If I'm not mistaken inf-clojure works best if you use the s

Re: What is the minimal Emacs config for practical Clojure development?

2018-07-02 Thread Łukasz Korecki
Hi! I've recently switched to Monroe - https://github.com/sanel/monroe Its feature set is quite limited, and it boils down to: - start a nREPL server - connect to it - a REPL buffer is created inside of Emacs - evaluate forms I've added a tiny bit of config on my side which adds a Clojure scrat

Monitoring Clojure applications in production

2017-07-10 Thread Łukasz Korecki
Hi all! I'm wondering how people are getting application performance metrics out of their clojure applications? My team is using a combination of collectd for machine/os metrics and statsd instrumentation for application level code (RabbitMQ consumers, http handlers etc). All of that data is se

Re: [ANN] kithara 0.1.0 - Reliable RabbitMQ Consumers for Clojure

2016-04-05 Thread Łukasz Korecki
This is great - we're planning to open source our tiny consumer lib - there might be no need after all :-) Looking at the source and the readme it's **very** similar to our solution. Łukasz -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post