Torsten Dittmann

Results 99 comments of Torsten Dittmann

> a separate adapter-node-rolldown that is later turned into a new major of adapter-node makes sense i think. People who wanna try can then override it via npm alias, similar...

we need to make sure the icon has the same height as the line height 👍🏻

I agree, not really useful if not used. Will work on a fix in the following week 🙏🏻

Its probably caused by markdoc itself and potentially be useful for fallbacks or different approaches to add highlighting :-) for example hljs can do this: ```html hljs.highlightAll(); ... ``` I...

> @TorstenDittmann should we also move to using `https` protocol for the domains? [Currently its `http`](https://github.com/appwrite/console/blob/16ee13934d1ae175a8eecadb6c890aaf00dd79bd/src/lib/pages/domains/index.svelte#L73). yes, lets do that 👍🏻

> Thanks for the PR! Is this test suite a good fit for your test? > > https://github.com/sveltejs/kit/blob/13fb7f51a1eefd473f56cf4073ed5a48140a996b/packages/kit/test/apps/options-2/test/test.js#L58 > I noticed it also has a test with a base path...

> Thanks for the PR! Is this test suite a good fit for your test? > > https://github.com/sveltejs/kit/blob/13fb7f51a1eefd473f56cf4073ed5a48140a996b/packages/kit/test/apps/options-2/test/test.js#L58 > I noticed it also has a test with a base path...

@eltigerchino added the tests and your comment 👍🏻

Interesting idea, not sure about a possible implementation. Especially since our realtime server works with all services and resources of Appwrite - not just the Database. Something like this is...

It might be smart to add this, so far I have been relying on pre-rendering for this using SvelteKit 🤔