Padraic Shafer
Padraic Shafer
Cybersecurity at NERSC has flagged the [Docker image of api-umbrella](https://hub.docker.com/layers/nrel/api-umbrella/latest/images/sha256-094c6dc5e96eff5745ba432437c16579b6cc4b7e6a044de2ad902126e8d21fe1?context=explore) as exposing "a critical vulnerability related to log4j". Suggestions --- Sorry, I don't have any. :( References --- [Critical Apache...
* See #569 for more information * Use namespace for decorators get/set * Include build_key(key, namespace) in decorators.cached: * get_from_cache() * set_in_cache() * Use namespace for HitMissRatioPlugin key * Use...
* See #473 ~~: Deprecate using cache specific constructors~~ ~~* https://github.com/aio-libs/aiocache/issues/473~~ * `Cache` class was introduced as a proxy for instantiating the different backends. There should be only one way...
Is it possible to supply a cache object to the decorator `@cached`? It seems like there are two separarte tracks for using `aiocache`: 1. Create a cache with the `Cache()`...
There are some parts of `aiocache` that do not honor `namespace`s. This means that `BaseCache.build_key(key, namespace)` is never called to join the `namespace` with the `key`. The affected modules/classes are:...
When running the `tiled` Docker image on my laptop, the "/ui/browse" route returns 404 Not Found ("detail not found" in the JSON returned). There are no problems accessing the root...
### Is your feature request related to a problem? Please describe **Background**: [OpenID Connect (OIDC)](https://openid.net/connect/) is a standard protocol for authenticating users, and many common apps (Google, Facebook, ORCID, etc.)...
## Background Each backend cache implementation is currently split into two classes, with the "interface" class derived from the "backend" class. * `SimpleMemoryCache` subclasses `SimpleMemoryBackend`, which subclasses `BaseCache[str]`. * `MemcachedCache`...
There has been a recent burst of interest and activity in integrating `bluesky/tiled` data sources into `silx` (and by extension into pyMCA). I'm summarizing some of those discussions here to...
An older version of the ophyd documentation provided two sections that are no longer present (or maybe not readily discoverable). * [An overview of the architecture](https://blueskyproject.io/ophyd/architecture.html) (model of hardware abstraction...