Re: Updates to LeoVue

2018-10-17 Thread Chris George
Well, that is just way too easy. I guess I should have followed up on figuring out what a CDN was before I went off trying to get the entire shooting match to work on Heroku. On the plus side, I now know something about node.js and express.js that I didn't know before. :-) Chris On Wed, Oct

Re: Updates to LeoVue

2018-10-17 Thread Joe Orr
On Tuesday, October 16, 2018 at 9:06:59 PM UTC-4, Chris George wrote: > > I guess this would be a question for Joe. > > I have gotten Leo Vue to "work" under heroku. The application serves a > page that is identical to a page served by the local application. But it > won't display the page. >

Re: Updates to LeoVue

2018-10-17 Thread Joe Orr
Oops! I removed vue-tabs because there are tabs in bootstrap-vue. Forgot to remove a couple of includes. I just uploaded a fix. Joe On Monday, October 15, 2018 at 10:36:10 AM UTC-4, Chris George wrote: > > Ugh. The entire node/npm thing is a dog's breakfast. I have problems, as > usual. > >

Re: Leo options if file on disk gets updated?

2018-10-17 Thread jkn
Hi Edward On Tuesday, October 16, 2018 at 11:55:15 AM UTC+1, Edward K. Ream wrote: > > On Mon, Oct 1, 2018 at 9:37 AM jkn > > wrote: > > My apologies for the delay in responding. > > 4) Separately, >> touch mytest.leo >> >> 5) Change back to Leo. >> nothing shown(!) >> > > Leo doesn't

Re: Docker for LeoVue etc.

2018-10-17 Thread Terry Brown
On Wed, 17 Oct 2018 03:30:46 -0500 "Edward K. Ream" wrote: > I assume that a machine must be running the guacamole server to be > accessible via the client. > > Edward No, it needs to be running a remote access protocol like VNC (vnc-server, not vnc-client) or RDP. And it needs to be

Re: About separate processes and threads

2018-10-17 Thread Edward K. Ream
On Tue, Oct 16, 2018 at 4:07 PM vitalije wrote: I don't have much time to write right now, but here is a list of (IMHO) > essential facts one should keep in mind when dealing with concurrency: > A great summary. Many thanks for this. I've bookmarked this reply and will study the features you

Re: Supporting pytest

2018-10-17 Thread Edward K. Ream
On Wednesday, October 17, 2018 at 6:07:28 AM UTC-5, Edward K. Ream wrote: > ​However, I have not figured out how to run tests on all leo*.py files in the leo folder. It appears that all tests must start with test_, at least in some situations. (Yes, I know about -k, but haven't gotten that

Re: Supporting pytest

2018-10-17 Thread Edward K. Ream
On Sunday, October 14, 2018 at 9:56:52 AM UTC-5, Edward K. Ream wrote: We should decide where tests belong. > For testing, I have added two top-level test functions to leoApp.py: def test1(): assert True def test2(): assert False Running tests on explicit files does work as

Re: Docker for LeoVue etc.

2018-10-17 Thread Edward K. Ream
On Tue, Oct 16, 2018 at 8:49 AM Terry Brown wrote: > It would be best to make a Docker image for Leo, but running GUI > > apps. is > > I'm not sure why I wrote "best", I probably meant to say "easy". > My bad. You actually wrote "east", and I turned that into "best". I'm wondering though if I