Guillermo Gutiérrez
Guillermo Gutiérrez
Is there support for different schemas? I see that the GUI handles them correctly but I can't browse them in the term app...
I'm opening this issue just to give some feedback on these two exercises. - So in Monad exercise `OptionT` is introduced. You can deduce some of its meaning from the...
The following code doesn't compile: ``` scala implicit def optionTMonad[F[_]](implicit F: Monad[F]) = { new Monad[OptionT[F, ?]] { def pure[A](a: A): OptionT[F, A] = OptionT(F.pure(Some(a))) def flatMap[A, B](fa: OptionT[F, A])(f:...
#### Problem description Given a computer at UTC+1 with Briefcase and a server at UTC+0 with Aggregate, when Briefcase CLI pulls a form adding `--start_from_date 2019-01-01`, then submissions belonging to...
As discussed at https://github.com/opendatakit/briefcase/issues/756#issuecomment-544929141, it would be valuable to include in the export errors report those submissions that can't be decrypted for some reason. This issue should include: - [...
As per [forum conversation](https://forum.opendatakit.org/t/briefcase-export-from-last/20028), users would like to be able to define an export date range filter with time resolution. Currently, the `-start`, and `-end` CLI args allow ISO8601 formatted...
#### Problem description Briefcase gets stuck checking for updates for different network reasons (firewall, custom dns, lack of connectivity...) or if GH service is down. #### Steps to reproduce the...
Sentry can use refs to git commits to enhance the error reports we get when something fails. For that to work, Sentry needs to receive some information: - a list...
#### Problem description We have detected that the pull UI doesn't reset when there's an error while getting the session token from Central (not the one we request for the...