Alexandre Vicenzi

Results 29 issues of Alexandre Vicenzi

I'm using the oficial JS client with the oficial go server, the problem is that I need to send a custom header when it's JS code, and the [tusd middleware](https://github.com/tus/tusd/blob/master/unrouted_handler.go#L140)...

Hi, there's a discussion [here](https://github.com/golang/go/issues/14274) about crypt(3) support in x/crypto. Is anyone interested in migrating this repository? I think it does make sense to be part of x/crypto.

Hi, Could you add [Yagm](https://github.com/alexandrevicenzi/yagm) to benchmark tests? Thanks.

It would be nice an way to process the content received before notify someone. ``` python def fooProcessor(data): return data.update({'bar': 'bar'}) url(r'^course-state-stream/(?P[\w]+)/$', EventStreamView.as_view(channel='course-state', processor=fooProcessor), name='course_state_stream'), ``` Just a random idea....

Regex `is(?P[0-9][0-9x]{0,2})` should work for: `is3` `is3x` `is3xx` `is32x` `is279`

enhancement

Add pandoc README md to rst to Makefile. Something like: `make rst` `pandoc -s -t rst --toc README.md -o README.rst`

enhancement

Right now ES can only show "X GAMES AVAILABLE" description. It would be nice to have a custom message as for example "X PORTS AVAILABLE", "X APPS AVAILABLE" or anything...

This is mainly to allow Kodi from the main menu, not the sublist. Kodi is a standalone app, thus it does not need to show a "game list". It would...

When using --test option the package name will be something like: -.git...el7eng.noarch.rpm foobar-0.0.1-1.git.0.5a86da9.el7eng.noarch.rpm The problem is that sometimes the commit count is the same when building multiple patches. The count...

RFE
effort/medium
gain/high

dbus dependecy was missing xdg was required to be installed because it was being imported from constats.py, which is odd since `python setup.py install` should not require any dependencies to...