Nathan Henrie

Results 54 issues of Nathan Henrie

Fixes https://github.com/dogsheep/healthkit-to-sqlite/issues/14

Fixes https://github.com/kevincox/rustymedia/issues/7

MacOS 10.14.2 rustc 1.31.1 (b6c32da9b 2018-12-18) Panics at `socket.connect("239.255.255.250:1900").unwrap();` in `src/dlna/discovery.rs`. ```console $ RUST_BACKTRACE=1 target/debug/rustymedia -l stuff=~/Movies | pbcopy Listening on http://[fe80::c2c:d1e:7cd:7918]:4950/ thread 'main' panicked at 'called `Result::unwrap()` on an...

bug
os:macos

I'd love to see Pythonista include [numpy >= 1.10](https://docs.scipy.org/doc/numpy-1.10.0/release.html), mostly so I can use the `@` operator in code that I use on both Pythonista and on my computer.

3rd-party-module
enhancement
fixed-in-beta

Hello -- thanks for a great project! I just wanted to note for other readers searching the issues that this worked *fine* on my M1 Mac running MacOS 12.2.1 just...

https://github.com/niclet/yi-hack-v2/commit/9d0e15766f86c68875de2e568dbe8b2643332379

@niclet has said a few times that he compiles things on the Raspberry Pi: - https://github.com/niclet/yi-hack-v2/issues/2#issuecomment-241183525 - https://github.com/niclet/yi-hack-v2/issues/12#issuecomment-272144300 Can you give us a basic overview of how this is done?...

tldr: feature flag requirements (e.g. `.diff()` requires the `diff` feature) are showing up when I build docs locally and on GitHub Pages but not on docs.rs for some reason. polars...

Fixes https://github.com/andrewjstone/amy/issues/35