Michael Haken
Michael Haken
Can you explain the logic behind this unit test? When the client attempts to acquire the lock, it registers the session monitor and starts the background thread that is the...
I'm using the docker image `openresty/openresty:alpine`. I'm copying a custom nginx conf file to the image during a build. Dockerfile ```docker FROM openresty/openresty:1.21.4.1-1-alpine COPY nginx.conf /etc/nginx/conf.d/ EXPOSE 80 ``` And...
I'm running serverless version 0.5.5 on Windows 10 1511 with node.js version 5.6.0 and serverless-optimizer version 2.5.1. First, given a folder structure like: ``` MyProject |--lib |--common.js |--functions |--myFunction1 |--handler.js...
### Describe the bug When I pass a custom resource to a nested stack via props, and then use `getAttString()` on the custom resource with an input of something like...
I've made an initial commit that built version 0.0.0-alpha.0 (using prerelease `alpha`) and github automatically ran the package distribution workflows. I made some changes to my source and committed a...
Running the release worfklow and publishing a Go module. The targeted github repo is empty, no commits. This results in an error. ``` warning: You appear to have cloned an...