Jeff Ferber

Results 12 issues of Jeff Ferber

Hi, I just released a project but find myself reluctant to post/shout about it because over a week ago I released a different project, excitedly mentioning it to projects and...

Full-stack demo/boilerplate intended for small teams interested in using a microservices architecture. [My article on it](https://hackernoon.com/docker-kubernetes-and-microservices-for-small-teams-noym30kb) got picked up by HackerNoon as their top/featured article yesterday.

I noticed that kaniko uses its own `/kaniko` bin directory for working runtime data, making it unsafe to run concurrently and perhaps unsafe to run more than once sequentially. Eg,...

At present, `amqp/subscriber.go` establishes a new AMQP connection each time a Subscriber is instantiated. RabbitMQ recommends sharing a single connection. The AMQP connection is heavy, consuming ~ 100 KB of...

enhancement
module: subscriber

The upcoming Manifest v3 changes to Chromium browser extensions will break the Selenium IDE. (As well as Tampermonkey and many other useful extensions.) It will block any code not bundled/shipped...

Hi, I just published a library that uses an approach different from electron-remote to tackle the main headache of working with remote processes. It has a pro/con profile that's also...

Kaniko works when the `/kaniko` dir is copied into a debian `node:14.18-bullseye-slim` base image but does not work with the RHEL-derived `public.ecr.aws/lambda/nodejs:14` image. In the non-working case, I manually verified...

### Checkboxes for prior research - [X] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide) and [API reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest) - [X] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js). - [X] I've searched for [previous similar...

bug
needs-triage

### Issue #3981 ### Description Add missing dependency to package.json so `@aws-sdk/s3-presigned-post` can be used in strict build environments like pnpm and Yarn PNP. ### Testing Consider adding a project...

Is [docker hub](https://hub.docker.com/r/zenko/cloudserver/tags?page=1) the right repository to use for this project? Old versions have been pushed to the repo after newer versions, such that the first page mainly shows only...