Recent Posts by bcs
posted 3 years ago
bcs
11 posts
|
Forum: Instiki – Topic: Page with multiple SVGs doesn't render properly Ohh. That was a stupid miss on my part. I never thought to look at ids! I changed them and it all works fine now. Thanks a lot |
posted 3 years ago
bcs
11 posts
|
Forum: Instiki – Topic: Page with multiple SVGs doesn't render properly Please find here the link to the page. And the link to the two individual figures: fig1, fig2 |
posted 3 years ago
bcs
11 posts
|
Forum: Instiki – Topic: Page with multiple SVGs doesn't render properly I have a page which includes two SVG images that were generated by tikz and then converted to SVG online. Both of them render perfectly if they are the only images on the page. But when both of them are included, the second image does not render correctly at all. All the math in the image is wrong and includes weird symbols. Is there a fix for this? |
posted 3 years ago
bcs
11 posts
|
Forum: Instiki – Topic: tex2svg on Heroku Thanks a lot! This works for now. I will ask in Heroku forums in case the timeouts grow inconvenient. |
posted 3 years ago
bcs
11 posts
|
Forum: Instiki – Topic: tex2svg on Heroku I deployed the tex2svg server on Heroku as per the instruction given here by creating a separate app. What exactly do I now need to put in the |
posted 3 years ago
bcs
11 posts
|
Forum: Instiki – Topic: Heroku hosting fails It works now! Thanks! |
posted 3 years ago
bcs
11 posts
|
Forum: Instiki – Topic: Heroku hosting fails I followed the exact instructions on the site. The Gemfile.lock that I can see on my machine also doesn’t have the “BUNDLED WITH” line. The code seems to be running BUNDLED_WITHOUT : remote: Running: BUNDLE_WITHOUT=‘development:test’ BUNDLE_PATH=vendor/bundle BUNDLE_BIN=vendor/bundle/bin BUNDLE_DEPLOYMENT=1 BUNDLE_GLOBAL_PATH_APPENDS_RUBY_SCOPE=1 bundle install -j4 But I do not know what BUNDLED_WITH version it is removing in a previous line. None of the files (Gemfile or Gemfile.lock) seem to have either BUNDLED_WITH or the BUNDLED_WITHOUT line. I found a dicussion on stackoverflow but the accepted answer says the same thing the log file says. I did not run bundle install at any point. |
posted 3 years ago
bcs
11 posts
|
Forum: Instiki – Topic: SVG editor doesn't work No I do not have any wiki (web) of that name. Or even a page. I got the same error when I tried it with different browsers also (with and without any extensions/addons). |
posted 3 years ago
bcs
11 posts
|
Forum: Instiki – Topic: Heroku hosting fails I tried it again and got this error: —–> Building on the Heroku-20 stack —–> Determining which buildpack to use for this app —–> Ruby app detected —–> Installing bundler 1.17.3 —–> Removing BUNDLED WITH version in the Gemfile.lock —–> Compiling Ruby/Rack —–> Using Ruby version: ruby-2.7.1 —–> Installing dependencies using bundler 1.17.3
! ! Failed to install gems via Bundler. ! ! Push rejected, failed to compile Ruby app. ! Push failed I am not sure now if this was a problem from my side. |
posted 3 years ago
bcs
11 posts
|
Forum: Instiki – Topic: SVG editor doesn't work When I try to add an SVG graphic in a page using the Create SVG button, the popup windows doesn’t display anything. From the log it seems that it is unable find the css file Processing WikiController#editor (for 127.0.0.1 at 2021-09-25 09:55:03) [GET] Parameters: {“web”=>“svg-edit”, “id”=>“jgraduate/css/jGraduate.css”} Rendering template within layouts/error Filter chain halted as [:connect_to_model] rendered_or_redirected. Completed in 4ms (View: 1, DB: 3) | 404 Not Found [http://localhost/svg-edit/editor/jgraduate/css/jGraduate.css] Could someone please look into the issue and help? |
posted 3 years ago
bcs
11 posts
|
Forum: Instiki – Topic: Heroku hosting fails I followed the instructions on the instiki site to create and host a wiki on heroku. But there seems to be an error which is probably to do with the gemfile? Here is the build log —–> Building on the Heroku-20 stack —–> Determining which buildpack to use for this app —–> Ruby app detected —–> Installing bundler 1.17.3 —–> Removing BUNDLED WITH version in the Gemfile.lock —–> Compiling Ruby/Rack —–> Using Ruby version: ruby-2.7.1 —–> Installing dependencies using bundler 1.17.3
! ! Failed to install gems via Bundler. ! ! Push rejected, failed to compile Ruby app. ! Push failed Could someone help with this issue? |