Marc Apfelbaum

Results 10 comments of Marc Apfelbaum

Hi Cory, perhaps this [Stackoverflow answer](http://stackoverflow.com/a/17890518) could help a little bit

Hi @prbt2016 , I've fixed the error while installing with MySQLi adapter. But it throws other exceptions now. I'll have to investigate why mysqli isn't able to prepare statements sometimes.

@oleteacher a screenshot or logs from Leafpub would be great 🙂

Hi @agottschling this project is neither dead nor suspended. It's a part time project. I'm open to pull requests.

Thanks for posting, it's fixed in branch `1.2` :slightly_smiling_face:

No, there isn't a Docker env. I've played a little bit with Docker and Leafpub but I haven't published yet the container setup

Hi @trentyarwood to use Range with Leafpub 1.1.9 you need to download version [1.1.0 ](https://github.com/Leafpub/range/releases/download/1.1.0/range-1.1.0.zip)

Are there any error messages in your browser's console? The demo site at demo.leafpub.org runs beta-6 and I'm able to set a link.

The npm will create a package-json.lock after each _npm i_. If Cory wanted to pin the versions then there would be a npm-shrinkwrap.json. Postleaf is tested with node 7 you're...

If you cast your int to String via currentId.toString(), the error won't be thrown.