Jump to content

SimXY

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by SimXY

  1. Downloads the latest version: #!/usr/bin/env bash ckan_ver=$(curl -s 'https://github.com/KSP-CKAN/CKAN/releases/latest' | sed -r 's/.*tag\/v(.*)\">.*/\1/') ckanexe_url='https://github.com/KSP-CKAN/CKAN/releases/download/v'"${ckan_ver}"'/ckan.exe' curl -L -o "ckan.exe" "${ckanexe_url}"
  2. Well I didn't ask the question first but came here to ask exactly for this. I'd be delighted to see this feature.
  3. http://forum.kerbalspaceprogram.com/threads/43208 helps a lot here.
  4. I have no idea if this is a proper solution: Removing the height attribute from the #mission_src class in chute.css solves the problem. Firefox and Chrome seemingly adapt the height according to the content in that case.
  5. Hi, I like this tool but the page has display errors for me. See my screenshot. My Browser is Firefox 25 ("Mozilla/5.0 (X11; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0").
×
×
  • Create New...