You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: don't forget to install flaky (#165)
```
/Users/runner/work/isolate/isolate/tests/test_server.py:558: PytestUnknownMarkWarning: Unknown pytest.mark.flaky - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
```
perf: offer stream_logs for BoundFunction (#160)
* chore: offer proto stream_logs for TaskMetadata
* refactor: avoid unnecessary field in class
* feat: handle stream_logs in TaskMetadata
* test
* fix
* separate in 2 rpc
* revert queue changes
* add into bound func
* adapt code
* adapt tests
* fix default for remote connection
feat: introduce inferring of log levels (#162)
* feat: introduce inferring of log levels
* precommit
* mypy
* tst
* adapt
* move it to the IsolateSettings
* dont fail fast