Loris Sigrist

Results 33 issues of Loris Sigrist

## Description The Carbon Ad Banner in the bottom right covers some of the tags. These simply cannot be clicked. This is a problem on all screen sizes. ## Suggested...

### Describe the problem Typescript is kinda bad at knowing what is in a form; Which makes sense since it can't deduce what types certain fields have without having access...

feature request
typescript

Closes #11223 Closes #5703 This PR adds the routing-primitives necessary to implement **any** i18n routing strategy, including ones with translated slugs. It adds: - A way to rewrite outgoing navigations...

I'm opening this in response to [this tweet](https://twitter.com/hot_town/status/1752826754127843553) Good Internationalisation and Localisation can greatly increase the potential market for a service. If you live / work in a country with...

### Problem From [Discord](https://discord.com/channels/897438559458430986/1209889996094308482): > The problem is: right after clicking on the language selector anchor, the URL is updated correctly, but not the translation text, then after changing it...

type: bug
scope: inlang/paraglide-js

**7. Feb 2024** The current propsal is here https://github.com/opral/monorepo/issues/1889#issuecomment-1856065525 --- ## Problem Currently, the Inlang IDE extension will accept Messages & Message-Ids that do not pass linting when extracting messages....

type: feature
scope: inlang/sdk

### Problem The SDK watcher sometimes triggers the message-changed callback with no messages when save is being spammed on the `messages/en.json` file ### Expected behavior It always triggers with the...

type: bug
scope: inlang/sdk

### Problem The Lix-FS Interface does not support the recursive option on `readdir`. ### Expected behavior `fs.readdir("...", { recursive: true })` should work ### Reproduction Step 1: Try to use...

type: bug
scope: lix

This PR adds support for the Attribute shorthand syntax on `

### Describe the bug An App that's deployed to vercel using `@sveltejs/adapter-vercel` will break if it is both: 1. Is using the `reroute` hook 2. Is deployed as multiple functions...