Ethan Fast

Results 16 issues of Ethan Fast

Does the library support loading additional data from a subscription after a query is executed? Subscriptions are difficult to use efficiently without this functionality: https://www.apollographql.com/docs/react/data/subscriptions/#subscribetomore To get around this I...

I ran into this issue yesterday, which prevents authenticating websocket connections based on tokens in a request header. Any other ways people are working around this? See a similar issue...

Note that requests will not execute in parallel, but this should fix issues around with calling clients concurrently across tokio tasks, etc.

I am trying to make a generic function to send queries to a server: ```rust fn make_graphql_request(url: &str, query: &QueryBody) -> Response{ let client = reqwest::Client::new(); let mut res =...

Jameshfisher of reddit made a good point: http://www.reddit.com/r/javascript/comments/pholi/typedjs_sanity_check_your_code/c3pscxo

Bad error message when first command run in Iris fails (MEMORY FUNC)

Especially for complex things like models

Occasionally references functions that should be in other modules?

e.g., "why is my r^2 negative"

enhancement

E.g., "what can I do with {model|dataframe|int}"

enhancement