Reto Gmür

Results 38 issues of Reto Gmür

Eventually I found this [comment](https://github.com/nenadpnc/cl-editor/issues/11#issuecomment-565666089) so I could get it to work as follows: ```html import Editor from "cl-editor/dist"; import { onMount } from "svelte"; let editArea; onMount(async () =>...

Just curious if other are having this issue too: - Often chrome starts with a window just freezing what ever was there before, i.e. I can then mode around an...

According to https://ssbc.github.io/scuttlebutt-protocol-guide/#fetching a valid argument for `blobs.get` would be {"hash":"&KYWW5Lblhq2moFO9BJhtJ5WukFRpA7eYybOwdODTt3M=.sha256","max":5242880} However, the reference implementation is sending {"key":"&KYWW5Lblhq2moFO9BJhtJ5WukFRpA7eYybOwdODTt3M=.sha256","max":5242880} see: https://github.com/ssbc/ssb-blobs/commit/c3943338d6ee8b756d75a18e7350147aa0bf212f

In a side-note in the [want and have](https://ssbc.github.io/scuttlebutt-protocol-guide/#want-and-have) section, the Protocol Guide says that only one blob is allowed per response to a `blobs.createWants`. I see no reason for this...

According to [RFC8259](https://datatracker.ietf.org/doc/html/rfc8259) specifying the JavaScript Object Notation (JSON) Data Interchange Format: > An object is an unordered collection of zero or more name/value pairs, where a name is a...

As a new developer on SSB I learn about many workarounds as muxrpc *doesn't yet* support sink-callbacks. Wanting to check if the root cause could be solved rather than having...

The session returned by `currentSession` may or may no longer be valid. In the latter case web requests will return 401. It would be handy to have a `session.isValid()` function...

enhancement
authentication

It seems RC2 was an OSGi bundle but that the released version is not. Please re-add the OSGi instructions in MANIFEST.MF

It would be good if the menu would appear below the cursor if there is not enough space to appear with the normal positioning.