Serhii Polishchuk

Results 48 comments of Serhii Polishchuk

I've got: ``` Warning: Cask 'osxfuse' is already installed. ``` while run `opam depext` and then on `opam install google-drive-ocamlfuse` ``` Gathering sources > [google-drive-ocamlfuse.0.7.23] found in cache [ocamlfuse.2.7.1-cvs7] found...

Full log ``` ➜ ~ opam install google-drive-ocamlfuse The following actions will be performed: - install ocamlfuse 2.7.1-cvs7 [required by google-drive-ocamlfuse] - install google-drive-ocamlfuse 0.7.23 ===== 2 to install =====...

Full log of `depext` ``` ➜ ~ opam depext google-drive-ocamlfuse # Detecting depexts using vars: arch=x86_64, os=macos, os-distribution=homebrew, os-family=homebrew # The following system packages are needed: Caskroom/cask/osxfuse gmp lzlib pkg-config...

you can see that `depext` don't want to install osxfuse because it is already installed, but when I run `opam install` it fails because decide that osxfuse is not installed

So, I've been able to make `HTMLEngine` work with S3 Actually the issue with `view.HTMLEngine`, `Load()` method, that is able to load templates only from the filesystem (virtual or actual)...

I will wait comment from @kataras Will be happy to make that changes to iris

@kataras sorry for late response. I'm ukrainian and I have a lot of issues to resolve right now, so this one is not in a priority. I'll look at it...

Zero dependency. It just gave me ability to inject my own AwsS3 io.Reader

It looks like a bug ![selection_442](https://user-images.githubusercontent.com/1978331/32374519-c87823c8-c0a6-11e7-957a-39f03b4573f5.png)

There is no way to skip step on some condition, I have try it to implement but without success. If you'll have any code to review will happy to do...