Petter Wahlman

Results 14 comments of Petter Wahlman

Agreed, but as a start, just allow a single invocation. Optionally make a subsequent job invocation, cancel the first. The latter is also preferable if you e.g `AsyncRun` `make`, and...

I am also very interested in real time monitoring of `:Neomake!` progress. Doing as @benekastah suggest works fairly well, but I'd like the quickfix window to always display the latest...

Indeed, the devil is in the details. However your suggested fix did not solve the problem: ``` Severity Code Description Project File Line Suppression State Error C2664 'std::unique_ptr::unique_ptr(const std::unique_ptr &)':...

you should really consider using Travis or similar, as your example code does not work well. This is very off-putting when trying out a new library. I also had problems...

> > you should really consider using Travis or similar > > Is this similar enough to Travis? https://travis-ci.org/cnjinhao/nana/builds/561369374#L665 > Indeed! Travis should be set up to verify that all...

Windows is not my usual development environment, so you might be right regarding `std::filestystem` and VS2019 default c++ standard. I'll try to explicitly set it to c++20. I used the...

These are the errors I get when using the vc2019 project file (even after adding `/std=c++latest`) They disapear if I do as mentioned above, and replace `generic_u8string()` and `u8string()` with...

FYI: Nana v.1.7.1 built successfully by upgrading the vc2017 project file using vc2019. This branch contains the missing `wvl.hpp` file, but the second example here https://github.com/qPCR4vir/nana-docs/wiki/Prevent-GUI-blocking-(updated) does not work, as...

* Are there any plans to split up the TUI and nvim core code, so these can be built separately (maybe as a TUI submodule?) * What do you or...

> > Are there any plans to split up the TUI and nvim core code, so these can be built separately (maybe as a TUI submodule?) > > I don't...