Charles Milette

Results 689 comments of Charles Milette

Nope: ![2016-06-09](https://cloud.githubusercontent.com/assets/6440374/15929177/6f60586c-2e19-11e6-86c9-8cb74b8ae782.png)

It's working now. But I still can't install an unsigned addon permanently, as it was the reason I opened this issue in the first place.

Woooops. However my other suggestion still stands ;) Le sam. 3 juin 2017 01:24, Kevin Hinterlong a écrit : > Have you looked at #24 > ? > > —...

I finally took time to try it out. It's pretty lit 👌

Issue has been resolved upstream: https://github.com/microsoft/STL/pull/1886

I think we should at least replace spdlog::source_loc by std::source_location when it's available, to make consumption from C++20 nicer.

FWIW I already have such an implementation in my code: ```cpp class debug_sink final : public spdlog::sinks::base_sink { protected: void sink_it_(const spdlog::details::log_msg &msg) override { if (IsDebuggerPresent()) { spdlog::memory_buf_t formatted;...

The library we use for SSH doesn't support it yet. There is a PR for it here: https://github.com/sshnet/SSH.NET/pull/614. Once merged it should eventually show up in a release of SSH.NET...

The upstream PR got merged but no new release of SSH.NET has been made since, so we cannot provide it yet.