Cory Virok

Results 37 comments of Cory Virok

+1 - I've been talking with BrowserStack about this but I haven't gotten very far. I get this when I run 70 tests in 2 browsers even with pollingTimeout set...

> Unfortunately, if you simply pass all files as entrypoints, then in the case of TS, for example, aliases will not work. I solve this with a small plugin that...

FYI, just ran this through a microbenchmark and the new approach that this PR implements should be over 87% faster than the current. The benchmark is testing the approach, not...

`$app/mode` seems fine. Although this is a category of naming issue that might crop up again. E.g. if you add something else like `mode`. Alternatively, you could create `$env/static/sveltekit/XXX` as...

I think the new layout Middleware (+layout.server.js ?) solves this by letting you call `await parent()` and capturing the result. Aside: Combining "layout" and "server" makes me cringe as a...

I tested this by running a local MySQL server and adding a `?unix_socket=` connection option to the `TEST_DATABASE_URLS`. E.g. `TEST_DATABASE_URLS=mysql://root@/test?unix_socket=/tmp/mysqld/mysqld.sock`

@tomchristie any chance you or another maintainer can review this? Thanks

@dummdidumm thx for simplifying the code!

I've been trying to find a way around this bug for a few days without luck. My use case is similar to @Algoinde where I have a layout that loads...

Bump. Any updates on this? Without this fix, certain types of access patterns are not possible with Kit. E.g. It's not possible to load layout data using a search param...