Andrew Hammond
Andrew Hammond
You need to pass a separate unique instance/client for the subscriber (like the readme shows)
Also seeing this issue... ``` import lineReader from 'line-reader'; export const eachLine = (filename, iteratee) => new Promise(((resolve, reject) => { lineReader.eachLine(filename, iteratee, (err) => { if (err) { reject(err);...
A relatively new feature in the PrusaSlicer UI is to add a pause at a specific layer. It would be nice if these kinds of pauses would result in the...
I do have that installed but I was not aware of that feature, I will check it out, thanks! On February 27, 2021, GitHub wrote: > Hi @andrhamm , >...
Here is how I do it: ``` ruby Poseidon::BrokerPool.open client_id, seed_brokers, (kafka_settings[:socket_timeout_ms] || 1_000) do |broker_pool| cluster_metadata = Poseidon::ClusterMetadata.new # you could pass multiple partitions, in my case i'm looking...
"ABC123" is supposed to be the key for your lock, not for the resource you want to use. If 2 processes are trying to do the same thing when you...
:shipit: please
Would also be great to have a standup title for tracking specific topics/teams
The above recommendation by @hampsterx didn't work for me. EDIT: Oops, I hadn't enabled the `serverless-iam-roles-per-function` plugin. That, in conjunction with @hampsterx's tip got it working for me. 👏