Greg Warner
Greg Warner
I was using the network inspector while using asciidoclive.com and noticed that several requests are made to youtube.com on every keystroke:  Is there a reason to do so? If...
When using in static mode, the port that livereloadx is serving pages on isn't necessarily the same port that clients are using to retrieve it. Examples: liveloadx is used from...
### Description I'm running two transforms on my template, a custom transform and `AWS::Serverless`. My first transform leverages syntax that breaks sam validation. While I don't necessarily expect sam to...
### Describe your idea/feature/enhancement I wish SAM CLI could import existing CF resources as documented here: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-import-new-stack.html#resource-import-new-stack-cli Specific use case: Destroying a stack leaves some persistent resources (e.g. a database)...
jsdelivr.net has updated their url scheme. The old style only has graphiql through version 0.10.x, but the new style supports through the latest (0.11.10 as of today).
Pip was having a hard time finding a windows `whl` for cryptography 2.1.x. This fixes things for me.
I don't suspect this is a tmux-sensible problem per se, but just looking for help. When I run tmux, I get a prompt that looks like this: ``` [gdw@gdw2 ~]$...
I'm doing something similar to this (context: http://stackoverflow.com/a/12374934/389812): ``` Model.findAndUpdate( { 'pdfs.pdf_id': pdf_id }, { $set: { 'pdfs.$.title': title, 'pdfs.$.description': description }}, function (err, numAffected) { ... } ); ```...
### Bug report info ```plain text $ act --bug-report act version: 0.2.30 GOOS: linux GOARCH: amd64 NumCPU: 8 Docker host: DOCKER_HOST environment variable is unset/empty. Sockets found: /var/run/docker.sock Config files:...