Samuel Stroschein

Results 64 issues of Samuel Stroschein

**Describe the Issue:** I am using GitHub workflows to provision new droplets. After creating the droplet and trying to SSH into it, I always got a connection refused' error. Trying...

bug

**[Rendered version](https://github.com/inlang/inlang/blob/rfc-001-architecture/rfcs/001-core-architecture.md)**

**[Rendered version](https://github.com/inlang/inlang/blob/rfc-002-editor/rfcs/002-editor.md)**

Show the CLI command to export/import translations in the export/import tabs. _The code snipped could be shown under the "copy & paste" description._

type: enhancement
effort: low

It comes in handy if the vscode extension automatically strips quotation marks from patterns/strings. ### Example `const x = "hello world"` -> highlighting "hello world" -> strip "" -> only...

type: enhancement
effort: low

Supabase supports row level security on subscriptions now. No need to use the current workaround with the `projectStore` anymore + polling (which already lead to bugs.).

type: refactor
effort: medium

Searching through the messages updates the rows, but not the underlying patterns. I assume that the patterns array is not filtered. Accessing a pattern with the row index likely leads...

type: bug
effort: low

The pattern: ``` { $count -> [one] Language *[other] Languages } ``` As displayed in VS Code

type: bug
effort: medium

Hi there, The keyboard shortcuts are awesome but there is no way to discover shortcuts. I had to open a help menu to figure out what shortcut "archive" is. A...

The runtime functions `onMount` etc. have no inline documentation. To improve the DX, I added inline documentation from the (website) docs. VSCode and other IDEs show an explanation of those...

docs