Marek Jaisński mjasin
  • Joined on 2026-05-05
mjasin commented on issue mjasin/Nexus.Reader#7 2026-05-07 18:30:48 +00:00
[MN-10] Performance: Large EPUB Parsing

Fixed in PR #19. Refactored EpubService to use OpenBookAsync for memory-efficient parsing.

mjasin created pull request mjasin/Nexus.Reader#19 2026-05-07 18:30:44 +00:00
fix: #7 Performance: Large EPUB Parsing
mjasin pushed to fix/issue-7-large-epub-parsing at mjasin/Nexus.Reader 2026-05-07 18:30:41 +00:00
0dad1cbd2b fix: #7 large EPUB parsing performance
mjasin pushed to fix/issue-7-large-epub-parsing at mjasin/Nexus.Reader 2026-05-07 18:28:14 +00:00
mjasin created branch fix/issue-7-large-epub-parsing in mjasin/Nexus.Reader 2026-05-07 18:28:14 +00:00
mjasin commented on issue mjasin/Nexus.Reader#4 2026-05-07 18:05:22 +00:00
[MN-05] Tokenizer Initialization is Expensive

The Tokenizer should be implemented as a dedicated plugin so that it is easy to switch to a different model in the event of incorrect token counting or a change in the AI model responsible for…

mjasin pushed to develop at mjasin/Nexus.Reader 2026-05-07 17:27:42 +00:00
775fb73fa9 [MN-04] Identity: Fix Google Callback Error Handling and Logging (#18)
mjasin closed issue mjasin/Nexus.Reader#3 2026-05-07 17:27:40 +00:00
[MN-04] Identity: Google Callback Lack Error Handling
mjasin merged pull request mjasin/Nexus.Reader#18 2026-05-07 17:27:40 +00:00
[MN-04] Identity: Fix Google Callback Error Handling and Logging
mjasin created pull request mjasin/Nexus.Reader#18 2026-05-07 17:26:06 +00:00
[MN-04] Identity: Fix Google Callback Error Handling and Logging
mjasin created branch fix/issue-3-identity-callback-errors in mjasin/Nexus.Reader 2026-05-07 17:26:00 +00:00
mjasin pushed to fix/issue-3-identity-callback-errors at mjasin/Nexus.Reader 2026-05-07 17:26:00 +00:00
5b0590f113 feat(identity): add logging and descriptive error handling for Google callback (fixes #3)
mjasin closed issue mjasin/Nexus.Reader#2 2026-05-07 17:18:08 +00:00
[MN-03] UI: Shimmer Effect Lack Animation
mjasin pushed to develop at mjasin/Nexus.Reader 2026-05-07 17:17:53 +00:00
140cf270cc fix(ui): implement shimmer animation for GroundednessBadge (#17)
mjasin merged pull request mjasin/Nexus.Reader#17 2026-05-07 17:17:52 +00:00
fix(ui): implement shimmer animation for GroundednessBadge
mjasin created pull request mjasin/Nexus.Reader#17 2026-05-07 16:56:38 +00:00
fix(ui): implement shimmer animation for GroundednessBadge
mjasin commented on issue mjasin/Nexus.Reader#2 2026-05-07 16:55:20 +00:00
[MN-03] UI: Shimmer Effect Lack Animation

Fixed in branch fix/issue-2-shimmer-animation. Changes:

  • Implemented CSS @keyframes shimmer-move animation.
  • Applied animation to .shimmer class using a linear gradient background…
mjasin created branch fix/issue-2-shimmer-animation in mjasin/Nexus.Reader 2026-05-07 16:55:11 +00:00
mjasin pushed to fix/issue-2-shimmer-animation at mjasin/Nexus.Reader 2026-05-07 16:55:11 +00:00
89d5987cef fix(ui): implement shimmer animation for GroundednessBadge
mjasin opened issue mjasin/Nexus.Reader#16 2026-05-07 16:45:39 +00:00
[D3/AI] Optimize Graph Node Transitions & Active State Badge