Mark Beacom
Mark Beacom
I have submitted a PR to update this URL in the README. For your reference: https://github.com/gevent/gevent/tree/master/examples/webchat
If I had my druthers, I'd say keep everything in one repository and start with a `clients/`, `sdk/`, or some other similar subdirectory. So maybe `clients|sdk/js` ? Once we get...
@cryptoquick Thank you for raising this PR! Regarding builds and travis... I'll try to get a dockerfile definition and travis configuration in here sometime today.
@ssbarnea Do you still need maintainers for this repo? 👋
@sergey-dryabzhinsky I'll see if I can get a wireshark dump this evening and post a gist.
Following up here -- it would seem the example configuration file provided by @rachellerathbone uses a different key in the yaml: `environment-mapping:` versus `environmentMapping` as documented. Which is the correct...
Does this still need tested in order to be merged or do you not intend on merging this PR? Thank you!
@mathom Could this bug be related to the handling here? https://github.com/mathom/xrayvision/blob/master/xrayvision/ext/wsgi/middleware.py#L25
@mathom Sounds good. Oddly enough, using `master` with default settings, I am seeing `-` as URL in x-ray: `wsgi_app = XRayMiddleware(wsgi_app, 'myapp')`.
Ideally, `makemessages` should be ran anytime a copy update is made to anything wrapped with gettext in html, js, or py. We could automate this to have a bot commit/PR...