mkulagowski

Results 34 comments of mkulagowski

Hey, I didn't want to open new issue with the same name, so I write here. I'm trying to get git-lfs working with lfs-test-server, yet to no avail. Unlike the...

@rubyist Well...that kind of helped - there wasn't problem with credentials and while pushing I even caught a glimpse of loading bar :D Unfortunately I got few errors: SERVER: `2015-04-20T14:55:00Z...

@rubyist Thank You very much sir, I think we're at the finishing line: `LFS_HOST` was indeed wrong, cause I used export from cmd line - after another logon it went...

I guess I could've been ignored due to my issue being almost the same as the original issue from mschubert. Yet for me `git lfs ls-files` list files correctly so...

@rubyist Ok, great - I've found those files :+1: One more question...what is the difference between LFS_CONTENTPATH and path from .git/config: 'http://vps_host_name:8080/path' ?

@rubyist Well... I'm not yet sure I understand... So right now I could set .git/config to: `[lfs]` `url = "http://vps_host:8080/user1/repo2"` and LFS_CONTENTPATH to: `"/user2/repo3"` and my files would go to...

As for File class for asynchronous write/read - there is one in review [here](https://review.gerrithub.io/#/c/282487/)

Can't You put them into folder and overload gtest's TearDown() to delete the folder recursively, if it exists?

Not sure if You're talking about structured exceptions or obtaining stack trace, but: • We can use VS [/EHa exception handling model option](https://msdn.microsoft.com/en-us/library/1deeycx5%28v=vs.80%29.aspx) • Here is a little [guide about...

- [Raw TXT Logger Backend](https://github.com/nfprojects/nfengine/commit/df4b8f7c2f719f032f3805d3f591112164144438) - [XML Logger Backend - **IN REVIEW**](https://review.gerrithub.io/#/c/274989/) - [Stream logging](https://github.com/nfprojects/nfengine/commit/b0ec2840b3e7c46aeab2c738b9dbfb65b4db9266) - [Flushing logs](https://github.com/nfprojects/nfengine/commit/a8a27af8824cce413e4a703ba225d12034612155) - [FATAL log app termination](https://github.com/nfprojects/nfengine/commit/092e185b1df0b1f57e317369b56b1e4aa8ac6ea7) - [CPU, RAM, OS, Compiler versions written...