soudaburger
soudaburger
Forgive me if this is not the proper place for this, but thought I should bring this up. We currently run an artifactory service which upgraded from 5.3.2 to 5.4.0...
Architecture: all Depends: python-pip Description: The fast and simple S3 transport for apt Maintainer: Lucid Software Package: apt-boto-s3 Priority: optional Section: base Version: 1.3 Filename: pool/main/a/apt-boto-s3/apt_boto_s3_1.4.deb SHA1: 25481954d9e6f7dfaa78e36a7d46ce09a605130a SHA256: 00b9ade87ddefc4a332e088683d4d3ff7234d0ee8132978843c3c53c60bd2aa9...
`settings = YAML.load_file('settings.yaml')` ``` def launch_on_aws(config, settings) config.vm.define :awsbox, autostart: false do |awsbox| awsbox.vm.box = "dummy" awsbox.vm.provider :aws do |aws, override| aws.access_key_id = settings['aws']['access_key_id'] aws.secret_access_key = settings['aws']['secret_access_key'] aws.keypair_name = settings['aws']['keypair_name']...
I noticed that there is support for the AWS SDK. I would love support for the Google Cloud SDK. This might be the tooling I would need to expedite some...
When using custom TDs, they do not appear to be sortable nor searchable. The data is properly rendered but the searching and parsing does not have any effect.
### Description When connecting a self-hosted instance, it should really not say "Affine Cloud". It took me googling and finding some other post on Reddit, I think, to realize that...
### Description Instead of just having left/center/right text alignment in shapes, I often rely on vertical alignment to help stack shapes on top of each other in meaningful ways. ###...
I have several disparate systems and I'd like to aggregate my agents in a unified manner. However, in order for me to have my agent nodes show up in `coroot`,...
Currently, the latest version of `headscale` the `/api/v1/machine` endpoint is now `/api/v1/node`. As such, an additional modification to the nginx config needs to be made until the UI is fully...
### Description Instead of just having left/center/right text alignment in shapes, I often rely on vertical alignment to help stack shapes on top of each other in meaningful ways. ###...