Daniel Ramteke

Results 5 comments of Daniel Ramteke

You could try the absolute path to `mint` to see if it's a `$PATH` issue? (run `which mint` to get the path). I have successfully run `mint` in build scripts.

From reading through the Vapor 4 Beta 1 release notes, the two officially supported platforms are Mac and Linux

This is what I do, @mwe8 : ``` this.tileView = findViewById(R.id.tileview) TileView.Builder(this.tileView) .setSize(MAP_WIDTH, MAP_HEIGHT) .setTileSize(512) .defineZoomLevel("map-tiles/13_%d_%d.png") .addReadyListener(readyDelegate) .build() ```

Any updates on getting this merged?

@weissi thanks for the direct link. I was not able to find it by searching "logging"