Andreas Rozek
Andreas Rozek
when trying ``` const sharedData = Gun.get('sharingTest').get('sharedData') const TestObject = { 'null': null, 'boolean': true, 'number': 1.23, 'string': 'Hi', 'object': { 'null':null, 'boolean':false, 'number':1.23, 'string':'Hi' }, message:undefined, } sharedData.put(TestObject) ```...
I am using "htm" with "preact" binding When I'm using code like the following ``` render(html` `, document.body) ``` "htm" handles the ids differently: * `` and `` get an...
First of all: thank you very much for this marvelous package! For my personal needs, however, I "had" to bundle `htm` not only with `preact` but also with `preact/signals` -...
Thank you very much for this wonderful library! I've just started experimenting with it, but already ran across some minor errors which I would like to see corrected. With greetings...
Just to let you know: users of a [Pimoroni Tiny2040](https://shop.pimoroni.com/products/tiny-2040) should change `const led = 25` in the "Quick Start" code to `const led = 18` for a red blinking...
You seem to be busy right in this moment, therefore: can you also (re-)export `subscribe` from `sinuous`, in addition to `computed`? Thanks in advance
Hello Julien, just to let you know: I just implemented (ok, "hacked" would describe it much better) a version which allows to observe an object independent of specific keys. Which...
First of all: thank you very much for your brilliant library! However, when I tried to use it, I ran into the problem that `Object.defineProperty` does not seem to be...
First of all: thank you very much for this wonderful kernel! That said, however, I have a question: does this kernel support any "magics" (as mentioned in the [docs](https://jupyter-notebook.readthedocs.io/en/stable/examples/Notebook/JavaScript%20Notebook%20Extensions.html#Using-magics))? And,...
Hello, first of all: thank you very much for the marvellous `automerge` library. However, being a newbie with respect to `automerge`, my experiments often lead to hang ups and crashes....