-
# New protobuf models
There is a new protobuf Proof model:
```protobuf
message Proof {
oneof payload {
......
ProofFarcasterFrame farcasterFrame = 9;
}
}
```
```
/…
-
**Description**
Even though the binary-caches.json was updated, builds still fail with the cache being referred to as mycache.cachix.org
**To Reproduce**
Build https://github.com/mercode-or…
-
All gRPC stuff.
Taken from dashmoney.io by overriding `fetch` with a logger middleware in the dev console:
```js
var __fetch__ = fetch;
globalThis.fetch = function (...args) {
console.log…
-
### Go version
go version go1.23.1 linux/amd64
### Output of `go env` in your module/workspace:
```shell
$ go env
GO111MODULE='on'
GOARCH='amd64'
GOBIN=''
GOCACHE='/home/daniil_stepanenko/.cach…
-
**Release Type**: GitHub
**Version**: master
**Describe the bug**
The way in which multiple assemblies are reusing the same code files and shared projects within the same application leads to m…
-
According to https://phpseclib.com/docs/publickeys#openssh phpseclib does not support encrypted OpenSSH keys.
But it would seem that commit 826d8d6670855e885d34595843e9fe0fb875b02b (version [3.0.15…
-
-
Add `Sendable` conformance to appropriate types would allow to enabled additional safety checks at compile time. Without it, developers have to guess whether a type is `Sendable` or not.
-
I am trying to fund my wallet with DAT using
`https://faucet.megatron.datum.org/v1/faucet/dat/[developer wallet address - datum.identity.address]`
I am using the address that I find in
```
Datu…
-
when a DOI (permission) was given, so far it stays with the ownership of Bob (email provider), which is correct and should NOT be changed.
in case Peter (the recipient) wants to revoke a permission…