James Kirsop

Results 36 comments of James Kirsop

For others waiting on this, until support for prefixes is added I've jumped over to using the In-Preview https://github.com/ritwickdey/vscode-live-sass-compiler so that I can get `-webkit` prefixes in my compiled output.

@SteveL-MSFT, This is all well and good: > When remoting from Linux, you will likely need to explicitly use Basic auth. Negotiate requires additional libraries and configuration. Except, it's not...

Another way of approaching this would be to allow HTTP Headers to authenticate a user - in a similar way to Grafana or Zabbix (among many other tools) do. Alternatively,...

@evaryont, installed `django_auth_adfs` via pip and then used the following. Added the appropriate config to `INSTALLED_APPS`, `MIDDLEWARE` and `AUTHENTICATION_BACKENDS`. And used this: ```AUTH_ADFS = { "SERVER": "adfs.mycompany.com.au", "CLIENT_ID": "microsoft:identityserver:companyname-healthio", "RESOURCE":...

A few hours later and I've made some significant progress with working around the above. I've subclassed the `AdfsBaseBackend` and `AdfsAuthCodeBackend` classes from [django_auth_adfs](http://github.com/jobec/django-auth-adfs) and made a minor tweak so...

[Here's a blob of the subclasses](https://github.com/jameskirsop/healthchecks/blob/adfs_integration/hc/accounts/backends_adfs.py) I wrote for `django_auth_adfs` integration with Healthchecks. I've been using this in production for about 12 months now with no issue back against initially...

@cuu508, do you have thoughts on this scale/order of status?

Sorry to leave this hanging for so long. I agree @cuu508 that it would be a pretty niche field, but I think having an integer scale would be of usefulness...

Would appreciate if @gghildyal's PR could be merged into master!