Michael Hoff
Michael Hoff
+1 ``` $ task --version 2.5.1 $ task-web --version rack 1.3 sinatra 2.0.3 vegas 0.1.11 $ task-web [2018-07-03 12:51:12 +0200] Starting 'taskwarrior-web'... [2018-07-03 12:51:12 +0200] trying port 5678... Couldn't get...
Newest Ubuntu with latest updates ``` $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04 LTS Release: 18.04 Codename: bionic ```
Sure thing! ``` $ ruby --version ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux-gnu] $ gem --version 2.7.6 $ gem list --local *** LOCAL GEMS *** activesupport (3.2.22.5) bigdecimal (default: 1.3.4) blockenspiel...
You are right. `open http://0.0.0.0:5678` results in the above error message and `task-web` itself does work. Many thanks!
> That's true. > Still what do you advice? use logging.info or output nothing? @ronhanson Yes, I guess logging would be appropriate for this use case. > > A module...
+1, any progress in this matter?
> @mhoff can you confirm that? I would agree. > The same problem might also be there in other examples. Possibly. However, I checked the robotic experiments and they do...
Hello, I can confirm this issue is still present in NC25 (25.0.3). I have two separate NC instances (one on a shared host, the other on an RPI via nextcloudpi)....
Agreed. For the majority of users, if not for all of them, using the python version of NEST as default should be correct.
I believe an operation like `view.longClicks().withLatestFrom(view.touches())` would produce exactly that result in an intuitive way (assuming `withLatestFrom(view.touches())` is not too expensive). This approach is probably not working because of an...