Benjamin Falk

Results 27 comments of Benjamin Falk

I've been looking into this as well for our company as we have been running into this as well. If there is anything I can do to dig in I'd...

Something I have done recently to help highlight this problem potentially. Instead of letting the GQL system drill into the fields; for connections that return the same objects every time...

This is awesome, I am going to pull it into my repo while I wait for it to get merged. :+1:

Not sure if you have any interest; but I'm working on something to address this: https://github.com/benfalk/elastic_lens/blob/master/examples/simple_search.rs

Here is an example of DSL so far: ```rust use elastic_lens::{prelude::*, request::search::GeoPoint, response::SearchResults, Error}; use serde_json::Value; // Getting the documents back as serde JSON // The client will deserialize the...

I'd be happy to try whatever you suggest, is this a package system I can update?

@DmitryTsepelev I noticed; I have ended up using it as part of "query analyzer" process where it builds a smarter resolve strategy and wraps it's generation into `RawValue`. It could...

@ikhthiandor I would checkout out [wmctrl](http://linux.die.net/man/1/wmctrl). This is what I use to switch to applications that are already running. It provides functionality to list applications that are running and it...

![switcher](https://cloud.githubusercontent.com/assets/2657901/11939005/72b1ef64-a7e4-11e5-860f-3a4cb6f7f9a7.gif) Here is a little screen-cast of it. I should point out that it _only_ switches between running windows, it won't start them. It would need to be changed up...

Ya, there is a bug where if the script isn't found or doesn't execute correctly Mutate goes off into what I think is an infinite loop. Is your `goto.sh` set...