Results 31 comments of Dmitry Lobanov

@reaper could you try my PR: #454 ? In Gemfile: ``` git: 'https://github.com/lolgear/devise_token_auth', branch: 'missing_methods_for_cancan' ```

@rossshannon could you try to prepare sample, that will suffer from this issue and can be fixed by your solution? I have a sample where I try to catch this...

@ethomson Could you check this PRs? I guess SPM PR can be merged as a sketch for people who would like to use this library via SPM ( as submodule...

### Overview This PR contains only a draft, but it works for different project. ( I hope it will be merged ). Why is it useful? Because people don't want...

I use Cmake 3.20.2 (Installed from Homebrew) I run ```sh #!/bin/sh export MACOSX_DEPLOYMENT_TARGET=10.10 rm -rf "xcode" mkdir "xcode" cd "xcode" cmake -G "Xcode" .. open "libgit2.xcodeproj" ``` Open Xcode 12.5...

Could you confirm that my test by Xcode project is relevant?

I posted a question about this issue at [CMake](https://discourse.cmake.org/t/how-to-properly-configure-cmake-script-to-run-with-osx-deployment-target-10-10/3395) forums. And at one moment I figured out that I do something wrong. I compared generated `.c` file and a file...

@ethomson They changed something in recent release ( cmake 2.23.1 - 2.23.2 ) and our setup doesn't work. MACOSX_DEPLOYMENT_TARGET doesn't affect futimens availability anymore. ``` /// Always find futimens regardless...

- [ ] use `__auto_type` inference in documentation. (?) Yes, auto type inference has its own downsides ( time spent by type deducing ). But wait, it is what whole...

Please, stop this madness about naming conventions. Instead of renaming everything, you could be more "useful" and find bugs in this repository. Or add tests. Or add support for Windows...