Jürgen Leschner

Results 95 comments of Jürgen Leschner

@jankeromnes, assigned to you, since you helped review https://github.com/gitpod-io/gitpod/pull/7383 😃 Unless we can do smarter detection, we should probably remove definitely-gp as a source of inferred configurations. Not copying those...

@jankeromnes - this does not address other commonly used repo names like 'book' or 'vscode' which will still match - users are not in control of how this matching works...

Thanks @ajhalili2006 -- cache invalidation is hard :) I wonder if using something similar to the Kubernetes image pull policy would help From https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting > When you (or a controller)...

@ajhalili2006 could you validate you're still seeing over-aggressive caching of tagged images? Please provide an example with a .gitpod.yml and your image: specification. thanks

Passing to workspace team for tracking with work on new workpace image builds and replacement of latest tag.

small suggestion: How about adding a note about the `--preview` and `--local` flags for `wrangler kv` cli commands? I found it a bit surprising that touching a kv namespace from...

## RxJS Observable experiment and research **TL;DR** handwritten Observable works, but it is hard to integrate with the rest of RxJS e.g. even to use basic operators like pipe, share...

@janfjohannes - you were right, with a little bit of extra work ([subscribed state management](https://github.com/jldec/watchfs/blob/main/watchFs.ts#L25)) and the introduction of a `@@observable` symbol, and the use of [rxjs.from()](https://rxjs.dev/api/index/function/from), the hand-written observable...

### notes from initial slotfile storage exploration Slotfiles are an on-disk text file format designed to play nicely with git. They persist inlang message data into discreet slots in files,...

Thanks for the clarification @jxom, that makes sense. Here's the current dependency tree and github release links in case anyone else wants to check this. ```txt x402 0.7.1 └─┬ wagmi...