Steve Schafer

Results 16 comments of Steve Schafer

I've handled this out-of-band, in the transport layer. If communication occurs via an HTTP API, then the access token can be included in an Authorization header. If communication occurs over...

@MeneDev Since you've invited @pvh and me to your network... The more I think about it, the more I come to the conclusion that authorization in a true peer-to-peer network...

> At a high level, this issue is about authorization, which implies that unauthorized writes need to be rejected. Maybe this is something Automerge should not support? I don't know....

I had the same problem with my latest attempt to refresh ember-tools to get back in sync. As noted above, the problem occurs during node-gyp compilation of whatever C/C++ code...

This was Windows 7 x64. I blame Microsoft for the lost time. ;-) There are simply too many incompatible combinations of configuration options with Visual Studio, and the resulting error...

One more lost soul rescued from the wilderness. ;-)

I vaguely recall seeing something like that, but I can't remember any details. It may have had something to do with bad syntax in a template definition. Sorry I can't...

The same exception occurs with a `net7.0-windows` project. Workaround is the same (use `-f net7.0`).

I understand about CAP and all of that, but that shouldn't really be applicable in this simple example. This is a case of just one subscription and a single local...

Should this be closed? 4a65311 seems to have fixed the problem.