Ulvi Damirli
Ulvi Damirli
"i" and "ı" are two different letters in most Turkic languages. Capital form of "i" is "İ" and "ı" is "I". When I use uppercase form of string (by using...
I want to know what this function is for and why it is used instead of directly using `get` or `post` function from `api.js`? ``` export function post(endpoint, data) {...
Hooks.server.js and Layout.server.js runs multiple times instead of once. How can I solve it? I use the latest version of Sveltekit and typesafe-i18n.