You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried some changes in #1374 and found that a larger-scale refactor is needed to make it work. Specifically, the yazi_dds crate can't access the FolderStage in yazi_core because yazi_dds is a dependency of yazi_core, which would cause a circular dependency.
So, I'll track it in this issue and implement it in the next target (0.3.1).
Would you be willing to contribute this feature?
Yes, I'll give it a shot
Describe the solution you'd like
.
Additional context
No response
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days. ⏳
This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please file a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Please describe the problem you're trying to solve
I discussed with @Rolv-Apneseth on Discord about adding a new
load
event to make implementingbypass.yazi
easier.I just tried some changes in #1374 and found that a larger-scale refactor is needed to make it work. Specifically, the
yazi_dds
crate can't access theFolderStage
inyazi_core
becauseyazi_dds
is a dependency ofyazi_core
, which would cause a circular dependency.So, I'll track it in this issue and implement it in the next target (0.3.1).
Would you be willing to contribute this feature?
Describe the solution you'd like
.
Additional context
No response
The text was updated successfully, but these errors were encountered: