[web2py] Re: Js packages from browser

2017-12-16 Thread Massimo Di Pierro
This is fantastic! On Monday, 11 December 2017 00:01:37 UTC-6, marco mansilla wrote: > > Just found this, looks nice. > > > https://medium.com/@ericsimons/introducing-turbo-5x-faster-than-yarn-npm-and-runs-natively-in-browser-cc2c39715403 > >

[web2py] Re: New Bootstrap 4 User Interface

2017-12-16 Thread Massimo Di Pierro
please do! On Thursday, 7 December 2017 03:01:01 UTC-6, Oasis Agano wrote: > > Hello, > > The new user interface looks awesome, far more than the one that was there > for the previous versions. > I wanted to know if someone(like me) can add a pull request on it on the > nav section to

[web2py] Re: Glyphicons not showing

2017-12-16 Thread Massimo Di Pierro
Will be fixed in next version of web2py. Problem is that class names are different... need to rename them all. On Thursday, 7 December 2017 16:45:50 UTC-6, Alex Glaros wrote: > > From another thread here: Bootstrap 4 dropped the bootstrap 3 included > glyphicons. You need to use fontawesome or

[web2py] Re: Asking support for MySQL create/alter column "AFTER" keyword

2017-12-16 Thread Massimo Di Pierro
I would support to change. Can you help make it happen? On Thursday, 7 December 2017 10:18:35 UTC-6, Alfonso Serra wrote: > > Hi everybody. > > I would like to ask for support for the create column "AFTER" another > column keyword so whenever we change something in our models the order of > the

[web2py] Re: Scheduler workers crash on usage of urllib

2017-12-16 Thread Massimo Di Pierro
fixed on gitghub. thanks for reporting it. On Thursday, 7 December 2017 06:26:33 UTC-6, Ryan Herbert wrote: > > I found this issue: https://github.com/web2py/pydal/issues/498 which > denotes my exact problem, so it should be fixed soon (?). Not entirely sure > why this issue didn't come up when

[web2py] Re: Get reference format representation on dal callbacks

2017-12-16 Thread Massimo Di Pierro
Can you please provide a complete example of what you want using pseudocode? On Wednesday, 6 December 2017 10:31:57 UTC-6, Carlos Cesar Caballero wrote: > > Hi, I am building a module (plugin) that is using some "after insert" > and "after uptade" dal callbacks. The tables has references

[web2py] editor save settings - error ( for +=: 'dict_items' and 'list')

2017-12-16 Thread Nazywam siÄ™ Witek
version 2.16.1-stable+timestamp.2017.11.14.05.54.25 , Python 3.6.3: /usr/sbin/python (prefix: /usr) File "/alt/Devel/WEB2PY/web2py/applications/admin/controllers/default.py" , line 647, in edit post_vars += [(opt,

[web2py] getting pythonic ducks in line

2017-12-16 Thread Val K
Hi, Dave! I followed this https://www.digitalocean.com/community/tutorials/how-to-set-up-python-2-7-6-and-3-3-3-on-centos-6-4 And it seems that sqlite3 is optional -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -