Omer Akram

Results 78 issues of Omer Akram

Without changing the user API, takes care of https://github.com/gammazero/nexus/issues/260 If no serializer is provided in the config: offer all supported If specific serializer is request, keep the existing behavior

Nexus currently doesn't support payload transparency. Here are some details https://github.com/wamp-proto/wamp-proto/issues/228 We are exploring E2E encryption in WAMP and payload transparency is building block for it. I am checking if...

If nexus is running a unix domain socket transport and the system crashes, on next boot, the sock file exist and nexus fails to start. Nexus should 1. Create a...

Actions are fast and better integrated with GitHub, we should move to it. I can do the changes if @gammazero agrees. Note: There are no problems with Travis for this...

Currently each realm has to run it's own authenticator, this is broken design due to multiple reasons 1. The authenticator, when called by the router, doesn't know which realm it's...

Currently a client has to provide the serializer that it wants to use when connecting to WAMP router. Nexus should support providing multiple WAMP serializers, just like autobahn and other...

Have anyone tried desync with cloudfront and that too with presigned urls ? OR to rephrase my question what is the recommended way to access caync chunks over S3, should...

There is a working, alternate implementation on casync which is well maintained and is faster in terms of creating chunks and downloading due to parallelization. https://github.com/folbricht/desync I hope the project's...

carrying issue from https://github.com/pyinstaller/pyinstaller/issues/1835#issuecomment-372057942 PyInstaller has a runtime hook that "installs" a reactor. We want to be able to select which reactor to install or even none at all, currently...

area:documentation
pull-request wanted

Currently this page https://asciinema.org/docs/installation#installing-on-linux does not refer to snap installation method. I think we need to update that page and (potentially) make that the "default" way of installing asciinema on...