James Homer

Results 110 comments of James Homer

Would this solution work _per page_? Where would SvelteKit read the headers from exactly? Could we add `__ttl` to the object returned by the load function in the `*.server.js` file...

> If you call `setHeaders({ 'cache-control': 'max-age: 300' })` in one of your `load` functions, SvelteKit would turn that into `window.__sveltekit_ttl = 300` > > This would only re-use data...

Discussions FTW, much easier to keep things on topic (less noise) and it's usually much faster to search than wait for an answer (timezones, weekends). Discord works if it's someone's...

I think this should be reopened. This functionality is critical and expected, it should be given greater prominence as a caveat/missing feature in the documentation. It basically means Dgraph cannot...

ref: https://www.npmjs.com/package/@webgpu/glslang

@armenr would you be able to share how you implemented subscriptions with cruddl please?

Alternative suggestion: make it possible to use env vars, even `SANITY_STUDIO_*` would be great

Would supporting a returned promise [here](https://github.com/vuejs/vue-router/blob/023c899ab9bdd167172cdcfbda28e237b4e7e7e9/src/util/scroll.js#L40) be enough to support most cases where there is a transition etc?

I've had a go at this, check out [this commit](https://github.com/homerjam/vue-router/commit/62d9c416a9bdef2848035cd8ba15c8347c7c748e). It could be improved, if there were away to obtain the transition duration from the route object for example. Would...