Anton Kosyakov

Results 56 issues of Anton Kosyakov

sometimes chokidar should be tuned to a concrete OS to work reliable, be able to pass chokidar options will be nice

It seems we provide documents for inline editors like breakpoint expressions editor to the plugin host process. Not sure we should do it. ``` Error: There is no document for...

bug
help wanted
vscode
:thinking: needs more info

At Gitpod we are building a plugin for JB backend: https://github.com/gitpod-io/gitpod/tree/main/components/ide/jetbrains/backend-plugin In order to test we have to run in Gitpod workspace container which does not have UI and does...

enhancement

Is it possible to provide ratio of unhealthy request to all requests instead of unhealthy_request_count? i.e. I want to configure if >=1% of requests are unhealthy to upstream then it...

feature :gear:

We should instrument JB GW plugin with observability of connection throughput and errors. For that we should add `gitpod_jb_gw_connections` counter with following labels: - `status` - exception name as an...

operations: observability
team: IDE
editor: jetbrains

### Bug description JetBrains IDE Issue: mavenprojects are not imported automatically with warm-up in prebuilds. See this [internal thread](https://gitpod.slack.com/archives/C02BRJLGPGF/p1652080919910699) ### Steps to reproduce - Enable IntelliJ in Gitpod preferences -...

type: bug
feature: prebuilds
team: IDE
editor: jetbrains

### Describe your feature We should clarify that we do shallow clone during workspace startup and unshallow in the background in regular runnig workspace. ### How to test See https://github.com/gitpod-io/gitpod/issues/6796

section: docs

I wonder whether it would be possible to link binaries in all workspaces from dependencies declared in the root? Right now to call binaries within a workspace one should redeclare...

cat-feature
help wanted
triaged
needs-discussion

Hey 👋 i want to use async code in `fileBegin` to make sure that full path exists with `mkdirs` without blocking. Is it possible? Should `req.pause` before async block and...

good first issue
Priority: Low
Status: Available
Status: Proposal
Type: Enhancement
Area: APIs

> it is not to look yet. Maybe we won't go this way. We would like to mirror registry but not actual content, since storage is usually very reliable. For...

reliability
self-hosted