Tobias Rahloff
Tobias Rahloff
Look at `md-data-table/app/app.js`. You will see these lines: ``` javascript .config(['$mdThemingProvider', function ($mdThemingProvider) { 'use strict'; $mdThemingProvider.theme('default') .primaryPalette('blue') .accentPalette('pink'); }]); ``` You can adjust the used palette to your delight...
Any update on this? I have the same problem.
I tried to run Vagrant as Administrator (CMD and Powershell) and the file permissions are "-a---". What else could be the problem?
I sadly couldn't figure out how to run it on the Windows host but managed to get is to work on a Linux Host. Hostname association still fails, though. I...
Thanks a lot! Will keep you posted if I somehow manage to fix it
Were you able to reproduce the problem? I think it might be the case that the st2 web instance rejects the requests because it is non-https
Ok, right now I'm deploying on the third machine (debian) with `Vagrant 1.9.6` and can access the NGINX slaves but get a HTTP301 when curling the www.chatops endpoint. I'm getting...
Hi folks. Bumping this thread for visibility. Is there any rough ETA or update on the FSx Lustre support for Fargate?
Thank you for the quick reply @fcharras! They basically patch the logger object or patch the print function depending on how they capture the log stream. @zzstoatzz, does that information...