Álvaro Justen

Results 272 comments of Álvaro Justen

Podemos ter uma "curta documentação de uso para quem entra na página do dataset" e eu consigo alterar o código do backend do Brasil.IO para mostrar essa documentação (renderizar markdown)...

Is this issue finished?

You may use [ES Query DSL](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-query.html) or [Lucene query syntax](https://lucene.apache.org/core/2_9_4/queryparsersyntax.html). The [Python's ElasticSearch API documentation](https://elasticsearch-py.readthedocs.org/en/master/api.html#elasticsearch) may help also. To test, you can open an IPython session and try it interactively:...

Do you have the traceback for these crashes?

@jseidl, can you please provide more information about how aleph Web UI is not secure?

I think we could start with Python's `unittest` (from standard library) and then select a test runner (`nosetests` is good enough ;).

As all plugins' `process` method return a Python `dict`, the method `SampleManager.apply_plugins` could add a 'datetime' key on the returned `dict` with `datetime.datetime.now()`. :-) It's simple and you don't need...

You may want to see [Django File Storage API](https://docs.djangoproject.com/en/1.8/ref/files/storage/) to extract some ideas to design this plugin system. ;-) People use it to implement many kinds of storage for Django,...

Serializing to [msgpack](https://msgpack.org/) (#521) could also help saving serialization time and traffic.