Felix Ingram

Results 50 comments of Felix Ingram

I've managed to get this to work with the following: ``` mkdir -p ~/.vim/pack/flaz/start cd ~/.vim/pack/flaz/start git clone https://github.com/flazz/vim-colorschemes.git colorschemes ```

I've solved this by sending calling an action on the parent route that calls `refresh()`. Not sure whether there is a blessed way to achieve the same but this works...

Adding a +1 for this. Given that an unreachable host will block on `.Run()` without a timeout, it would be great to have some way to determine whether the pinger...

So just to add to the fun, this only seems to happen if you add something to the todo list.

Hmm. I think there was discussion on Discord that we'd avoid adding specific headers in the SDKs. Do we know if the other SDKs are adding this?

Still on the fence about this one but I don't think it'll do any harm or introduce surprising behaviour, so ok to merge.

Doing some code spelunking and I think the lack of "saml" in the ACS URL could be the issue. https://github.com/greenpau/go-authcrunch/blob/main/pkg/authn/respond_http.go#L31

Seems like this is the issue. If I add `rewrite /mircosoft/auth-callback /saml/auth` and update the ACS URL to `/saml/auth`, then I get a `400 Bad Request` instead. I'll count this...

Cool. I can get IT to change the callback URL but that's not a SAML requirement is it? The URL can be any value, I believe?

These were messages coming from postfix that I was passing to mox parsing via the pipe transport. I’d assumed that postfix would be using CRLF but it turns out that...