Dan Boitnott
Dan Boitnott
It turns out that, at least in my case, it's not trailing white space but a second, empty value for `Kmsi` in the form: ```go len(authForm["Kmsi"]) // == 2
Addressed in PR #849
This is because Duo wasn't supported by the ADFS provider (see #36). I've submitted #849 to add this feature. I've also submitted PR's #845 and #847 which address issues that...
Same problem on fresh install of Atom & proto-repl. 1. Start Atom 2. Launch proto-repl 3. Wait for message "nREPL server started on port 53619 on host 127.0.0.1 - nrepl://127.0.0.1:53619"...
I could see some use in this. Here are some thoughts: - By default it shows the last `n` logs from the stack - A `tail -f` style option to...
An alternative might be to allow the user to whitelist certain commands like `do_nothing` and `list_agents` and `google`.
Apologies, but my client who was using this has switched to AWS SSO so I don't have a way to test my changes anymore.
This got me too. I was able to work around it by using `Html.Attribute.attribute`: ```elm H.span [ A.attribute "style" ("font-variation-settings:" ++ fontVariationSettings attrs) , A.class "material-symbols-outlined" ] [ H.text name...
I've updated the description with the list of repos in the org minus the obvious keepers. Based on "last updated" times, I suspect most of the ones at the top...
I agree with all of the above and as far as the dependency vs. core question I think I lean more toward inclusion than separate repos. Would it be useful...