Re: LeoInteg 1.0.8 released! Major bug fixes and features update!

2022-10-02 Thread jkn
Yeah - just to be clear, I am not complaining about "Leo/LeoInteg can't open empty files". I just happened to come across this... J^n On Sunday, October 2, 2022 at 11:12:48 AM UTC+1 Edward K. Ream wrote: > On Sat, Oct 1, 2022 at 10:14 AM jkn wrote: > >> Hmm - with branch

Re: LeoInteg 1.0.8 released! Major bug fixes and features update!

2022-10-02 Thread Edward K. Ream
On Sat, Oct 1, 2022 at 10:14 AM jkn wrote: > Hmm - with branch ekr-server-erro-message (and opening a file of zero > bytes), I now get: > [snip] server: Unexpected Exception! 'NoneType' object has no attribute > 'findCommands' > I think Leo, Leo's bridge, leoInteg and leoJS can live with this

Re: LeoInteg 1.0.8 released! Major bug fixes and features update!

2022-10-01 Thread Edward K. Ream
On Sat, Oct 1, 2022 at 10:14 AM jkn wrote: > Hmm - with branch ekr-server-erro-message (and opening a file of zero > bytes), I now get: > [snip] Thanks for your testing. I'll look into the new exception. Edward -- You received this message because you are subscribed to the Google Groups

Re: LeoInteg 1.0.8 released! Major bug fixes and features update!

2022-10-01 Thread jkn
Hmm - with branch ekr-server-erro-message (and opening a file of zero bytes), I now get: Launching server with command: python3 /home/jkn/leo-editor/leo/core/leoserver.py --port 32125 Starting LeoBridge Server 1.0.4 (Launch with -h for help) can not import leo.plugins.importers.occam can not

Re: LeoInteg 1.0.8 released! Major bug fixes and features update!

2022-10-01 Thread jkn
On Saturday, October 1, 2022 at 2:07:33 PM UTC+1 Edward K. Ream wrote: > On Sat, Oct 1, 2022 at 4:33 AM jkn wrote: > >> OK, a slight non-definitive update: >> >> Without changing any SW, it looks like I may have (accidentally) been >> loading a totally empty old .leo file, >> ie of 0 bytes

Re: LeoInteg 1.0.8 released! Major bug fixes and features update!

2022-10-01 Thread Edward K. Ream
On Sat, Oct 1, 2022 at 4:33 AM jkn wrote: > OK, a slight non-definitive update: > > Without changing any SW, it looks like I may have (accidentally) been > loading a totally empty old .leo file, > ie of 0 bytes length. I just picked this as an 'old, no-longer needed' > test file, without looking

Re: LeoInteg 1.0.8 released! Major bug fixes and features update!

2022-10-01 Thread jkn
OK, a slight non-definitive update: Without changing any SW, it looks like I may have (accidentally) been loading a totally empty old .leo file, ie of 0 bytes length. I just picked this as an 'old, no-longer needed' test file, without looking at the contents. Leo itself doesn't seem to have an

Re: LeoInteg 1.0.8 released! Major bug fixes and features update!

2022-09-30 Thread Edward K. Ream
On Friday, September 30, 2022 at 3:59:21 PM UTC-5 Félix wrote: > you're right. I'll try to discuss this with Edward to make leoBridge more > robust. (if the error is really about leobridge not handling something > correctly under python 3.10.x) I've just taken a look at leoBridge.py. The

Re: LeoInteg 1.0.8 released! Major bug fixes and features update!

2022-09-30 Thread Félix
you're right. I'll try to discuss this with Edward to make leobridge more robust. (if the error is really about leobridge not handling something correctly under python 3.10.x) Please keep me up to date with any of the suggestions I made in my previous answer. (checking if it does that while

Re: LeoInteg 1.0.8 released! Major bug fixes and features update!

2022-09-30 Thread Thomas Passin
Apart from why this isn't working, it looks like the bridge should guard against receiving None here when it expected to get an actual commander; and an error message could be output as well. On Friday, September 30, 2022 at 4:26:04 PM UTC-4 Félix wrote: > Hmm.. that's weird... from your error

Re: LeoInteg 1.0.8 released! Major bug fixes and features update!

2022-09-30 Thread Félix
Hmm.. that's weird... from your error message, it's in "leobridge" that it fails, not in "leoserver".. i started a little investigation...: Only difference i can see (other than some plugins that could mess things up) is that you're on linux+python 3.10.6 while I'm on linux and python 3.9 *So

Re: LeoInteg 1.0.8 released! Major bug fixes and features update!

2022-09-30 Thread jkn
Hi Félix I made some progress: one one laptop, I managed to get things running using the 'direct install from vix' approach. My main issue was actually upgrading my python to >3.9 so I could use a recent version of Leo... On my main desktop machine I seem to be having a little more trouble. I

Re: LeoInteg 1.0.8 released! Major bug fixes and features update!

2022-09-29 Thread Félix
Thanks J^n ! Please post a screenshot of vscodium running leointeg if you feel like it! i'm curious to see how other people use it (on various plat form and editors! ) Thanks again! :) Félix On Thursday, September 29, 2022 at 2:45:40 AM UTC-4 jkn wrote: > Thanks Felix, useful info about

Re: LeoInteg 1.0.8 released! Major bug fixes and features update!

2022-09-29 Thread jkn
Thanks Felix, useful info about the server. I think I installed an earlier version 'directly' like you suggest here, but thought I'd try the 'seamless' method this time round. Happy to give it another go! Regard,s J^n On Thursday, September 29, 2022 at 1:44:30 AM UTC+1 Félix wrote: > There

Re: LeoInteg 1.0.8 released! Major bug fixes and features update!

2022-09-28 Thread Félix
There were problems with microsoft's server last night, so you might want to retry this. Also, you can download the extension itself t https://marketplace.visualstudio.com/items?itemName=boltex.leointeg use the link on the right (see below "Download Extension") [image: Screenshot from

Re: LeoInteg 1.0.8 released! Major bug fixes and features update!

2022-09-28 Thread jkn
Hi Felix do you know if there are any issues in installing LeoInteg with VScodium (https://github.com/VSCodium/vscodium,build of VSCode without tracking etc. )? I am very much a novice with VSCode/Vscodium; I tried CTRL+P and "ext install boltex.leointeg", but get an error "Server returned

Re: LeoInteg 1.0.8 released! Major bug fixes and features update!

2022-09-28 Thread Edward K. Ream
On Tuesday, September 27, 2022 at 10:39:46 PM UTC-5 Félix wrote: ...The biggest LeoInteg update ever! > Congratulations! vs-code updated leoInteg automagically. Everything looks good. I am going to try leoInteg for my study of ocaml and mypy. Edward -- You received this message because