-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ideas from discussion #23
Comments
|
On Fri, Apr 17, 2015 at 03:03:06PM -0700, Ho-Sheng Hsiao wrote:
Permissions are mostly in ipfs/kubo#846, although that issue is Having a statically linked ipfs binary would also be nice 1. |
Get performance better so we can demo things without having pre-pinned assets. |
Longer term down the nsinit path, it would be good to be able to use
Docker's bridging with nsinit. I'm not sure how that's handled in
Docker, but the default nsinit config just sets up the loopback
interface. If it's another stand-alone-ish library like libcontainer,
it could be pretty easy to recycle here. If it's baked into
docker/docker, it will likely be harder to tease out.
|
On Fri, Apr 17, 2015 at 03:41:43PM -0700, Ho-Sheng Hsiao wrote:
Heh, yes ;). And fix whatever reliability issues we were having |
And symlink-support would be nice, it's a pain (for me anyway) to get
a statically linked ipfs, and Linux distros like to use symlinks like:
libc.so.6 -> libc-2.20.so
It's not hard to unwind those links, but it is an extra step if you're
going from a vanilla distro tarball to something you can store in
IPFS.
|
@wking I'm planning on having symlinks. Its on my todo heap |
Let's use checkboxes for tracking todos.
|
On Fri, Apr 17, 2015 at 05:39:48PM -0700, Juan Batiz-Benet wrote:
I think it's easier (epecially for those of us following by mail, who Mechanics aside, the list looks good to me, except I think “perf I'll ping the libcontainer folks about their build issues. |
On Fri, Apr 17, 2015 at 07:10:26PM -0700, W. Trevor King wrote:
Oops, forgot the reference: |
@wking hm-- we use checkboxes a lot in various other repos. They're really useful to capture independent items to ensure are handled without yet having to do the work of making individual issues. Also, sometimes i edit my comments for correctness/clarity if i notice an error within a few min-- will this mess up your flow (happy to avoid it)? |
On Sat, Apr 18, 2015 at 05:06:56AM -0700, Juan Batiz-Benet wrote:
New issues aren't that hard to make ;). If you like the command $ ghi open -m 'Support symlinks' Although I just installed ghi via: $ gem install ghi and bumped into 2, which I worked around by adding: require 'socket' to the top of my gem-installed
Usually errors that you miss with the first version aren't terribly
If checkboxes are easier for you, I'll handle working with them. But |
No description provided.
The text was updated successfully, but these errors were encountered: