Emma Smith

Results 305 comments of Emma Smith

@matthagan15 I'm happy to try to help work through build errors, ping me (@ethanhs:ocf.berkeley.edu) on [the rust science matrix](https://matrix.to/#/#rust-sci:matrix.org) and I can at least look at any build errors you...

My results from running the [expm_test](https://github.com/ethanhs/expm_test): ``` dimensions: 1024 average diff norm per epsilon: 0.84546875 ########################################################################################################################### Random dense matrix test collected 100 samples. scaling factor: 1 dimensions: 200 diff norm...

> `@ethanhs Do you think you will have time to work on allowing/disallowing PEP 561 packages?` I will try to work on this tomorrow/this weekend. If I don't get to...

Yeah, sorry I've had so little time to work on it. Please let me know if you end up releasing packages!

Thank you all for the suggestions! I can definitely add delta to the apt repo tomorrow once I get up. I've been thinking making a github action for building musl...

Ok, I have added delta and watchexec to the repo, the others will require cargo-deb configs and slight workflow tweaks to get building artifacts.

Things that do web requests may be trickier to package since they will depend on openssl, and so a statically linked version of that would be required :/

Oh great! Yeah if things use rustls instead of openssl then it should be easy to package them. I hope to have a github action based on cross working sometime...

@ducaale Done! ``` ethanhs@dysk:~$ apt show xh Package: xh Version: 0.13.0 Priority: optional Section: web Maintainer: ducaale Installed-Size: 8,390 kB Homepage: https://github.com/ducaale/xh Vcs-Browser: https://github.com/ducaale/xh Vcs-Git: https://github.com/ducaale/xh Download-Size: 2,562 kB APT-Sources:...

It looks like mcfly does not package Debian packages, but you can ask them about packaging musl-linked debian packages!