Jeremy Kun

Results 98 issues of Jeremy Kun

Would it be possible to add a configuration value to the `.babelrc` that allows one to import variables that aren't present in any `.env`? This would allow one to specify...

Decide whether to use, e.g, `list(int)` or `List[int]` from `typing`. And make it consistent across all tips and solution code in the chapters.

Kappa is used as the condition number in most of the article, except in the section "The Resisting Oracle", where kappa is used for a parameter which appears to not...

The current version of the TrueSkill paper (https://www.microsoft.com/en-us/research/wp-content/uploads/2007/01/NIPS2006_0688.pdf) seems to have updated its equations since this was written.

Cf. https://github.com/gohugoio/hugo/issues/5431 for context. In brief, I'd like to contribute a feature whereby one can configure blackfriday to ignore code between latex fences (specified by the user, and disabled by...

Continuing discussion from https://github.com/malb/lattice-estimator/pull/44 My expectation is that this does not cause any additional work, but that it will maintain consistent behavior of the project. I suppose your concern is...

Just FYI, this project doesn't seem to build with clang, failing at the linker step, because clang does not automatically link `-lstdc++` like `g++`. In case anyone else has this...

Hello, I'm doing background research for a book and was browsing projects that relate to graph isomorphism. I've interviewed a bunch of computational chemists about this already (e.g., the developers...

The gate bootstrapping API appears to have a memory leak. I've observed this when running long programs, that for each call to bootsAND (or any other function), a new instance...

Hi there, I'm doing some research for a book I'm writing (https://pmfpbook.org), and I'm looking into use cases of convex optimization techniques. My main criteria is that the technique is...