Nahuel

Results 13 issues of Nahuel

Actual event is just a JSON or dict, but ModelEvent instances are just responibles of event emission.

Transport are fiexd to XMLRPC in current version. It should be possible to use different implementations such as ZMQ or Redis. Current Telegraphy implementation relies on Twisted so transport technologies...

Create management command to integrate Crossbar.IO

Implement a command that runs django debug mode internal WSGI server (runserver) as well as telegraphy server with reloading support.

On pip install telegraphy console shows: ``` Downloading/unpacking telegraphy Downloading telegraphy-0.1.2.tar.gz Storing download in cache at /home/defo/.pip_download_cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Ft%2Ftelegraphy%2Ftelegraphy-0.1.2.tar.gz Running setup.py egg_info for package telegraphy Traceback (most recent call last): File "",...

Crossbar provides its own CLI, but intialy we'll try to use [run_command_start](https://github.com/crossbario/crossbar/blob/master/crossbar/crossbar/controller/cli.py#L330) instead of just calling the CLI.

Current version does not offer any hints about sending an event to a user or a group of users. ModelEvents are fixed to model classes, not instances. In order to...

It'd be great to support [dictionaries](https://github.com/Mckinsey666/bullet/blob/8a1b0c205a177db6a437a80300c09c49ebc113e5/bullet/client.py#L114) as choices for the Bullet class. This allows to present a user friendly input to the user, but keep arbitrary types as results, for...

First of all, thank you for this magnificent plugin. I've recorded some videos about it in Spanish in my YouTube Channel :) I understand that VSCode extensions can be localized...

enhancement

I'm trying to call a djclick based management command using the traditional Django API, `django.core.management.call_command` and I'm getting this traceback: ``` Traceback (most recent call last): File "_log.py", line 34,...