Naftoli Gugenheim

Results 587 comments of Naftoli Gugenheim

Also... https://zio.dev/zio-config/dive-into-zio-config has a badge saying Version 2.x but then it says > Note that this documentation is for 1.x series. For newer versions, please refer to [docs](https://github.com/zio/zio-config/tree/master/docs) section in...

Oh. https://github.com/zio/zio-config/blob/master/docs/dive-into-zio-config.md contains that line. Another infinite loop... Which is it?

Meanwhile worked around it by replacing the `.x` wildcard with `.99999` in https://github.com/slick/slick/pull/3178

I did, and now I read the comments thread too. It doesn't seem like this is the same issue as that one.

That's very interesting. But my original code did not just call `.provideLayer(ZLayer(ZIO.unit.schedule(Schedule.upTo(1.nano)).fork))`. I was using various libraries and I painstakingly minimized the issue by deleting code, copying code from libraries...

To elaborate further, that means it still hung when - using `ZLayer.scoped(...)` rather than `ZLayer(...)` - using `ZIO.unit.scheduleFork` rather than `.schedule`

I guess the upshot is that TestClock (and by extension, relying on the ZIO Clock in the environment) is useful for managing time-based concurrency like timeouts, but not for simulating...

(I encountered the warning after enabling the nod rubber stamp)

As mentioned in https://github.com/anthropics/claude-code/issues/6235#issuecomment-3217884068, since CLAUDE.md supports @-references you can have a CLAUDE.md that just contains `@AGENTS.md`. But that's not a complete solution because I'd want `/init` to update AGENTS.md...

@MarmaladeSky (or @jkugiya) I guess this needs a human to do...