proximous

Results 7 issues of proximous

Not sure how much of a problem it is, but line 267 in geomag.py should explicity use integer division ('//') to be python3 compatible. ``` $ python -3 Python 2.7.6...

My application uses threads, and I discovered that geomag.declination() is not threadsafe and resulted in me calculating incorrect declinations. Perhaps this is 'by-design', but if so it should be documented....

I have a wrapper function: ``` def wrapper(**kwargs): try: myfunc(**kwargs) except: pass ``` and my desired function: ``` def myfunc(a="1", b="2"): print(a) print(b) ``` I would like to do something...

I have a namespace and API like: ``` ns = Namespace('myNamespace') api = Api() api.add_namespace(ns) ``` I can access the namespace at 'http://localhost/myNamespace' I'd like be able to **also** access...

There is a updated driver from 07-MAY-2018: [Intel_TBT3_FW_UPDATE_NVM33_4KCK2_A05_4.33.14.003.exe](https://www.dell.com/support/home/us/en/04/drivers/driversdetails?driverId=4KCK2) The website offers the following link for the Precision 7520: [Thunderbolt NVM for Precision 7520](https://fwupd.org/lvfs/device/28245c9e-29ad-5d00-ad04-1eb80e746c49) (Dated 2018-07-18 called version 33.00.) However this...

missing-firmware

Package name: pyyaml Link to PyPI page: https://pypi.org/project/PyYAML/ Link to piwheels page: https://www.piwheels.org/project/PyYAML/ Version: 5.3.1 Python version: 3.73 I am the maintainer: No More information: This seems to not be...

package issue

My nfs server shares "/nfs", but I like to mount "/nfs/Public". This changes the check_remoteshare function to check for the base folder being shared instead of the full path. I...