José Nieto

Results 28 issues of José Nieto

This comes from https://github.com/upper/db/issues/224

We should fix the way we appear in google search: ![screenshot from 2014-05-15 08 26 12](https://cloud.githubusercontent.com/assets/385670/2984652/869ce394-dc34-11e3-92dc-4c6edfbba2de.png)

`shooter.io/ws` is hardcoded in `main.js`: ``` javascript var WEBSOCKET_SERVICE = 'ws://shooter.io/w/'; ``` Now that the server is open source, we need a setting to control which host are we connecting...

The UI is just a temporary solution, it's basically a programmer's design. It sucks. You may help it make it better without making it more complex. The only missing thing...

enhancement

The jQuery library was used to speed up development, but this is a tiny application, so we don't really need jQuery.

enhancement

I think the API won't suffer more changes, so it would be a great time to freeze it and maybe move it from my personal repo to an organization. We...

See: https://github.com/upper/db/issues/712

This PR adds support for `SequenceIndexerOpts`, this type can be used to configure different authentication keys without relying on positional arguments. This is backwards compatible with the current positional-arguments based...