Mat Simon
Mat Simon
**EDIT** > Is there any specific reason to why the function `offset()` is called like that, and not `position()`, like in jQuery? > > Since `offsetLeft`, etc.. all measure the...
Right now, the `error()` function just gets the `XMLHttpRequest` object (contrary to what the docs suggest). It would be great if the first argument would be an error object containing...
In the readme it says that there is partial web support. What does this mean exactly? Can I use this library in a browser client? Thanks!
When following the README: ``` bash # your commit with a "keyword" git commit -am "feature: This is my new feature" git tag 0.0.1 or git tag -am 0.0.1 #...
Hi, I might be misunderstanding the code, but isn't [this line](https://github.com/one-aalam/svelte-starter-kit/blob/c1569018aa41b0c17855c472b2ecb1a2c66d0b48/src/hooks/index.ts#L34) a problem? ```ts // hooks.ts // ... inside the handle() function: await auth.setAuth(session.access_token) // ... ``` Since this code...
On [this line](https://github.com/one-aalam/svelte-starter-kit/blob/c1569018aa41b0c17855c472b2ecb1a2c66d0b48/src/hooks/index.ts#L14) the `auth.api.getUser()` function is invoked on every request. Isn't that an issue when building the app that this will run for every call? Is that the recommended...
The `previewTemplate` should be defined in plain html file in src/ and being imported by by dropzone.js
I need to go through Gitbook and make sure that the documentation is up to date. Then I'll remove the docs from the website and simply link there.
I feel that Discussions is a good place to have FAQs, so I'll be moving them there.