mdipierro

Results 5 issues of mdipierro

``` wget http://web2py.com/examples/static/web2py_src.zip unzip web2py_src.zip cd web2py mkdir applications/benchmark cp -r applications/welcome/* applications/benchmark rm applications/benchmark/models/* echo """ import sqlite3 def index(): return 'Hello World!' def hellos(): return dict() def hellodb():...

We plan to integrate Automatic into the built-in web2py Auth mechanism. For now I am providing just the adapter and a simple example not relaying on the built-in Auth.

enhancement
adapter

Hello Sean, I installed python2.7 and did a pip install clyther I am trying this code: http://srossross.github.com/Clyther/examples.html#compile-to-opencl-source and I get Traceback (most recent call last): File "test1.py", line 32, in...

Hello defunkt, I made changes from import pystache.something to import .something so that pystache can be used even when its module is not in sys.path. I needed this change in...

Hello polarblau, I made three changes to jquery.suggest.js: I added z-index: -10 in the JS so that it works even if there is no CSS to set the z-index: +10...