Gary Pennington

Results 127 comments of Gary Pennington

I'm not happy with #1601 . After #1601, test nocapture no longer works on the affected tests: e.g.; ``` cargo test test_starstuff_supergraph_is_valid -- --nocapture ``` will not print text to...

This could end up as a configuration option (as described). It's hard to assess how generally applicable this is. You can certainly do something like this right now with a...

@vishvajeet-patil It's a good question. The short answer is that it depends what your rhai script is doing. In this case, not much, so the performance impact is likely to...

I tried reproducing this, but I got an error: ``` + ./router --version /bin/bash: ./router: No such file or directory make: *** [run-router] Error 127 % ``` I think the...

I was hitting a problem with panics in `record_block()` and also sometimes arbitrary hangs when my program started. Environment: - Hardware: MacBook Pro (2021, M1 Max) - OS: macos: 12.6...

I just saw #18 ... :)

We are using rhai in our new GraphQL router project: https://github.com/apollographql/router The router has a "plugin" framework which allows customer to write plugins in rust which may inspect or modify...

It's text-encoded (JSON), so it's mainly about manipulating pre-filled data objects. Your comment made me chuckle because I originally (before I found out about Fn()) was just calling functions by...

Hi @NeoPhi . Thanks for the well documented issue. I note that you must have set `APOLLO_TELEMETRY_DISABLED=true` in your environment, so I've added that in to my reproduction efforts. I'm...

@NeoPhi and @marianoqueirel If you type: ``` file ``` What do you see?