Amit Upadhyay

Results 74 issues of Amit Upadhyay

``` python(5211,0x700003a92000) malloc: *** mach_vm_map(size=745667699670638592) failed (error code=3) *** error: can't allocate region *** set a breakpoint in malloc_error_break to debug Internal Server Error: /apple-touch-icon-precomposed.png Traceback (most recent call last):...

a la http://jekyllrb.com/docs/datafiles/? Why not.

We have a bunch of thing that works, and a bunch of thing that kind of does not. For 1.0 release lets remove all magic. ## What is importd? Its...

It should be possible for eg python -m importd.app to read settings file, and if app is composed of reusable apps, there need not be any python files at all....

ready

I want to be able to do: ``` python from importd import d, debug d( SOMETHING_ELSE="foo" + debug("one", prod="two") ) ``` As of now this leads to an exception. importd.DValue...

> https://github.com/amitu/importd/issues/23#issuecomment-59210210 What I think importd need is a one page website to show it off, some simple examples, credits, a link to github and another to the docs (and...

ready

Unless use_yml=False. local_settings.yml will override settings.py. Also env variables will have higher precedence over both of these. Eg if I pass some environment from supervisord.conf file. in yml file there...

ready

fhurl sets form.next during processing, this means if a form field is named next, it will be overwritten.

With the following code there is no output for last statement: ```ftd -- string $username: *$ftd.empty -- ftd.text-input: placeholder: enter username $on-input$: $ftd.set-string($a = $username, v = $VALUE) -- ftd.text:...