José Nieto

Results 28 issues of José Nieto

The idea behind preloading is being able to map results from a join into an embedded type with ease: ```go artistCollection := sess.Collection("artist") publicationCollection := sess.Collection("publication") type artistAssoc struct {...

proposal
wip

`Update()` sends all fields in the object, even those that didn't change, this could lead to inconsistencies if two UPDATEs are sent on the same object at the same time....

enhancement

![screen shot 2017-09-22 at 06 54 39](https://user-images.githubusercontent.com/385670/30743383-f53e4e2e-9f62-11e7-8e39-c7866929d839.png) Este bloque de texto parece que no está alineado a la derecha (hay una línea por enunciado). En realidad es un listado con...

help wanted
website
in progress
Asignado

La sección de recursos tiene varios H2s sin contenido, solo hay un botón debajo que dice "Mostrar X": ![screen shot 2017-09-22 at 07 07 47](https://user-images.githubusercontent.com/385670/30743810-d70b5878-9f64-11e7-8ebd-5bfecdbe6e2c.png) Si sólo es texto y...

website
in progress
Asignado

Consider the following program that creates 500 concurrent requests to slightly different URLs: ``` go package main import ( "crypto/rand" "errors" "fmt" //"github.com/goware/httpcoala" "github.com/pressly/chi" "github.com/pressly/chi/middleware" "log" "net/http" "sync" "time" )...

Fixes for failing tests on travis.

This one goes with https://github.com/pressly/chainstore/pull/16 and closes #17