Silas J. Matson
Silas J. Matson
`reactotron-mst` depends on some old versions of `mobx` and `mobx-state-tree`, update those as far as possible and determine which versions, if any, we need to drop support for.
Given that the most common side effect I've implemented on authentication is updating/deleting the token used, I propose that we change `Authority.Authentication.after_validate(user, purpose)` to `Authority.Authentication.after_validate(credential, user, purpose)` ```elixir defp do_authenticate(module,...
# Description When connected to a server via ssh, and the server doesn't have the proper terminfo, tmux will fail with 'unsupported terminal' errors. These errors are not surfaced by...
### User story As a server manager, I want the details command to show when the server is running so that I am not misinformed ### Game Minecraft ### Linux...
## Description When using Reactotron in a React Native app, calls to `console.error()` are not displayed in Reactotron, while thrown errors are properly captured and shown. ## Expected Behavior `console.error()`...