Jürgen Leschner
Jürgen Leschner
Early Gitpod users were given the option of storing their config in https://github.com/gitpod-io/definitely-gp/ instead of in their own repo. This feature is not documented anymore. Workspaces start by looking for...
Unopened workspaces are automatically deleted afer a couple of weeks unless they are pinned. It would be helpful to warn users before this happens, either in the UI, or via...
Adds persisted unique identifiers for v2 Messages and Variants. Resolves https://github.com/opral/inlang-message-sdk/issues/92 (MESDK-132) Step 4 in https://github.com/opral/inlang-message-sdk/issues/70 The main goal of this change is to enable lint reports to reference Messages...
Parts 3 of https://github.com/opral/inlang-message-sdk/issues/70 - `subscribe` api which does not depend on solidjs. - [x] RxJS Observable investigation - [x] hand-written Observable ([experiment](https://github.com/jldec/watchfs)) - [ ] introduce RxJS subscribe reactivity...
Let's make `defaultBranch` synonymous with `master`. The currently supported GitHub prebuild configuration settings are (with defaults) ```yaml github: prebuilds: master: true branches: false pullRequests: true pullRequestsFromForks: false addCheck: true addComment:...
### Which Cloudflare product(s) does this pertain to? C3 (npm create cloudflare) ### What version(s) of the tool(s) are you using? C3 v2.29.2 ### What version of Node are you...
I raised this in the wagmi repo (see below), but since it may impact x402 users, am posting the same issue here. This x402 package currently [depends on](https://github.com/coinbase/x402/blob/11fbf4b1684392e6c60a63c28b79a285e9246d53/typescript/packages/x402/package.json#L60) wagmi which...
Subagents are a good way for LLMs to to work on complex, multi-step tasks. Delegating to a subagent allows it to focus its context window on the subtask, thereby offloading...