Will Dady
Will Dady
It seems the postgres-backup-s3 image is only tagged as 'latest' https://hub.docker.com/r/schickling/postgres-backup-s3/tags/ I'd like to use this image in my stack but as the 'latest' tag is effectively a moving target...
@DavidLGoldberg This will need to be tested as discussed.
If I alter the match pattern on Jumpy's setting screen to the following and then try to invoke Jumpy the entire editor locks up and then crashes. ``` ([A-Z]+([0-9a-z])*)|[a-z0-9]{2,}|^\s*$ ```...
@DavidLGoldberg Is it possible to add the ability to honor match groups within the Regex? I really want to there to be a jump point at the beginning and end...
It should be possible to suppress cfn_nag rules on a per-resource basis for stack-set deployments. I am trying to add the [CDK bootstrap](https://docs.aws.amazon.com/cdk/v2/guide/bootstrapping.html#bootstrapping-customizing) to accounts within my organisation. I retrieve...
My org uses Gitlab. On commit, our pipeline zips up the manifest and related files and uploads it to the CfCT bucket which then starts the *actual* deployment. Obviously once...
Would be great if it was possible to create multiple snippets with the same prefix which presented a dropdown of the matching snippets upon pressing tab. Sublime currently behaves this...
Currently contentjet-api comes with a single storage engine which writes files to disk. This is fine for simple setups but limits the app from scaling horizontally. Need to provide a...
In addition to the amd option it would be great if there was a commonjs option, grunt-contrib-handlebars has this option and has an almost identical API to this. This will...
When I add these lines: ``` const monaco = useMonaco(); useEffect(() => { if (monaco) { console.log('here is the monaco instance:', monaco); } }, [monaco]); ``` I get the following...