Chris Farmiloe
Chris Farmiloe
### What Allows setting a "branch" in the source configuration, that filters the PR versions down to only those with a matching headRefName. ### Why When using instanced pipelines (one-pipeline-per-pr)...
### What enables client's of the lsp server to configure remappings during the initialisation command. we already allow configuring import-paths through the initialisation, so hopefully this is not controversial. the...
when a model is deleted from the collection it affects 'each' so the second `Fruit` is never destroyed. Could be argued that this is a bug in backbone, but a...
## What This adds support for rendering diagrams from any markdown code blocks with the language tag `mermaid`. For example the code block: ```mermaid sequenceDiagram Alice->>+John: Hello John, how are...
#### feature request I would like to be able to attach to a running (--debug) instance of a desktop socket app using a remote debugging port. The builtin inspector is...
in https://github.com/socketsupply/socket/pull/593 an `after` script config was added that lets you start up a longer running process like a watcher. this is useful ... but for the "watcher" usecase, I...
# What We should detect service types (postgres/mysql) based on other heuristics (such as the connection uri string), and be more flexible about detecting and extracting credentials from the binding...
esbuild doesn't like `addWatchFile` being called during `buildStart` ``` [ERROR] unplugin/esbuild: addWatchFile outside supported hooks (resolveId, load, transform) ``` the offending line is the watch of the "tsconfig.json" file [here](https://github.com/evmts/tevm-monorepo/blob/main/bundler-packages/unplugin/src/tevmUnplugin.js#L74)...
## what removes `window` reference and ensure worker spawned with full URL to allow using `socket:network` api from a Worker ## why so that I can setup network connections from...
### What did you expect to see and what you saw instead? I expect to be able to create blob URLs for Worker source without providing a mime type for...