FunMiles

Results 59 comments of FunMiles

PS: On the other hand, I have the impression that I can achieve what I want with a very simple use of `hpx::lambda_to_action` at least for lambdas with an empty...

I have created a quick test and the following essentially does what I want: ```cpp template auto self_action = hpx::actions::lambda_to_action( Lambda{} ); template auto wrapped(Lambda &&l) { return self_action; }...

I have a bit of experience packaging for conan, though only on my local repositories. If that can help, I can submit a PR with such a setup and later...

I hit the same issue with SvelteKit which is based on Vite. The minified version solved the issue for me as well.

This is an old issue, but I would also be interested in having shift+enter or something of the sort to enter multiple lines of input before handing the result for...

I have tried this and can reproduce a similar thing with the simplest C++ code. I am interested in using this library for my C++ project and created the simplest...

I got a simple example running with the C++ API example. It does run but I have not visualized the result. I will do visualization in my own project. ```cpp...

PS: I, like @kurtsansom am also for having an install that creates a proper CMake find_package compatible file. It's not terribly difficult to do with the recent CMake versions. I...

One comment and one question: - I had twice previously loaded smaller data files. - imposm's last step is to rotate the tables as indicated above: `import -> public ->...

I agree this project needs some demos/example. The documentation is a bit bare. I think it is written with a use methodology in mind that is not outlined. The result...