Aleksa Sarai
Aleksa Sarai
We discussed this in-person, and I'm going to give a talk about it on Friday. My blog post is still a WIP -- I will try to finish it this...
An updated description of the design and implementation was given [last weekend at All Systems Go](https://media.ccc.de/v/ASG2019-123-ociv2-container-images-considered-harmful).
What happens if you do `export CC=xx-clang`? While `cc_platform.mk` is an unfortunate hack, it only changes the `CC` value if it wasn't specified by anyone and is just the Make...
@tonistiigi wdyt? Also, did you want me to work on a PR for `fsutil`?
Okay, it seems that Windows's `CreateSymlink` syscall changes the path we provide for the link (`Z:\link2\link1sub\..\final` becomes `Z:\link2\final` when we create the symlink), making the tests fail. Since we can't...
Yes, this looks like a runc bug -- however I'm fairly sure the issue is not that it's done *after* the userns is setup but instead that it's done *before*...
I believe this is related to [this known Python issue](https://lwn.net/Articles/741176/). Not sure if there's much we can really do (it's not clear how we should set the locale and whether/how...
The short version for the reason it's kana-only is that implementing an IME is a pretty big project and there isn't any existing IME we could re-use for that purpose....