-
Context: The working directory is the leo-editor directory in my git clone of Leo. The checked-out branch is based on 6.8.3 devel. I want to run the git version of Leo. The latest installed version of…
-
Leo Log Window
Leo 6.8.2-devel, devel branch, build https://github.com/leo-editor/leo-editor/commit/ef8105daa3b97725ec658243bcba56ea7ad5c9a6
2024-10-22 11:02:35 -0500
Python 3.12.0, PyQt version 6.…
-
Running Leo with command line command line option _--version_ should print version number and exit. However it starts a full Leo session.
Leo 6.8.3-devel, devel branch, build 804a840d59
Python 3.…
-
if you run leo it will give you a warning about missing the meta package. I don't use leo and only tested it in home-manager but a preamble like this should work:
```
let
Meta = buildPythonPa…
-
Hi, I have a monorepo, with the website under `apps/gatographql`. I have the following `netlify.toml`:
```toml
[build]
command = "npm run build --prefix apps/gatographql"
publish = ".next"
…
-
When I use this tool, it occurs error:
$ git bzr clone lp:leo-editor leo-editor
bzr: out of memory / Fetching revisions:Inserting stream:Estimate 64232/69133
Use -Dmem_dump to dump memory to a file.
…
HaveF updated
13 years ago
-
I have converted many % operators using fstringify, yet over 600 other instances remain unconverted.
I wonder whether this issue may be related to #13.
For example, [leoBridgeTest.py](https://gi…
-
The problem was described in this message on Leo's google group:
* https://groups.google.com/g/leo-editor/c/rPWY2AxO7cE/m/a-114jfTAAAJ
In a follow-up msg in the same thread a possible solution w…
-
The contents of `atom-text-editor` elements are no longer encapsulated
within a shadow DOM boundary. Please, stop using `shadowRoot` and access
the editor contents directly instead.
```
HTMLElemen…
-
Hello,
using godot on a laptop screen, I would like to reduce the width of the gitplugin dock panel to gain space for the rest.
However, it seems I cannot go below a given width. When the panel shar…