shiraeeshi

Results 8 comments of shiraeeshi

Reproduced the issue after pulling master branch. I think the issue is caused by the commit [Initial changes for splitting chapters to pages](https://github.com/babluboy/bookworm/commit/1e3047acc41b99ff5097017d4f176f7a031796f1). The "fillPage" function in `functions.js` file adds...

> Not sure why I did not hit the issue on elementary. Maybe it depends on the contents of the html file being opened. Not sure about that.

Just found out that you can use `Webkit.WebInspector` to debug html and javascript from within the application. Pretty cool stuff.

@babluboy Can you undo the changes from the [Initial changes for splitting chapters to pages](https://github.com/babluboy/bookworm/commit/1e3047acc41b99ff5097017d4f176f7a031796f1) commit in the master branch? You can edit files to undo those changes and make...

@babluboy I don't know a way to reverse a commit directly on github. You can undo the changes in the master branch, and continue the work on the dev branch.

The function runs the script located at `data/scripts/com.github.babluboy.bookworm.dictionary.sh`. Try to run it manually.

Here is the solution by @jpfuentes2 adapted for 3.1.1: https://gist.github.com/shiraeeshi/b3b875b35dc6564c07b0c9df47601501 There is an example project: https://github.com/shiraeeshi/slick-update-returning-example Also you can check this answer in stackoverflow (the text is the same as...

You can see the changes in [this commit diff](https://github.com/shiraeeshi/hs-parconc-chat-server/commit/bbd6361af5d1b91accdd02dbe4c560cfffed01af).