vilicvane

Results 47 issues of vilicvane

Major features I would like to have with remote-workspace v0.2: # Possibly multi-node support Single node makes it relatively hard to scale on demand. Currently we are running on a...

# Bug Report ### 🔎 Search Terms - Type is not assignable to type. - Types of property are incompatible. ### 🕗 Version & Regression Information - This is the...

Working as Intended

### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. -...

platform/windows
bug :beetle:
status/confirmed
has-repro-gist
14-x-y
21-x-y

Previously the subsequent targets under the same directory were throttled and ignored. In this pull request, `current` and newly added `targets` are added to the `throttler` object so that it...

**Versions (please complete the following information):** - Chokidar version 3.5.3 **To Reproduce:** ```js const FS = require("fs"); const Chokidar = require("chokidar"); const watcher = Chokidar.watch(["file-1", "file-2"]); watcher.on("add", (path) => console.log(path));...

This might be a trivial and uncommon compatibility issue: I have packages in my mono repo with `source` export so that build tools can directly bundle the source files if...