Alexander Raichev
Alexander Raichev
Hi there, I'm using your library to produce HTML tables to good effect in most cases. However, when the dictionary input involves apostrophes, the output fails to play nice with...
Hi there, There seems to be a limitation in RapydScript list comprehensions, as witnessed by the following error. ``` >>> [i*j for i in range(2) for j in range(3)] 1:23:...
That's my first use case. More specificially, i have some fingerings on a standard EADGBE-tuned guitar whose chord names i'd like to know, if possible. Something along the lines of...
Tangential comment: It would be awesome if someone built a custom Django field using jsonpickle...
...and compared it to django-picklefield (https://github.com/gintas/django-picklefield), which is rather slow. If i get time, i'll try to do it.
It's in the "GTFS Libraries" section already.
I for one would benefit from an option to match *existing* shapes to OSM ways, with a mode of travel choice, e.g. match only bus shapes to OSM ways. Oftentimes...
Would be nice to handle invalid tokens, e.g. error types from oauthlib.oauth2.rfc6749.errors. As it stands, the client continues to receive 403 unauthorized until the token is deleted (session cleared).
This issue relates to disability access, and echoes the Dash issue [discussed here](https://community.plotly.com/t/dcc-tab-keyboard-navigation-accesibility-requirements/27864). Specifically, one can't switch between `dbc.Tabs` using the keyboard's `` and `` keys. You can test this...
It appears that only the `mapbox.places` endpoint is accessible through Geopy. Would be useful to access the `mapbox.places-permanent` endpoint too; see https://docs.mapbox.com/api/search/geocoding/#endpoints .
Hello @tsuyukimakoto , i would like to publish to PyPI a Python package called "geohex" that makes geographically local hexagon grids. I can't do this at present, because your package's...