5 Matching Annotations
  1. Mar 2016
  2. Feb 2016
    1. When an exception is raised and the debugtoolbar.intercept_exc setting is display or debug, Pyramid presents a pretty traceback page. If the setting value is debug, you will be able to examine locals in each frame in the traceback and execute code in the context of each frame.
  3. Jan 2016
    1. http://www.w3.org/2002/07/owl#http://www.w3.org/2002/07/owl#

      from "OpenLink Virtuoso SPARQL Query Editor Predefined Inference Rules" .. should it say name: owl: http://www.w3.org/2002/07/owl#

      ... sh:entailment https://www.w3.org/TR/shacl/#entailment >

  4. May 2015
  5. Jul 2014
    1. 25.12.3. RUNNING THE TESTS IN A DOCKER CONTAINER The test suite can be executed under a docker container using the --docked option flag. The docker container must be properly configured on the system invoking the tests and the container must have access to the internet. Here's a simple usage example: tests/runtests.py --docked=ubuntu-12.04 -v

      "RUNNING THE TESTS IN A DOCKER CONTAINER"

      Here's a simple usage example:

      tests/runtests.py --docked=ubuntu-12.04 -v

      The full docker container repository can also be provided:

      tests/runtests.py --docked=salttest/ubuntu-12.04 -v