r2evans

Results 80 issues of r2evans

I'm migrating from an LDAP realm to an SSO realm, and I'm looking at both keycloak and gluu. For both OpenID IdP, the notion of limiting a user's access to...

enhancement

Up front, my thanks an accolades for this working plugin! Related to #14 and my [recent comment](https://github.com/pulsejet/nextcloud-oidc-login/issues/14#issuecomment-757359306). I know that the `oidc_login_disable_registration` behavior is mentioned in the readme. I believe...

documentation

I don't know how best to troubleshoot this, but when working in `ESS[S]` mode, sublimity does not function (also discussed at ESS, https://github.com/emacs-ess/ESS/issues/346). When enabled, non-ESS buffers seem to work...

confliction

Import the functionality of `pool::scheduleTaskRecurring` directly into `later`, with additional limits. This PR is a combination of things I like to do with polling background processes. I'm familiar (a little)...

### Microsoft PowerToys version 0.64.1 ### Installation method PowerToys auto-update ### Running as admin No ### Area(s) with issue? File Locksmith ### Steps to reproduce - Open 2 or more...

Issue-Bug
Needs-Triage

- updated docs, including need for options(rPython.paths=list(...)) - added .onLoad logic to add PYTHONHOME, PYTHONPATH, and update PATH (only if rPython.paths is set correctly) - removed references to devtools (will...

In a multicore plan, if the expression fails (e.g., due to timeout here) then the return from `value(.)` might be either the error itself (expected) or one of two other...

bug

**Is your feature request related to a problem? Please describe.** In docker swarm deployments, it's common to use secrets to support passwords, etc. This is in contrast to the two...

enhancement
unconfirmed

**Describe the bug** In the hosted vignette, the "Hello World" hover text is displaced to the far-left of the screen: ![image](https://user-images.githubusercontent.com/5815808/91781914-7355dd80-ebb0-11ea-85ec-a28043d98810.png) (The mouse, unseen here, is over the "Hover over...

Consider this code: ```r library(dplyr) mtcars %>% group_by(cyl) %>% summarize(mpg_box = list(spec_boxplot(mpg))) %>% ungroup() # `summarise()` ungrouping output (override with `.groups` argument) # # A tibble: 3 x 2 #...