Template: fix "Failed to delete buffer" error - #307
Closed
JanTvrdik wants to merge 5 commits into
Closed
Conversation
dg
force-pushed
the
master
branch
2 times, most recently
from
July 9, 2022 23:25
da9a256 to
f446bf5
Compare
dg
force-pushed
the
master
branch
4 times, most recently
from
September 12, 2022 22:36
466080e to
13436ee
Compare
dg
force-pushed
the
master
branch
8 times, most recently
from
October 19, 2022 16:06
0ef5757 to
bdd2655
Compare
dg
force-pushed
the
master
branch
2 times, most recently
from
October 23, 2022 16:26
04c3089 to
e3a5b8c
Compare
dg
force-pushed
the
master
branch
3 times, most recently
from
November 6, 2022 18:14
9f8324c to
2f638f4
Compare
dg
force-pushed
the
master
branch
3 times, most recently
from
November 28, 2022 00:21
2ff766d to
c430568
Compare
dg
force-pushed
the
master
branch
3 times, most recently
from
December 21, 2022 13:21
0415418 to
b093a44
Compare
dg
force-pushed
the
master
branch
5 times, most recently
from
January 3, 2023 01:51
48ae1fe to
20b2769
Compare
dg
force-pushed
the
master
branch
16 times, most recently
from
January 17, 2023 21:18
038b1aa to
8976643
Compare
dg
force-pushed
the
master
branch
9 times, most recently
from
January 26, 2023 23:41
5cb9f21 to
68ff96c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This fixes error
but I'm not sure if this is the best way to do it.
It happens with combination of
Engine::renderToString()$latte->setExceptionHandler(fn(Throwable $e) => throw $e);{try}...{/try}Latte 3.0.2, standalone usage