Joshua Taillon
Joshua Taillon
That's probably a good idea. The other thing that @jbarlow83 mentioned as making a difference is processor support for AVX2. My old Turion processor doesn't have that, which is probably...
This would force tesseract to be single-threaded in OpenMP when those instructions aren't available, which I think should provide the best experience for users by default.
Copying via `scp` works as expected
Looks like meteostat allows 500 requests monthly; that seems like it would be enough for most users unless you're running a service for many different users.  I think this...
Here's another potential one: https://www.visualcrossing.com/resources/blog/how-to-replace-the-dark-sky-api-using-the-visual-crossing-timeline-weather-api/
Some research results: - OpenMeteo seems ideal, since it's free for non-commercial uses and there are no API keys. Their "historical API" is delayed by 5-7 days, however, which is...
I might suggest taking the request a bit farther and rather than just being "visible" across the app, it would be useful to have certain "organization-level" or "team-level" types that...
> (does one _have to_ use spyder/jupyter/etc in order for plotting to work? because matplotlib has a totally fine time showing plots without those) I'll just add that the documentation...
> In the meantime, I can indeed add a preference to let user choose if he wants raw speed instead of calculated one since the last version of `gpxpy` allows...
Perhaps some existing code could be re-used to make this easier. - Here's a nifty JS example that's MIT-licensed: https://github.com/erik/derive - Here's a Python one also MIT licensed: https://github.com/remisalmon/Strava-local-heatmap -...