Replies: 1 comment
-
Hey @Yaska1706. Thanks for sharing the idea. Maintaining 2 ways of embedding files within the Buffalo library would be too much effort for the maintainers. We moved to use the One alternative to support Packr is to write a packer FileSystem. In that case Buffalo would not need to change at all but rather the wrapper interface would allow use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
From
v0.8.0
buffalo started usingio/fs
from the standard library which replacedpackr
and this limits backward compatibility when upgrading other buffalo versions to the latest version.It will be convenient to allow both support for
packr
andfs
. Instead of doing a code rewrite which can break the system.Would love to get feedback if it is a good approach.
Beta Was this translation helpful? Give feedback.
All reactions