Jürgen Leschner

Results 95 comments of Jürgen Leschner

@samuelstroschein I have made getByDefaultAlias subscribable - I will add a test for that also. We were not planning to include the new persistence in this PR. We thought it...

> @jldec but how do human readable ids get introduced then if they are not saved somewhere? @samuelstroschein my understanding is that human-ids are generated deterministically from the incoming plugin...

Putting aliases and human-ids behind a feature flag for this PR makes sense. I have updated the task list in the OP cc @martin-lysk .

@samuelstroschein thanks for the additional details regarding lix. Could you also clarify (or point to issues) why the current [lix fs watch api](https://github.com/opral/monorepo/blob/main/lix/source-code/fs/src/NodeishFilesystemApi.ts#L26) does not meet our needs? I take...

From https://github.com/opral/monorepo/issues/1772#issuecomment-1919193325 > It seems like you ... overlooked this requirement? @samuelstroschein regarding the SDK api for syncing with UI, it's clear that we need something there - definitely not...

Alignment :) - The message persistence layer does CRUD and never loses data. - Lint rules are an extension point with a plugin interface - Lix provides a file-system API...

@LorisSigrist I pushed a `nuxt-debug` branch to help debug this issue, but I'm stuck on getting the debugger past the vite-adapter / unplugin. https://github.com/opral/monorepo/tree/jldec/nuxt-debug. The branch includes a launch config...

@janfjohannes - i expect that you're correct that the code mentioned in the issue where we concatenate paths like `/project_id` are probably not the root cause of the windows bugs....

I'd like to create a new test for windows similar to [this one](https://github.com/opral/monorepo/blob/main/inlang/source-code/sdk/src/loadProject.test.ts#L174-L208) to test the auto-project-id generator. @janfjohannes is there an easy way to create a (windows equivalent) snapshot...

The good news is that I can debug loadProject in windows The ~bad~ other good news is that I can't repro a failure to create the project ID based on...