Richard Gomes

Results 47 comments of Richard Gomes

@virtualirfan @chandu0101: Migrating ``sbt-sri-platform`` requires review of several other projects: * http://github.com/frgomes/sri * http://github.com/frgomes/sbt-sri-platform * http://github.com/frgomes/sri-mobile.g8 * http://github.com/frgomes/sri-core * http://github.com/frgomes/sri-mobile * http://github.com/frgomes/sri-universal * http://github.com/frgomes/sri-vector-icons * http://github.com/frgomes/sri-navigation * http://github.com/frgomes/sri-platform-config-android * http://github.com/frgomes/sri-platform-config-ios...

@chandu0101 : I've cross compiled ``scalajs-jest/core`` and ``scalajs-plus/core`` on 2.11 and 2.12 already. Apparently it is OK but I'm not skilled enough on jest to tell for sure. I will...

I vote for semantic versioning. The only argument I see in favor of other schemes is basically marketing. Let's suppose that we release every 6 months. Let's say that next...

Let's suppose that we have several repositories, like ios, android, web, etc... which is really the case at the moment. Each repository has it's own, independent, versioning. Now let's suppose...

In my opinion, the following should be plenty enough: ```scala eventually { assert(condition) true } ``` No need for assertThis, assertThat, assertWhatever. No need for eventuallyThis, eventuallyThat, eventuallyWhatever. If you...

@NeQuissimus :: I certainly understand your point. My point is that ``uTest`` should not be polluted with this, that, whatever just because API X has a certain function or syntax...

My implementation is here: https://github.com/frgomes/utest-extra Yeah... I still need to publish onto Sonatype.

## Known issues - [ ] build ``geodocker-geomesa-jupyter``, which I've commented out for the time being, since it's failing at the moment; - [ ] port 9997 is not exposed,...

@elahrvivaz https://raw.githubusercontent.com/frgomes/geodocker-geomesa/0014-expose_port_9997/geodocker-accumulo-geomesa/Makefile I suppose that this definition ``` BUILD_TARBALL := ${HOME}/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-dist_2.11/${GEOMESA_VERSION}/geomesa-accumulo-dist_2.11-${GEOMESA_VERSION}-bin.tar.gz ``` and this dependency ``` ${DIST_TARBALL}: ${BUILD_TARBALL} ``` .. they together guarantee that the tarball is only built if...

@elahrvivaz : No worries. I will test what happens when the artifact is already there, and when it is not.