Alan Johnson

Results 50 comments of Alan Johnson

I'm not sure what the generic name is for the programming concept of a scope that is suspendable for extraction and injection of values from an outside context. But here's...

I think @mdesmet is saying that when writing the CompletionItemProvider, you would have to be able to detect that you're in position where a column name is expected, and if...

Maybe as a V1, assume this only works for column references that have a table name or alias, and therefore can be detected by the dot character (with care to...

Actually, I'm realizing that the line linked to above isn't exactly the source of my problem. My key's aren't being evicted on time, but it doesn't have to do with...

Been working on further thoughts on how this would look in implementation. I'm interested in seeing whether it's possible to factor the functionality of Atomic Store into smaller, more generic...

Is the core issue here that `as_json` is meant to be a read method, but it also mutates shared state and can't be done atomically?

Alternatively, might it be possible to take the desired version number as a parameter?

This was very surprising and confusing behavior, and my team lost hours bumbling around before I finally discovered this ticket. I'm trying to understand what the issue is here. Is...

Also, for future people, with GraphQL Codegen, you can automate this at build time. See this plugin: https://the-guild.dev/graphql/codegen/plugins/other/fragment-matcher