Christian Bundy

Results 95 issues of Christian Bundy

## What's the problem you want solved? Since Git-SSB uses `{ type: 'post' }` for issues and comments and pull requests, these show up in Oasis with none of the...

enhancement

## What's the problem you want solved? When I upload an image as a profile photo I think I'd like for it to remove EXIF data. ## Is there a...

enhancement
safety

I've tried to add both the client and server as secret-stack plugins but instead I saw: > plugin named:tunnel is already loaded, skipping My use-case is that Oasis works as...

I think this might be because compatibility is now spawning bash commands? Current workaround is `killall node` which is no fun.

bug

Currently happening with all plugins installed with `ssb-server plugins.install`. ``` ssb-server 15.0.1 /home/christianbundy/.ssb logging.level:notice my key ID: +oaWWDs8g73EZFUMfW37R/ULtFEjwKN/DczvdYihjbU=.ed25519 /home/christianbundy/.config/yarn/global/node_modules/ssb-plugins/load-user-plugins.js:54 throw new Error('plugin at:'+module_name+' expected name:'+name+' but had:'+(plugin||{}).name) ^ Error: plugin...

bug

Looks like one of the plugins is exporting `data` as null when we're expecting an object? I wonder whether we should run `ssb-server --help` in our tests to ensure that...

bug

Can someone give me a sanity check when you get a minute? With ssb-server running somewhere (CLI, Patchwork, Patchbay, etc), I'm getting this instead of the usual help text: ```console...

bug
Backlog

```console $ sbot invite.create 1 /home/christianbundy/.node_modules/lib/node_modules/scuttlebot/node_modules/muxrpcli/index.js:68 throw err ^ TypeError: Cannot read property 'split' of null at Object. (/home/christianbundy/.node_modules/lib/node_modules/scuttlebot/plugins/invite.js:84:38) at apply (/home/christianbundy/.node_modules/lib/node_modules/scuttlebot/node_modules/muxrpc-validation/index.js:173:15) at Object. (/home/christianbundy/.node_modules/lib/node_modules/scuttlebot/node_modules/muxrpc-validation/index.js:82:14) at Object.hooked (/home/christianbundy/.node_modules/lib/node_modules/scuttlebot/node_modules/hoox/index.js:10:15) at Object.localCall...

bug
Backlog

I'd like to print an attribute, but I'm getting an error: ```console $ astpath '//Name/@id' Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/astpath/search.py", line 44, in find_in_ast linenos = query( File...

This is probably *very* silly, but I'd like to be able to run one of the files in the virtual filesystem. Is this something that's supported, or is this a...