Re: How to Modify LeoJS From Within LeoJS?

2024-05-04 Thread Robert-Felix
*>I only know how to install such packaged extensions from the marketplace.* It's way simpler than you think: When developing and/or building an extension (to try out new features that you've added to the LeoJS codebase itself), you dont build a VSIX, nor go through the packaging process of

Re: On Leo's strengths outside the technical

2024-04-27 Thread Robert-Felix
Thanks Matt, I really appreciated reading this :) I also think it's really nice to have a place outside of the official 'github issues' to discuss things... Many contributors on this forum have been a great source of inspiration for me throughout the years! Félix On Sat, Apr 27, 2024 at 5:24 

Re: LeoInteg using Leo's Null GUI ?

2024-01-23 Thread Robert-Felix
Hi Viktor, thanks for bringing this up! I've thought about this in the past and completely forgot about it!! I would also like very much users to be able to just need the leo sources, without installing any qt libs nor any other UI/graphical libs, to be able to run leoInteg or use the bridge /

Re: Discuss: Remove all session commands?

2023-07-02 Thread Robert-Felix
I have not done the sessions related code yet, (i didnt even know what they were 5 minutes ago) and I do not intend if i dont have to ! haha! In fact, I intended to use the same system as in leointeg: It reopens the last Leo files you had opened when last closing vscode *for a given workspace*,

Re: Transliterate mypy into rust? Using ChatGPT??

2023-06-30 Thread Robert-Felix
Of course, You'd need gpt4 at least for that in my experience. Gpt3 was good enough for demos and small chunks witouth anything tricky. On Fri, Jun 30, 2023, 4:39 p.m. Thomas Passin wrote: > I'd try for Julia, myself. It's much more like Python, and reputedly very > fast. I think the program

Re: About PR #3215: unbreakable unls!

2023-06-25 Thread Robert-Felix
Thanks for this simplification! supporting Leo's unl links is on my todo list for leojs (and leointeg!) Félix On Sun, Jun 25, 2023 at 2:38 PM jkn wrote: > Yes, I was a bit surprised this wasn't your approach as well. Looking > forward to the results regardless... > > > On Sunday, June 25, 2023

Re: Please test PR #3398 in the ekr-fix-test branch

2023-06-20 Thread Robert-Felix
Oops, looks like i can't read! Sorry about that! On Tue, Jun 20, 2023, 7:24 a.m. Edward K. Ream wrote: > > > On Mon, Jun 19, 2023 at 10:30 PM Félix wrote: > >> about the tryStar test fail: >> I've stepped in the test running in a debugger >> > > This should not be necessary. The only thing to

Re: Impressive ChatGPT responses

2023-05-27 Thread Robert-Felix
I now use it somewhat daily to help translate little snippets and small methods here and there to help finish leojs, i only used chatGpt which is gpt3 under the hood. it often makes mistakes and you've really got to be a programmer to revise the code it gives out before using it... but i've heard

Re: Icons with relative paths

2022-07-16 Thread Robert-Felix
it does use relative paths... I mean Leo uses relative paths for most stuff so moving the leo file and your 'project' or 'resources' folder to accompany it along should keep everything working fine. whatever you had going on... if the leo file is in the folder, like most people use it, and

Re: Using a Leo Outline On Another Computer?

2022-03-09 Thread Robert-Felix
> but instead of vscode as a client on the same computer, I'm thinking of Leo on a different computer as the client. And the communication would be via my local LAN instead of webchannels on the same machine. just to reiterate, leoserver can run on another computer on lan or even wan. just start

Re: cant start Leo nor LeoServer after pulling devel..

2022-02-19 Thread Robert-Felix
That's what I did! :) Thanks again! -- Félix On Sat, Feb 19, 2022 at 7:33 PM tbp1...@gmail.com wrote: > If merging with devel gets delayed, you could just fix that line yourself > until then. > > On Saturday, February 19, 2022 at 6:08:29 PM UTC-5 Félix wrote: > >> Oh no problem then! Thank

Re: Leo for VSCode: LeoInteg beta 0.1.16 released

2021-08-15 Thread Robert-Felix
Hi Viktor, This may seem silly, but I dont know anything about rst or what the rst3 command is/does/how it's invoked, ...is it from a plugin ect...? Can you give me a 10 word sentence refresher about what it is / keybinding/ effect? Maybe Edward can chime in and give me (or you) some insight

Re: Leo for VSCode: LeoInteg beta 0.1.16 released

2021-07-19 Thread Robert-Felix
Thanks!! I'll answer / resolve a couple more tomorrow :) I'm quite ecstatic about the rollout which went pretty ok so far! Thanks for your counsel and support!! The major real bugs feel like they will be manageable and fixable as I seem to be able to reproduce them, and provoke them, (or disable

Re: Stripped trailing blanks

2021-05-23 Thread Robert-Felix
Thanks for this Rob. Never noticed this before :) I tried, and it's true that extract (a common command I also use often) seems to remove trailing (white) lines. (tested with trailing empty lines and some with space characters in them. they were all removed. (never really noticed this before