Daniel Jewell

Results 49 comments of Daniel Jewell

> I think the interaction with geometry data should be step two, ... at least 1.5 That's probably a good idea.... Based on my experience w/Geopandas, it *might* be possible...

As I just posted in the `hw-probe` repo (https://github.com/linuxhw/hw-probe/issues/156) ... Not having the parsed data makes things much more difficult. It's clear that *something* is parsing the data and generating...

Just installed whatever version is available from running `dotnet tool install -g dotnet-repl` (which appears to be v0.1.192)... I can confirm that this issue is still present -- hitting both...

I just ran into the same issue ... In my case, `$CFLAGS` and `$CXXFLAGS` are both set in my bash/zsh profile as defaults. Running `unset CFLAGS CXXFLAGS` fixed the issue....

Wow, I didn't realize that Go was working on mips/mips64 -- that's cool. On a related note: EdgeOS has built-in configuration revision archiving/backup (to a remote server) ... It would...

Actually, per the [current Linux LSB Refspecs](https://refspecs.linuxfoundation.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/usernames.html) the correct user/group name is "nobody"... "nogroup" appears to be a deviation that some distributions use - Arch Linux does not appear to...

If you're trying to do concurrent access, SQLite seems like it could be a limiting factor? (SQLite is great and all but it isn't a database server and it never...

I'm 99% sure the issue is that by specifying ```--type taxa``` you are not downloading the accession nucl_gb file. You can get the file from: * ftp://ftp.ncbi.nih.gov/pub/taxonomy/accession2taxid/ * https://ftp.ncbi.nih.gov/pub/taxonomy/accession2taxid/ The...

It seems like the best option might be for an environment variable? (I wonder if gpsd sets any by default... if so, using that would be easy - and then...