Adam Laycock

Results 35 comments of Adam Laycock

~~Just as an idea could the file comments feature be used instead of issues?~~ wait that's only on commits, wont help here.

Looks like `setPublishedTTL` is what you are after. https://github.com/markuspoerschke/iCal/blob/ba386acf57a7e7495d2ea1ca472064141084b533/src/Component/Calendar.php#L230-L240

this code only gets run if the user successfully authenticates which can only happen if the user exists. As for better errors LDAP gives the same error for any kind...

I don't see any issue with it, from my understanding: - Office 365 syncs with AD so wont get in the way/cause any issues - Federated AD runs on top...

`app/sesssions/new.html.erb` should exist and be calling `default_adauth_form` You can replace the contents of this page with your own form. Take a look at the [helper methods](https://github.com/Arcath/Adauth/blob/master/lib/adauth/rails/helpers.rb) which should point you...

I have no way of testing this unfortunately, none of my domains have 1500 users in one group. Is this fault happening both in finding a groups members and the...

Done a bit of research into this and it looks like node's http doesn't really support proxies. I'll do some more research into it and let you know but I'm...

Maybe the readme should link to https://github.com/screepers/screeps-typescript-starter/blob/master/src/types.d.ts and we put an example of `CreepMemory` in there?