-
-
Notifications
You must be signed in to change notification settings - Fork 710
Office hour notes: 2020.04.14
Ian Denhardt edited this page Apr 15, 2020
·
1 revision
Video link: https://meet.jit.si/sandstorm-officehours
Dial-in: +1.512.402.2718 PIN: 2507 5754 58#
- Ian Denhardt
- Adam Bliss
- What is everyone working on?
Busy with parenting
- LD_PRELOAD library for filesystem stuff
- Fuse would be better for compatibility, but too much attack surface.
- More work on web-publishing driver app
- Fixed crash in sandstorm-http-bridge reported on the mailing list:
- https://github.com/sandstorm-io/sandstorm/pull/3292
- Needed to use kj::refcounted to allocate an object inheriting kj::Refcounted. Would be nice if this could be made type-safe somehow, but I'm not sure how to pull that off.