Alec Aivazis

Results 250 comments of Alec Aivazis
trafficstars

For your exact situation @lusid, I would probably move the query definition into the `+page.js` file so that its all colocated: ```javascript // +page.js import { graphql } from '$houdini'...

A very rough note without any context for future alec that i don't want to forget: we could allow users to add custom updates to the artifact that they can...

@frederikhors mind telling me which features/ use cases you need most out of the imperative api? I'm assuming marking data as stale is an important one but I'm curious if...

Awesome! Thanks for the quick reply. Would you want a way to automatically trigger refetches of the deleted value or is that something you would do by hand? Or just...

Nope, not difficult just trying to figure out the priority for all of the features. There's a lot that I'd like to be able to do with this API but...

Does this mean killing all services with a particular name or just one of them? I think it would be best to remove just a single one, so I could...

Ohh neat! This _would_ save us from having to create the fake `+page.js` files for loads but it wouldn't save us from having to create fake files for our authentication...

Ahh good point - I had forgotten about layouts. That's what I get for responding while out to dinner. We do need to be able to distinguish between `+page` and...

Okay that sounds good to me until we can find the time to figure out why it's broken on the latest node