Kai Schlamp

Results 129 comments of Kai Schlamp
trafficstars

Can we have a real fix before the final release of v7? The fix looks so easy (just use `window.location`), and it affects anyone working in a cloud IDE.

> I think the issue is here: > > https://github.com/storybookjs/storybook/blob/441338a6aeddc0f6f7e4b945ca773ff5ba19875f/code/lib/core-server/src/utils/server-address.ts#L19-L21 > > We pass this value to the manager, the full URL. Exactly, and this would fix it ```js export...

> That code is called in node, which has no `window` You are right. Sorry for the quick shot :-( It is indeed used on the server by [build-dev.ts](https://github.com/storybookjs/storybook/blob/0719766b698e328a0563dcb76885f6d20395a6fe/code/lib/core-server/src/build-dev.ts#L66) and...

@ndelangen Ok, I can have a look and see with what I can come up in the upcoming weeks.

Such a feature would be great. [Vespa.ai](https://vespa.ai/) does also support this in the form of [dynamic snippets](https://docs.vespa.ai/en/document-summaries.html) and [bolding](https://docs.vespa.ai/en/reference/schema-reference.html#bolding).

I also stumbled into this problem. The documentation seems to be just wrong here and it took me some hours to figure this out. A chord error callback (in a...

Just to complete things ... I also tested this with mypy v1.7.1, and it also gives me a type error there: `Argument 2 to "path" has incompatible type "Callable[[], Coroutine[Any,...

As a new Langium user, I also stumbled across this problem. I am especially interested in the web worker integration. I already used Monaco with Chevrotain in a web worker...

If maintenance of dnd-kit will be stopped (I really don't hope so as I really like it, too), there is also a new kid in town ... [Pragmatic Drag &...

I am also having problems using Procrastinate (see mention above) because it creates some custom tables, functions and types in PostgreSQL. I wonder why only the Django models [are dropped](https://github.com/wemake-services/django-test-migrations/blob/3543a6b05b6eecf2ab178ea4c45246e3b4d6aeee/django_test_migrations/migrator.py#L51)...