Speros Kokenes

Results 30 issues of Speros Kokenes

**_Question_** * [x] I've checked documentation and searched for existing issues * [ ] I tried the [spectrum channel](https://spectrum.chat/?t=dad48299-3dfc-4e10-b6da-9af1e39498a3) I have a fairly complex set of models that form a...

Hi, I'm working through the exercises at https://calmm-js.github.io/partial.lenses/exercises.html and am finding them really helpful. However, as I get towards the end I am finding that I'm not sure about what...

Hi, I have a question about valtio usage. I have an object that I want to watch for changes. I do this like so: ```javascript const unsubscribe = subscribe(state.myObject, ()...

I'm not sure what the expected performance is of the AM 1.0 branch so I wanted to share this example and get some feedback. I have an Automerge document with...

We use [SlateJS](https://docs.slatejs.org/) on top of an Automerge document for collaborative text editing. When remote changes are synced with our Automerge document, we use the `patch.diffs` to determine what changes...

Can the new syncing protocol be used to sync in one direction only? Ie, assume we have a read-only peer that we don't want to accept changes from. My use...

Using automerge:1.0.1-preview.0, I am trying to move an object from one location to another. I am using a script that worked in AM 0.14 for moving an object, and seems...

Looking for some feedback here on a potential feature I might add to a fork, but I'm not sure if it makes sense since I'm new to lenses. In this...

I have a value that is of type Profunctor: ```const testProf = useProfunctorState("foo");``` With this setup, I have no problem updating the state with function, like ```testProf.setState(() => "bar")``` However,...

Hi, new to Pilosa and was curious about a use case. In the Getting Started example with GitHub repositories, I see a lot of example queries like `Row(stargazer=14)` to get...