Jerry Thomas

Results 6 comments of Jerry Thomas

> You can implement an auth guard with a _single_ load function by making it _reactive_. Take a look at [this paragraph](https://kit.svelte.dev/docs/loading#input) from the docs. > > > The load...

Will this also support redirection also? So that we can redirect unauthorized access to a login page or an alternative fallback page with error messages?

Monorepo's using [Turbo](https://turbo.build) support executing tests for all packages in the repo. Maybe something similar is available with NX. Scripts in root package.json `"test": "turbo run test:ci",` Script in each...

> The coverage seems correct with the new `provider: 'istanbul'` option. Does this work for you @jerrythomas? > > C8: > > Istanbul: Thanks. This looks good.

istanbul coverage shows better coverage for svelte.

Saving and opening files itself has become slow on Mac. Even with a single open file saving takes way too long and opening files is also taking too long. Around...