Paco Viramontes

Results 13 issues of Paco Viramontes

being able to do `(yaml/parse-string "\uFFFD � ")` without yaml parsing exploding would be nice

[This](https://github.com/atom/atom/issues/13804) same issue is happening to me on a fresh atom install on a new mac. I dont see the package mentioned in that thread in apm so I am...

The current stable version of Kafka streams (2.3) supports naming some internal topics per KIP's. https://cwiki.apache.org/confluence/display/KAFKA/KIP-372%3A+Naming+Repartition+Topics+for+Joins+and+Grouping https://cwiki.apache.org/confluence/display/KAFKA/KIP+230%3A+Name+Windowing+Joins It seems that it is possible (in 2.3) to name some internal topics...

Great functionality to have for interactive development. It is also a great way to excercise the untested admin APIs like `alter-topic-config!` and `describe-topics-configs`

All other client fn's that expect a topic expect topic metadata. This fn expects a topic name string. I thing it should extract the name from the metadata as other...

Great for on the fly updating what topics are being listened to by the consumer. https://kafka.apache.org/21/javadoc/org/apache/kafka/clients/consumer/KafkaConsumer.html#pause-java.util.Collection- https://kafka.apache.org/21/javadoc/org/apache/kafka/clients/consumer/KafkaConsumer.html#paused-- https://kafka.apache.org/21/javadoc/org/apache/kafka/clients/consumer/KafkaConsumer.html#resume-java.util.Collection-

Found this warning while working on another issue. https://docs.confluent.io/current/streams/javadocs/org/apache/kafka/streams/kstream/KStream.html#groupByKey-org.apache.kafka.streams.kstream.Serialized- https://github.com/FundingCircle/jackdaw/blob/master/src/jackdaw/streams/interop.clj#L211

value param not used I dont know if its a typo or something that was intended for use in the future? https://github.com/FundingCircle/jackdaw/blob/df7a1dab72034e9961206570c924ac39a28ae956/src/jackdaw/client/partitioning.clj#L64

I've been evaluating this awesome project great work! For my usecase I have to dynamically create rulesets. I think I have implementation for this but my macro fu is not...

I came accross this porblem trying to use managed dependencies in a project that already has lein npm on it. It should be as simple as this.