Timm Stelzer

Results 6 comments of Timm Stelzer

Getting the same error here, even after hardocding the path. ``` let s:dll_path = 'C:\Users\timm\vimfiles\plugged\wimproved.vim\wimproved64.dll' ``` ![explorer_2016-06-09_14-57-34](https://cloud.githubusercontent.com/assets/15860486/15930361/cf8554ac-2e52-11e6-8730-4e414f746157.jpg) throws ``` Could not locate C:\Users\timm\vimfiles\plugged\wimproved.vim\wimproved64.dll ``` I also tried to put the...

@F1LT3R I chased this for hours upon hours, until realizing that instead of running the script through python, like: ``` ./powerline-fontpatcher somefont.otf ``` I could just run the script though...

@gcanti Hey, thank you for responding! I want to make it very clear that I love your work and deeply appreciate that you are effectively driving the typescript functional programming...

I started a dedicated repository for the purposes of writing the introductory tutorial: https://tstelzer.github.io/workers-guide-to-fp-in-ts/.

Thank you for the write up, much appreciated! As I need to write an arbitrary amount of data to an arbitrary amount of files, I gyess to have to implement...

FYI, at least judging by the types provided, neither `amqp.connect`, nor `connection.createChannel` return Promises, so using `await` is incorrect.