Nathan A. Ferch

Results 41 issues of Nathan A. Ferch

The signaling client now sends a keepalive message to the server periodically to keep the connection open. Implement a response to this message and measure the response time. This may...

There are a few direct and indirect dependencies that have native extensions but are unmaintained: - [email protected] - @[email protected] - [email protected] - [email protected] These are particularly problematic as they can...

debt

Unit tests and the agent currently use the `libdatachannel` transport. `simplepeer` transport in theory still works, but is not tested since https://github.com/dxos/dxos/issues/5910 / https://github.com/dxos/dxos/pull/5911 It should be possible to use...

debt

Device presence only currently shows current online status. When a device goes offline, should record last observed online time and extend API to include this timestamp.

feature
clarify

Per https://docs.dxos.org/guide/kube/dx-yml-file.html#deploying-to-kube, deploying an app to KUBE should be accessible at "\.kube.local by default". However it doesn't seem that Linux by default, or Windows (using either the native Windows mDNS...

bug

https://app.circleci.com/pipelines/github/dxos/dxos/15600/workflows/fad2a901-e8f3-47a5-9223-6ecb28fa5c9f/jobs/34001 `packages/core/mesh/signal/src/signal-server-runner.ts:118 INFO SignalServerRunner#1 TestServer stderr: 2023-09-27T01:42:24.024Z ERROR dxos:kube:service:signal signal/server.go:142 Upgrade failed {"context": {"error":{}}`

bug
clarify

In order to record exceptions to structured logging pipeline. the [default oclif error handler](https://oclif.io/docs/error_handling/#binrunjs-catch-handler) will unhelpfully shunt stacktraces to ~/.cache/dx/error.log

debt

As a user who has started an agent, in order to have confidence the agent was deployed successfully and is healthy, I would like to be able see the following...

feature

pnpm is reporting incorrect peer dependencies when doing the `pnpm deploy` step of the Docker build: ``` #14 28.48  ERR_PNPM_PEER_DEP_ISSUES  Unmet peer dependencies #14 28.48 #14 28.48 packages/devtools/cli #14 28.48...

debt