Brian Ginsburg
Brian Ginsburg
> Throwing in another idea: > > ```ts > redirectToLobby(state.permissions, { extraLobbyParams: ..., redirectTo: ...}) > ``` > > I'd prefer this, because it [seems to be a common pattern](https://github.com/ipfs/js-ipfs/blob/master/docs/core-api/FILES.md)....
Option 2 and the grouped actions per @expede are both appealing. Option 2 makes sense as the "easy thing". Once you learn that you can pass a function an object...
Hey @gotjoshua! 👋 Thanks for contributing these improvements and examples to the guide! The clarifications around `cat` and decoding will be super useful to folks -- that's all a bit...
> [started a PR](https://github.com/fission-codes/fission-guide/pull/30). > > > can rename that section in GitBook to "Sharing Data" > > * [x] done Thanks! It'll be great to have those examples in...
Tried this out and `build`, `cli-install`, and `server-install` all work for me, but `quality` segfaults: ``` [nix-shell:~/code/fission/fission]$ quality ⚙️ Running quality... /private/tmp/nix-shell-29850-0/rc: line 3: 30030 Segmentation fault: 11 '/nix/store/a6qyw1maymr5589nmw6lzqpanm2xr1ff-stack-2.7.5/bin/stack' $STACK_IN_NIX_EXTRA_ARGS...
> just to be super clear - you used a new / fresh shell (clean ENV) before trying your tests? quality works for me with this change. Yep, this was...
@expede a FF container.
Firefox version 88.0. (Regular Firefox, not developer edition or anything special.)
Yes, that is correct. Production auth.fission.codes in both cases.
Comparing CLI-to-web linking with an account created at the CLI to the failing case reveals some evidence. When linking `fission login -v`, verbose mode reveals that in both cases the...