Samuel Stroschein
Samuel Stroschein
Similar/same issue. I guess we are all using Hasura/GraphQL subscriptions over websockets? For unknown reasons, a websocket connection can not be established.
Here is a workaround in the meantime: ```mermaid flowchart LR TF1|hand off|TF2 subgraph Translators direction LR TF2[Translation Files]Pipeline subgraph Pipeline direction TB create-->review review-->approve approve-->maintain maintain-->review end end subgraph Developers...
Expressing interest to help osmosis out by easing the process for contributors. I showed @jonator what we are up to some months ago and comment here for visibility. We are...
Assigning the import to a variable does not crash the following cell. TypeScript still complains though.
The issue exists in multiple jupyter related repositories. https://github.com/yunabe/tslab/issues/56 https://github.com/microsoft/vscode/issues/130000 A workaround is `const tslab = require("tslab") as typeof import('tslab')`
I deleted the github app from my account, the account on linear-sync itself, revoked the webhooks and API keys in linear and re-installed linear-sync. Same problem.
@ivanhofer as always, thank you very much for your feedback. > I would advise against creating your own SDK π. Your SDK is among the reasons why we went back...
Indeed. I am refactoring inlang to work on top of git, see https://github.com/inlang/inlang/discussions/115. I expect the work to be complete within the next 4 weeks. In the meantime, you can...
As part of https://github.com/inlang/inlang/pull/127, the architecture is rebuilt and this issue becomes obsolete.
Indeed. Likely not a valid path on Windows machines which might lead to that issue. I am refactoring inlang, see #115. Afterwards, I will look into this issue.