Slava Matyukhin

Results 125 comments of Slava Matyukhin

For context, the source code of SampleSetDist has this comment: ```typescript /* If asked for a length of samples shorter or equal the length of the distribution, return this first...

https://nextjs.org/docs/architecture/turbopack#unsupported-features lists "Relay Transforms" in currently unsupported features, which means that we're out of luck on this for Hub until either: - this is fixed in turbo (probably not soon)...

Yeah. For the record, yesterday, to check one of your open PRs, I had to do this to populate "Variables" tab: 1. `terraform output dev_db_prisma_url` in `terraform/stacks/quri` in [ops repo](https://github.com/quantified-uncertainty/ops),...

I'll copy my Discord comment here: > - it seems like we'll have to pin second-order revisions too, somehow, otherwise we don't get full immutability > - I guess by...

This PR seems too stale to merge now, can we close it?

Renaming is easy, but we also should keep old names as aliases. E.g., `reduce(arr, 1, multiply)` is convenient. So we'll have to duplicate code (ugh), or support `aliases: ...` in...

> On naming, I suggest we go either with operator names, internally, or with #add. Operator names are nice in that we won't have to invent new names, but `#add`...

After experimenting with different approaches on #2229, I still think this is a good idea, but there are two problems that don't allow us to implement a perfect solution. First,...

Other findings for when I get back to it: - Instead of removing `git_repository` from Vercel project in Terraform configs, deployments can be disabled with [git.deploymentEnabled](https://vercel.com/docs/concepts/projects/project-configuration/git-configuration#git.deploymentenabled) option. - `vercel build`...