endolith
endolith
After a lot of work I finally figured out why my calculations weren't working: ``` a = 1*Hz a.display_unit = '1/s' a Traceback (most recent call last): ... File "...\natu\core.py",...
``` from natu.units import V from natu.math import sqrt sqrt(V**2) Out[2]: ScalarUnit V with dimension L(2)*M/(I*T(3)) (not prefixable) V**2 Out[3]: ScalarUnit V2 with dimension L4*M2/(I2*T6) (not prefixable) (array([3,4,5])*V)**2 Out[4]: array([9...
Some of my gists get forked and modified by other people, and I add all the forks as remotes manually so I can see which changes to incorporate into mine....
Is this the intended behavior? I'm trying to learn the "Right" way to cleanly structure packages and imports. If I do: ``` In [1]: import py_pkg In [2]: py_pkg. ```...
Can you add support for car stereo browsing over Bluetooth? The only apps that support this are Google Play Music (which is dead) and Samsung Music (which has annoying ads)....
**Shuttle version:** v2.0.17 **Device, OS:** - Google Pixel, Android 10 - Samsung S6, Android 7 **Description of bug:** If I play a looping test file continuously, after 16-19 hours the...
**Shuttle version:** v2.0.17 **Device, OS:** Android 10 **Description of bug:** WAV file metadata isn't read **Steps to reproduce:** 1. Put a WAV file on phone 2. Look at it in...
**Shuttle version:** v2.0.1.7 **Device, OS:** Samsung Galaxy S7, Android 10 **Description of bug:** I cannot use my car stereo with Shuttle, it will play music from the phone, but I...
It shows a list of forks, and which ones are modified, but not which forks are most-starred or have mods of their own