kopp
kopp
Is there a way to run the builds automatically (e.g. by travis), to include the latest version of the book in the releases?
I might jump in to give @danmarshall a usage example. I would like to be able to iterate over different kinds of data and provide one MVTLayer per kind. The...
I tried to do the same with [the latest build, `v9.06-prealpha6`](https://github.com/mehtank/androminion/releases/tag/v9.06-prealpha6) with the corresponding server run via `ant run` in `vdom` and also got the following error in logcat: ```...
It looks like one of these arrays of the `GameStatus gs` is empty/was not assigned ... ``` gs.turnCounts[i], gs.deckSizes[i], gs.stashOnDeck[i], gs.handSizes[i], gs.stashesInHand[i], gs.numCards[i], gs.vp[i], gs.pirates[i], gs.victoryTokens[i], gs.debtTokens[i], gs.guildsCoinTokens[i], gs.villagers[i], gs.minusOneCoinTokenOn[i],...
Would it work to have multiple Package.toml files? One in the toplevel containing everything and multiple ones containing only "what is necessary" in the subfolders? I'm pretty new to Julia...
as far as I understand, the `radio` module does not have the concept of _connected_ or _disconnected_, but just of _on_ and _off_. As far as I understand from [the...
I guess, that you are using this package https://pypi.org/project/pseudo-microbit/ which does not provide `utime`. Maybe you can open an issue in this project?
I'm soo sorry for the late reply. My catkin config is nothing special (I guess); linked and using ccache (see below). I did not capture `catkin config` from directly before...
@wjwwood Sorry for the confusion: I wanted to say that I tested with that version; it has nothing to do with that particular commit. In our case, we have unit...
I would rather like to put it into the CMakeLists.txt: When I know that tests must not run in parallel, I don't want to have to configure that in catkin...