bluefing
bluefing
Ability to embed the generated image would be greatly appreciated, as would the ability to regenerate if the associated code block changed - or at least a simple way to...
See this PR https://github.com/Textualize/toolong/pull/63 Would be great if you could test that it works for you. This fork https://github.com/scirenihil/toolong is the source of the PR
See https://github.com/Textualize/toolong/pull/63 and in particular https://github.com/Textualize/toolong/pull/63#issuecomment-2440027052
> So I am experiencing the issue because this pull request is not yet merged? (I'm kinda just guessing here) > You are trying to use python 3.12. > If...
More testing required - tailing is not working
Reopening the PR as tail is working when tl is executed stand alone. Tail was not working when I had embedded it in another app.
Discovered this issue while testing the PR with toolong embedded in another app. I'll have a look at it to make sure it does not impact stand alone usage. I...
tested that the following are working using Python 3.12.7 - passing multiple log files - tabbed `tl ../logs/app.log ../logs/app.log.2` - merged `tl --merge ../logs/app.log ../logs/app.log.2` - Find - Regex and...