Michael Aye
Michael Aye
https://github.com/delphiki/AirStatus/blob/db9de007035d2696373b578f6da589fc66fcbd63/main.py#L90 I believe the 2nd comparison should be simply `status_tmp
As the author of cliar already went through the effort of comparing Click, docopts and cliar, i'd be interesting to see how the fire project compares: https://github.com/google/python-fire
I tried to find the instructions on how to add my entry point for the function call to setup.py, but the docs do not mention setup or setup.py?
Scientific programming has a lot of formulas, it would help if a formatter leaves multiplication alone. So, ``` a + 4*b - c**3 ``` should be left alone.
I tried to use the suggested configuration from the comment string in the settings:  using: ```json { pylsp: { serverSettings: { "pylsp.configurationSources": ['flake8'], "pylsp.plugins.pyflakes.enabled": false, "pylsp.plugins.flake8.enabled": true, } }...
## Description When doing \rho to get the unicode replacement option for the greek letter rho, AND there are existing variables with "rho" in their name, choosing the unicode letter...
## Short description I'm trying to get into using `dephell` but the lack of a minimal working example is hindering my grokking it. I was going here as it's the...
This example from the readme is not working: ``` GeoJSON( data={ "type": "Feature", "geometry": { "type": "Point", "coordinates": [-118.4563712, 34.0163116] } }, url_template="https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=[MAPBOX_ACCESS_TOKEN]", layer_options={ "id": "mapbox.streets", "attribution" : '© OpenStreetMap'...
I'm currently have a problem that a previously working standard way of setting up my envs currently fails on the conda-forge site. Here's a simple complete procedure that works on...
Is there a general strategy on how to cope with it? Is it a goal to improve most tools to be able to cope sanely with image data that contains...