kmikita
kmikita
Ideally, the entire range of UTF should be passed, but I was only add the Cyrillic alphabet as this solves a particular annoying issue #2705. I don't see any stability...
I confirm the same issue. I guess something missworking on stage **CdTextEncoder** and therefore needs feature to generate **cdtext.dat** for debugging without cd burning -> export from drive. I was...
$ git clone https://github.com/osm/icka.git $ cd icka $ heroku create $ heroku config:set ICKA_EMAIL=your@email $ heroku config:set ICKA_PASSWORD=your_password $ echo "worker: ./bin/icka -forever" > Procfile $ git add . $...
$ git clone https://github.com/osm/icka.git $ cd icka $ heroku create $ heroku config:set ICKA_EMAIL=your@email $ heroku config:set ICKA_PASSWORD=your_password $ echo "worker: ./bin/icka -forever" > Procfile $ git add . $...
**Procfile** must contain `worker: ./bin/icka -forever` then ``` $ git add . $ git commit -m "Procfile" $ git push heroku master $ heroku ps:scale worker=1 ``` If success, then...