Rootspring
Rootspring
> Thank you for bringing this up. Just to clarify, this is merely a reminder to comply with the terms of the open-source license and does not alter the license...
Ah alright Also, this is completely unrelated to this issue right now, but could quickjs-rusty support JSClassDef for creating 'exotic' classes with arbitrary properties.
> Hi, thanks for the comment! > > AFAIU, this unwrap should only panic if something else panicked while holding the lock before. This should never happen during normal operation,...
Have also fixed up the RwLock unwrap a bit by adding a new error variant ``VfsErrorKind::LockPoisoned`` and adds a non-panicking new to overlayfs and a ``try_new_owned`` to avoid allocating a...
Have also applied a few optimizations with a new Filesystem trait method read_to_string and read_to_bytes with a default impl from VfsPath. MemoryFS then overrides this default impl to avoid buffering...
> Thanks for the PR. I would really like to better understand the use cases for things like `file_list()` and `as_filesystem()`. > > What specific use cases do you have...