Results 50 comments of Mokhtar

I also like the simplicity of bash and would usually prefer it over javascript for tiny, well-defined scripts. In this case I would lean towards javascript for two main reasons:...

Closing in favor of medic/cht-conf#620. Reason is Josh is out and there is no way to merge this to `425-improve-testing-on-cht-conf` without him or an admin removing his request for changes....

Copy/pasting [my comment](https://github.com/medic/cht-conf/pull/625#pullrequestreview-2196908233) here for posterity's sake: The unit tests were hanging because they were [mocking timers](https://sinonjs.org/releases/latest/fake-timers/). Webpack calls `setImmediate` at some point during the compilation and since it was...

I've found arguments for both sides of dependency management in monorepo: [few dependencies in the root/install dependencies where they're used](https://turbo.build/repo/docs/crafting-your-repository/managing-dependencies#best-practices-for-dependency-installation) versus [put everything in the root](https://nx.dev/concepts/decisions/dependency-management#single-version-policy) Looking at the pros/cons,...

> using effect-ts Not to diverge from the original issue but effect-ts reminds me a lot of [RxJS](https://rxjs.dev/) and it's one of the things I wish we didn't use in...

BUG-4b25ea9f45fa43bd05710b0b2b3566ebb30a3377006b7a2df7a990d09dd156ed-20250518125550Z-21550553ddc183ea iOS: 18.4.1 Tailscale version: 1.82.0

I'll try to answer here the questions asked in the original issue and any question that might come up along the way. > how fast is it to index? Much...

Great question @mrjones-plip 👀 I updated my previous comment with this week's updates and an answer to your question

> this is a 25% savings on the `medic-client` database, not on all couchdb + Nouveau databases, correct? No this is a 25% savings on all couchdb + Nouveau. `medic-client`...

Aside from the sub-issues already assigned to this issue, we're also dependent on https://github.com/apache/couchdb/issues/5354 being released