vjrj

Results 67 comments of vjrj

No paro de leer referencias a estos nuevos sintomas aquí y allá: https://www.redaccionmedica.com/secciones/sanidad-hoy/coronavirus-sintomas-estudio-apunta-perdidas-olfato-gusto-9641 "Streeck ha revelado que dos tercios de los pacientes con Covid-19 que han entrevistado él y su...

This works great in my side, something I cannot say of #21 that didn't worked for me. Only a minor comment that I did in this coment of the other...

@fareesh , can you make the customBuilder nullable in `types.dart` ``` /// Builder for custom choice item typedef Widget? C2Builder(C2Choice item); ``` This is useful for build only some items...

Try this other: https://github.com/davigmacode/flutter_chips_choice/pull/25

Hi, Maybe it's related or maybe it's not, but I was testing this PR in my project (meteor 1.6, collection2, npm-simpl-schema and react) but it caused the client code to...

I'm already testing this PR locally. Other issue (an old reference to simple-schema): ``` diff --git a/versions.json b/versions.json index 807ba8a..38d7c0b 100644 --- a/versions.json +++ b/versions.json @@ -5,10 +5,6 @@ "2.2.0"...

About the build, I didn't included the war generation because I usually add a extra deb build step after a jenkins war build job. Also because I'm not sure of...

I updated this PR to master. Now also do the build and I configured it to use with: https://jenkins-debian-glue.org/ because I didn't have a job to update the repository.

I've just updated this package to use `tomcat9`. The `2.4.2` for `tomcat9` can be installed with: ``` apt install ipt=2.4.2+0~20210714095243.36~1.gbp6bc430 ``` Tomcat is sandboxed by systemd in Debian and only...

I've just updated to `2.5.0` running for now in https://ipt-demo.gbif.es/ So `apt install ipt` installs `2.5.0` now from `apt.gbif.es`.