-
`db.query` is a bit difficult to support over a muxrpc stream, but it should be possible.
```js
ssb.db.query(
and( // this produces a function
type('post') // this produces an object
),…
-
First of all thank you for this nice API, good work =)
I'm not that experienced in golang yet, for me as a learning project I started to work on a ts3 bot with your API.
I will try to see each c…
-
you really have to read the source code to understand what that's all about.
here's an easier example which might be useful as a reference (and it hopefully right).
## 1. A new message is receiv…
-
Use case: For mono repo builds, dynamically set a semver `suffix` in the build pipeline.
Suggested implementation:
```sh
export SBOT_GIT_TAGS_SUFFIX="-my-product"
sbot release version
```
…
-
#132 and #139 made me wonder if some of the commandline options could be tweaked.
Make disabling parameters enabling:
Current Parameter | Proposed | Type | Default
-- | -- | -- | --
disable-…
-
I'd like to run a room on an alternate SSB network. I have the room running via docker-compose, and I can see my secret in the `ssb-go-room-secrets` directory. I tried adding adding a `config` file th…
-
[as stated here](https://github.com/ssbc/ssb-config/pull/23#issuecomment-434155354) I think we need a more flexible network config. we need to have default settings that may be disabled or overridden …
-
Is there an option to require to be on a specific branch when creating a release?
For example I would like to be able to configure so that,
It would require that a user would only be able to make …
-
The Close button in Shoebot - Help About doesn't close the window.
Clicking on the X closes the window, though.
Credits, License and Website work.
The logo image is also not there.
![shoeb…
-
I've compiled shoebot from source on Ubuntu 20.04. When I want to launch the GUI I have to run shoebot from the terminal. Is there a way for shoebot to be accessible from the application menu? I think…