-
Hi 👋, thanks for this lib.
I'm not entirely sure how request deduplication works in `cachified` (I don't think it's really documented?), but I've generally seen that `getFreshValue` is only invoked…
-
I started working on a caching dispatcher + handler. Thought I'd post it here in case anyone is interested in working on something like that.
We only needed to cache redirects so I kind of stopped …
ronag updated
1 month ago
-
安装完钟馗页面开启mysql后日志报错:
```
2024/08/12 07:16:30 [error] 37#37: *1680 lua entry thread aborted: runtime error: /usr/local/openresty/lualib/resty/mysql.lua:929: auth plugin caching_sha2_password or sha25…
-
Using vitest, I manage to mock Date.now
```ts
it('should advance time', () => {
const date = Date.now()
vi.setSystemTime(date)
vi.advanceTimersByTime(10)
…
eakl updated
3 months ago
-
I recently found some JET failures (including a captured variable) in ClimaAtmos `build_cache`, which points to `TimeVaryingInput`:
```
│┌ tracer_cache(Y::ClimaCore.Fields.FieldVector{…}, atmos:…
-
Sampling from `LKJ ` or `LKJCholesky` and assigning to a vector of matrices errors, regardless of AD backend.
The code compiles but errors with a `BoundsError`. Sampling from the Prior works does n…
-
Hi, In **misp-warninglists**, inappropriate dependency versioning constraints can cause risks.
Below are the dependencies and version constraints that the project is using
```
beautifulsoup4
p…
-
**Bug report**
I'm been hunting a memory leak in pydantic and I keep seeing `_abc_subclasscheck` popping up in the memray flamegraph.
Locally I've seen memray report that `_abc_subclasscheck` is…
-
When trying to call ngx.sleep() in a `ssl_client_hello_by_lua_block`, the TCP connection is instantly dropped (FIN). Nginx built with --with-debug and --with-debuglog. Logs at end of report.
OS: Fr…
-