-
-
Notifications
You must be signed in to change notification settings - Fork 112
Template: fix "Failed to delete buffer" error #307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
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
da9a256 to
f446bf5
Compare
466080e to
13436ee
Compare
0ef5757 to
bdd2655
Compare
04c3089 to
e3a5b8c
Compare
9f8324c to
2f638f4
Compare
2ff766d to
c430568
Compare
0415418 to
b093a44
Compare
8ebabaf to
ac219c9
Compare
3db2897 to
e24c412
Compare
46ae380 to
65edbf0
Compare
514617f to
794f252
Compare
dg
added a commit
that referenced
this pull request
Nov 8, 2023
dg
added a commit
that referenced
this pull request
Nov 9, 2023
dg
added a commit
that referenced
this pull request
Nov 9, 2023
dg
added a commit
that referenced
this pull request
Nov 9, 2023
dg
added a commit
that referenced
this pull request
Nov 11, 2023
dg
added a commit
that referenced
this pull request
Nov 11, 2023
dg
added a commit
that referenced
this pull request
Nov 11, 2023
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