Konstantin Bryzgalin
Konstantin Bryzgalin
> Would you like to create a PR for this issue? I'd love to, but what do I do with `replyQueue`? Should it be asserted or deprecated?
@dgradwell-ams Yes, reply-to queue is the way to go with ClientRMQ, and the fact that Nest uses it (with auto ack) by default is great. The problem is that ClientRMQ...
@adrianobnu personally I feel with only two comparisons the explicit code is better and more readable. but honestly whatever as long as a bug gets fixed, I'm fine with it…...
> Yes, it works anyway, but this alternative only makes 1 comparison (instead of 2 or more if you have other databases in the same situation), and I see no...
дело не в консоли, а в файловой системе. закомментил exception handler и... ``` Traceback (most recent call last): File "vkporter.py", line 165, in output = os.path.join(args.output, album['title']) File "C:\Python27\lib\ntpath.py", line...
тут другой вопрос - а с чего это я не могу в os.path использовать не-ascii имена папок? os.path.supports_unicode_filenames = True, я проверял.
причём с консоли всё ок. ``` Python 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)] on win32 Type "copyright", "credits" or "license()" for more information. >>> import...
Yeah, well, even versioned assets need to be referenced somewhere, like index.html maybe? I mean if what you are making is SPA + lambdas for backend, you're probably gonna need...
I'm not sure if creating a CF distribution on S3-deploy is a good idea. Maybe it's better create a bucket and a distribution via cloudformation template as part of `sls...
hi! why not `*>`? like `(x, y, z) *> { … }` and `async (x, y, z) *> { … }`