Alberto (Alt-s)
Alberto (Alt-s)
@seandenigris sounds like you may want to run `GtGitHubTokenHolder readTokenEachTimeFrom: '/some/path/to/token.file'` at startup, I will plan to do that. Every time I create a PR and follow the GT book...
Is GT still using libgit by default?
The behavior of `LeDatabase>>#initialize` currently calls `allSubclassesDo:`. Furthermore, my PR introduces [this](https://github.com/feenkcom/lepiter/pull/15/files#diff-fd481f1912a99d50566580e544c2d16b00811e2a822bd2e5be0dd236a11867c0R47-R54) in `LePageType class>>#initialize`. In your custom page type you just need to have a class side `initialize` and...
PR Created https://github.com/feenkcom/lepiter/pull/14
Behavior after change: https://github.com/user-attachments/assets/874d0c4d-ac99-4ac1-8d4e-da7f1f7a5d25
Hi @JurajKubelka still seeing the same issue on `v1.0.2142` If you change the text snippet otherwise the issue goes away as those snippet changes trigger announcements. In the below video...
My fork from the PR with the fix is currently synced up and up-to-date.
I'm running on Ubuntu 20.04. Playing around more I see the issue for a while, tested on a page with 3 todos and after checking/unchecking eventually somehow `hasUncompletedGtTodo` answered correctly....
Maybe an example with scripter might be useful to test multi-platform (in case that's part of the issue). I think we might be doing slightly different UX actions On Fri,...
Curious about these type of scenarios. If view creation becomes a bit more async, could there be a scenario where a slow computing view eventually returns an empty view so...