app hangs when switching pages #3
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: yagich/tickle-godot-frontend#3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
steps to reproduce:
server_files
folderthe issue is with
second.md
, which contains an image, and line 79 inMain.gd
:f.get_buffer()
seems to be blocking, and the png image is quite big. changing the image to dogpepsi.jpg will make it load faster, and the page can be switched then.it looks like we will have to do file streaming after all
closed in #7