Jon Borgonia
Jon Borgonia
HCL seems like a good idea. :+1: Should blade support both?
No actually I thought about it over night and I think a single HCL format makes documentation and testing easier to manage. Reasons _for_ yaml: - HIL could also work...
Confirmed multiple attempts failed uploading a 6.6G file using $glacier-cmd upload --partsize 8 my_vault my_large_file.tar.bz2 --partsize 32 also did not work, and same results without the --partsize param ... File...
i got something different, socket.error Connection reset by peer i split up my large files into 100M chunks and uploaded $glacier-cmd upload --partsize 32 my_vault * ... File "/usr/lib64/python2.6/site-packages/boto-2.8.0-py2.6.egg/boto/glacier/layer1.py", line...
I couldn't build it either, i'm using `Haxe Compiler 4.3.0-rc.1+4976732` ```hxml -lib hxnodejs:git:https://github.com/HaxeFoundation/hxnodejs -lib hx3compat:git:https://github.com/HaxeFoundation/hx3compat -lib format:git:https://github.com/HaxeFoundation/format -lib hxbit:git:https://github.com/HeapsIO/hxbit ``` error: ``` /home/user/.local/haxelib/hx3compat/git/std/js/jquery/JQuery.hx:226: characters 28-56 : Warning : This typedef...
@sfabriece pushed up a working PR #141
@airtonix i tested out your branch and i think you need to add the `webpack-hot-client` dependency
this should be resolved now, upgrade to >=0.9.0
i just checked again to make sure this is still an issue. the only problem is the inconsistency between mysql and postgrehx. ``` posts = Post.manager.search( true, { limit: [5,10]...