Arda Karaduman

Results 29 comments of Arda Karaduman

yes. up unto a certain point, we were able to build the package by using the dep manifest in the repo by doing `make dep`. Right now, I am not...

hello @sss0350 , All headers should be available as `ENV` variables in your function, with the following format : ``` HEADER_{HTTP Header, uppercase, `-` replaced by `_`} HEADER_ACCEPT_LANGUAGE HEADER_AUTHORIZATION ```...

hello @sss0350 ! I'm glad that you were able to access request headers ! You can use route configuration to add static headers [as described here](https://github.com/iron-io/functions/blob/dea100d3d921eb16a478645ac62fd4df2b86564f/docs/definitions.md#headers-object-of-array-of-string). Unfortunately there is no...

@sss0350 the normal work flow with IF, you bump the image version with `fn bump` when you want release a new image. this will iterate the version and also assign...

Plot twist : The contents are probably in Unicode (Japanese).

interesting. it seems error is thrown from the [iron.cli python lib](http://pydoc.net/iron/0.2.2/iron.cli/) . There is no reference to either `ironfile.py` or `iron.exceptions.IronFileNotFound` in the Ironcli Go project. I'll have a look.

it seems this is a lib that used to live in https://github.com/nvie/iron which does not exist anymore. Is this guy affiliated with the company ? Did he write a python...

@dmitryzuev Thank you for the update ! I'm trying to slim some includes for my blog. But somehow they get embedded as slim (not htmlified) https://github.com/c0ze/blog.coze.org/tree/jekyll3-slim > It should work...