projector-server icon indicating copy to clipboard operation
projector-server copied to clipboard

Server-side library for running Swing applications remotely

Results 8 projector-server issues
Sort by recently updated
recently updated
newest added

Client changes: https://github.com/JetBrains/projector-client/pull/130

Client changes: https://github.com/JetBrains/projector-client/pull/141

Temporarily, until Qodana starts to meet our requirements, we want to add an alternative means of automatic code review. For these purposes, Sonarqube was chosen.

This PR adds a new `/status` endpoint. The main purpose is to use it in Projector in Space for auto hibernation and health check, but it can be also used...

Client changes: https://github.com/JetBrains/projector-client/pull/76

`save-state` and `set-output` commands used in GitHub Actions are deprecated and [GitHub recommends using environment files](https://github.blog/changelog/2023-07-24-github-actions-update-on-save-state-and-set-output-commands/). This PR updates the usage of `::set-output` to `"$GITHUB_OUTPUT"` Instructions for envvar usage from...