Matt Piekenbrock

Results 44 comments of Matt Piekenbrock

Correct me if I'm wrong on any of this, but I think perhaps this is actually not due to the computation of the adjacency matrix, but in the admissibility criteria...

Can confirm that this prevents installing / using cvxpy. After pip installing on my machine, I immediately get a segfault on using cvxpy. Using `lldb` to backtrace the problem revealed...

Upvote. More generally, just any configuration options beyond the basic settings would be great...

Can confirm that changing the parameters of the any light added to a scene does effectively nothing to a scene

I'm not familiar with the paper mentioned. That being said, it may be possible to post-process [the info](https://github.com/mhahsler/dbscan/blob/f95fe5a7926199cc320f30b678ee1da7bf77128f/R/hdbscan.R#L162-L170) returned by the internal hdbscan calls to add this. After all, obtaining...

>There are actually detailed algorithms available in I was not aware of the extended version of that paper / the explicit pseudocode in Alg. 3. Thank you! This may be...

It looks like Zed already supports rainbow (or theme-colored) [indent guides](https://zed.dev/docs/configuring-zed?highlight=rainbow#indent-guides) in its default settings. For example, on my editor, changing the background coloring to "indent_aware" on One Light theme...

> I haven't done that yet because I'm waiting on @henryiii to do a PoC with I think scikit-build? Well although a PoC w/ scikit-build would be informative, I would...

I guess my core confusion was I thought `extensionlib` (+`hatchling`) was at its core providing an alternative to `distutils` + `setup.py`--essentially doing what `scikit-build-core` does (or is aspiring to do...

Am I correct that one of the conclusions one could take from these discussions is that we effectively need to wait for the community of PEP 517 backends to mature...